IIXC_Inst::Page_CreateFromHBITMAP Method

From PDF XChange PDF SDK
Revision as of 03:16, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The method creates a page based on a handle of a Microsoft® Windows® Graphics Device Interface (GDI) bitmap and a handle of a GDI palette.

Syntax

HRESULT Page_CreateFromHBITMAP([in]           HANDLE_T     hBitmap,
                               [in]           HANDLE_T     hPalette,
                               [out, retval]  IIXC_Page**  pPage);

Parameters

hBitmap
[in] Specifies the handle of the GDI bitmap.
hPalette
[in] Specifies the handle of the palette to be used. This parameter can be NULL.
pPage
[out, retval] Pointer to the variable where the IIXC_Page of the created page will be stored.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IIXC_Inst