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 SetCCInstPtr function captures a context instance pointer.
Syntax
VOID WINAPI SetCCInstPtr(
LPVOID lpCurCaptureInst
);
Parameters
-
lpCurCaptureInst
-
Pointer to the instance data added to the capture.
Return value
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
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| Library |
|
| DLL |
|