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.
Closes the OC manager.
Syntax
VOID OcTerminate(
_Inout_ PVOID *OcManagerContext
);
Parameters
-
OcManagerContext [in, out]
-
On input, contains the OC manager context pointer returned by OcInitialize. On output, receives NULL.
Return value
This function does not return a value.
Remarks
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|
See also