Answer the question
In order to leave comments, you need to log in
Where are the constants of Nt functions?
Hello
Need to get information Information:
//typedef
typedef struct _IO_STATUS_BLOCK {
union {
NTSTATUS Status;
PVOID Pointer;
} DUMMYUNIONNAME;
ULONG_PTR Information;
} IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;
switch(pStruct->Information){
case FILE_CREATED: //Компилятор не находит константу
.....
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question