lhg19202212

Results 1 issues of lhg19202212

Error message: ANOMALY: use of REX.w is meaningless (default operand size is 64). My Test Code: typedef BOOL (WINAPI\* PFNOPENPRINTERW)( LPWSTR pPrinterName, LPHANDLE phPrinter, LPPRINTER_DEFAULTSW pDefault ); PFNOPENPRINTERW fpOpenPrinterW=(PFNOPENPRINTERW)GetProcAddress(LoadLibraryW(L"winspool.drv"), "OpenPrinterW");...