GetWin32ResBlob Method
Retrieves Win32 resource blob. Call this method after setting assembly options.
Syntax
HRESULT GetWin32ResBlob(
mdAssembly AssemblyID,
mdToken FileToken,
BOOL fDll,
LPCWSTR pszIconFile,
const void** ppResBlob,
DWORD* pcbResBlob
) PURE;
Parameters
AssemblyID
ID of the assembly.
FileToken
File token used to retrieve the filename to be used when constructing the Win32 Version resource
fDll
TRUE if file is a DLL, false for an EXE.
pszIconFile
Optional icon to insert into the resource blob.
ppResBlob
Receives the resource blob.
pcbResBlob
Receives the size of the blob.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.