RESOURCEMANAGER_COMPLETION_INFORMATION - NtDoc

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

typedef struct _RESOURCEMANAGER_COMPLETION_INFORMATION {
  HANDLE    IoCompletionPortHandle;
  ULONG_PTR CompletionKey;
} RESOURCEMANAGER_COMPLETION_INFORMATION, *PRESOURCEMANAGER_COMPLETION_INFORMATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-_resourcemanager_completion_information)

_RESOURCEMANAGER_COMPLETION_INFORMATION structure

Description

The RESOURCEMANAGER_COMPLETION_INFORMATION structure is not used.

Members

IoCompletionPortHandle

CompletionKey

Remarks

See also