#ifndef RC_INVOKED #include #include #include #endif #include #include /*--------------------------------------------------------------------------*/ /* */ /* Function Templates */ /* */ /*--------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------*/ /* */ /* Defines */ /* */ /*--------------------------------------------------------------------------*/ BOOL ComputeVaSpace( HWND hDlg, HANDLE hProcess ); VOID UpdateImageCommit( HWND hDlg ); #define LBS_MYSTYLE (LBS_NOTIFY | LBS_OWNERDRAWFIXED | WS_VSCROLL) #define SHOVEIT(x) (MAKELONG((x),0)) #define MAXTASKNAMELEN 40 #define PROCESSVIEWDLG 10 // Define the maximum length of a string #define MAX_STRING_LENGTH 255 #define MAX_STRING_BYTES ((MAX_STRING_LENGTH + 1) * sizeof(TCHAR)) #ifndef RC_INVOKED #include "lsa.h" #include "util.h" #include "mytoken.h" #include "acledit.h" #include "tokedit.h" #endif