CmCallbackReleaseKeyObjectIDEx function (wdm.h)
The CmCallbackReleaseKeyObjectIDEx routine frees an object name string obtained from the CmCallbackGetKeyObjectIDEx routine.
Syntax
void CmCallbackReleaseKeyObjectIDEx(
PCUNICODE_STRING ObjectName
);
Parameters
ObjectName
A pointer to a UNICODE_STRING structure that contains the object name string. The driver previously obtained this pointer by calling CmCallbackGetKeyObjectIDEx.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 8. |
Target Platform | Universal |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | <= APC_LEVEL |