 |
C, C++, MFC, and Windows API FAQs - Martin Piecyk
//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 ...
martinpiecyk.com |
 |