estrutura IO_STATUS_BLOCK64 (wdm.h)

Sintaxe

typedef struct _IO_STATUS_BLOCK64 {
  union {
    NTSTATUS Status;
    PVOID64  Pointer;
  } DUMMYUNIONNAME;
  ULONG64 Information;
} IO_STATUS_BLOCK64;

Membros

DUMMYUNIONNAME

DUMMYUNIONNAME.Status

DUMMYUNIONNAME.Pointer

Information

Requisitos

Requisito Valor
Cabeçalho wdm.h