KsQueryObjectAccessMask - NtDoc

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

KSDDKAPI ACCESS_MASK KsQueryObjectAccessMask(
  [in] KSOBJECT_HEADER Header
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksqueryobjectaccessmask)

KsQueryObjectAccessMask function

Description

The KsQueryObjectAccessMask function returns the access originally granted to the first client that created a handle on the associated object. Access cannot be changed by duplicating handles.

Parameters

Header [in]

Points to a header previously allocated by KsAllocateObjectHeader whose access-granted mask pointer is to be returned.

Return value

The KsQueryObjectAccessMask function returns an access mask.

See also

KsAllocateObjectHeader