C, C++, MFC, and Windows API FAQs - Martin Piecyk

C, C++, MFC, and Windows API FAQs - Martin Piecyk

瀏覽:918
日期:2025-04-27
//by adrian cooper (and edited by me) //e.g. ExtractBinResource(TEXT("BIN"), IDR_BIN1, TEXT("E:\\file.exe") ); void ExtractBinResource( LPCTSTR ResName, int nResourceId, LPCTSTR strOutputName ) { HGLOBAL hResourceLoaded; // handle to ......看更多