CmCallbackReleaseKeyObjectIDEx - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

VOID CmCallbackReleaseKeyObjectIDEx(
  PCUNICODE_STRING ObjectName
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-wdm-cmcallbackreleasekeyobjectidex)

CmCallbackReleaseKeyObjectIDEx function

Description

The CmCallbackReleaseKeyObjectIDEx routine frees an object name string obtained from the CmCallbackGetKeyObjectIDEx routine.

Parameters

ObjectName

A pointer to a UNICODE_STRING structure that contains the object name string. The driver previously obtained this pointer by calling CmCallbackGetKeyObjectIDEx.

See also

CmCallbackGetKeyObjectIDEx

UNICODE_STRING