HBITMAP_UserSize64 function (objidl.h)

Calculates the wire size of the HBITMAP object and gets its handle and data.

Syntax

unsigned long HBITMAP_UserSize64(
  unsigned long *unnamedParam1,
  unsigned long unnamedParam2,
  HBITMAP       *unnamedParam3
);

Parameters

unnamedParam1

The data used by RPC.

unnamedParam2

The current buffer offset where the object will be marshaled. The method has to account for any padding needed for the HBITMAP object to be properly aligned when it will be marshaled to the buffer.

unnamedParam3

The object.

Requirements

Requirement Value
Header objidl.h
DLL ole32.dll