Share via


StrongNameGetBlob Function

Fills the specified buffer with the binary representation of the executable file at the specified address.

BOOLEAN StrongNameGetBlob (
        [in]  LPCWSTR    wszFilePath,
        [in]  BYTE       *pbBlob,
        [in, out] DWORD  *pcbBlob
);

Parameters

Parameter Description

wszFilePath

[in] A valid path to the executable file to be loaded.

pbBlob

[in] The buffer into which to load the executable file.

pcbBlob

[in, out] The requested maximum size, in bytes, of pbBlob. Upon return, the actual size, in bytes, of pbBlob.

Return Value

true on successful completion; otherwise, false.

Remarks

If the StrongNameGetBlob function does not complete successfully, call the StrongNameErrorInfo Function function to retrieve the last generated error.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: StrongName.h

Library: Included as a resource in MsCorEE.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

StrongNameGetBlobFromImage Function

Other Resources

Strong Naming Global Static Functions