MF_MDL_SHARED_PAYLOAD_KEY unione (ks.h)
Questa unione viene usata internamente dal sistema operativo.
Sintassi
typedef union _MF_MDL_SHARED_PAYLOAD_KEY {
struct {
ULONG pHandle;
ULONG fHandle;
ULONG64 uPayload;
} combined;
GUID GMDLHandle;
} MF_MDL_SHARED_PAYLOAD_KEY, *PMF_MDL_SHARED_PAYLOAD_KEY;
Members
combined
Questo membro viene usato internamente dal sistema operativo.
combined.pHandle
Questo membro viene usato internamente dal sistema operativo.
combined.fHandle
Questo membro viene usato internamente dal sistema operativo.
combined.uPayload
Questo membro viene usato internamente dal sistema operativo.
GMDLHandle
Questa struttura viene usata internamente dal sistema operativo.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ks.h (include Ks.h) |