POS_CX_ATTRIBUTES_INIT - NtDoc

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

VOID POS_CX_ATTRIBUTES_INIT(
  [out] POS_CX_ATTRIBUTES *PosCxAttrPtr
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-poscx-pos_cx_attributes_init)

POS_CX_ATTRIBUTES_INIT function

Description

POS_CX_ATTRIBUTES_INIT initializes a POS_CX_ATTRIBUTES structure.

Parameters

PosCxAttrPtr [out]

A pointer to the caller-allocated POS_CX_ATTRIBUTES structure to initialize.

See also

POS_CX_ATTRIBUTES

PosCxInit