Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The capFileGetCaptureFile macro returns the name of the current capture file. You can use this macro or explicitly call the WM_CAP_FILE_GET_CAPTURE_FILE message.
Syntax
void capFileGetCaptureFile(
hwnd,
szName,
wSize
);
Parameters
hwnd
Handle to a capture window.
szName
Pointer to an application-defined buffer used to return the name of the capture file as a null-terminated string.
wSize
Size, in bytes, of the application-defined buffer referenced by szName.
Return value
None
Remarks
The default capture filename is C:\CAPTURE.AVI.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | vfw.h |