GetFrameRecognizeData function
The GetFrameRecognizeData function returns a table of RECOGNIZEDATA structures. Each of these structures contains a protocol identifier and an offset that points to the start of the specified protocol in the data.
Syntax
LPRECOGNIZEDATATABLE WINAPI GetFrameRecognizeData(
_In_ HFRAME hFrame
);
Parameters
-
hFrame [in]
-
Handle to a frame.
Return value
If the function is successful, the return value is a pointer to a RECOGNIZEDATATABLE structure.
If the function is not successful, the return value is zero.
Remarks
Experts and parsers can call the GetFrameRecognizeData 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 |
|