Home
last modified time | relevance | path

Searched refs:NTSIGNATURE (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/sysutils/pedump/
H A Dpedump.c805 #define NTSIGNATURE(a) ((LPVOID)((BYTE *)a + \ macro
948 if (LOWORD (*(DWORD *) NTSIGNATURE (lpFile)) == IMAGE_OS2_SIGNATURE || in ImageFileType()
949 LOWORD (*(DWORD *) NTSIGNATURE (lpFile)) == IMAGE_OS2_SIGNATURE_LE) in ImageFileType()
950 return (DWORD) LOWORD (*(DWORD *) NTSIGNATURE (lpFile)); in ImageFileType()
952 else if (*(DWORD *) NTSIGNATURE (lpFile) == IMAGE_NT_SIGNATURE) in ImageFileType()