GetCaptureTotalFrames function
The GetCaptureTotalFrames function returns the total number of frames in the capture.
Syntax
DWORD WINAPI GetCaptureTotalFrames(
_In_ HCAPTURE hCapture
);
Parameters
-
hCapture [in]
-
Handle to the capture. For information about obtaining the capture handle, see the Remarks section of this GetCaptureTotalFrames topic.
Return value
If the function is successful, the return value is the total number of frames in the capture.
If the function is unsuccessful, the return value is 0.
Remarks
Experts and parsers can call the GetCaptureTotalFrames function.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|