Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 1.34 KB

getwin32resblob-method.md

File metadata and controls

68 lines (52 loc) · 1.34 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: GetWin32ResBlob Method
GetWin32ResBlob Method
03/30/2017
IALink.GetWin32ResBlob
alink.dll
COM
GetWin32ResBlob
GetWin32ResBlob method
36997e04-f9f6-4254-a041-6767ac6c51d9
apiref

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