capCaptureSingleFrameClose
The capCaptureSingleFrameClose
macro closes the capture file opened by the capCaptureSingleFrameOpen
BOOL capCaptureSingleFrameClose(
hwnd |
|
); |
|
Parameters
hwnd
Handle of a
capture window.
Return Values
Returns TRUE
if successful or FALSE otherwise.
Remarks
For
information about installing callback functions, see the capSetCallbackOnErrror
and capSetCallbackOnFrame macros.
See Also