SetCCInstPtr
The SetCCInstPtr function captures a context instance pointer.
VOID WINAPISetCCInstPtr(LPVOIDlpCurCaptureInst);
Parameters
- lpCurCaptureInst
Pointer to the instance data added to the capture.
Return Values
None.
Remarks
Use this function to store a pointer to a block that was allocated with the CCHeapAlloc function. Each parser can set a single instance of data on a capture.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |
Library | Link to Nmapi.lib. |
DLL | Requires Nmapi.dll. |
See Also
GetCCInstPtr, CCHeapAlloc, CCHeapFree, CCHeapReAlloc, CCHeapSize