#ifndef _NTRTL_H // Bitmaps typedef struct _RTL_BITMAP { ULONG SizeOfBitMap; PULONG Buffer; } RTL_BITMAP, *PRTL_BITMAP; #endif View code on GitHub
No description available.