LDialogBase::SetBitmap

#include "ltwrappr.h"

static L_INT LDialogBase::SetBitmap(pBitmap)

LBitmapBase L_FAR * pBitmap;

/* pointer to an LBitmapBase object */

Sets the bitmap of the Dialog object.

Parameter

Description

pBitmap

Pointer to the bitmap object referencing the bitmap object to assign to the specified object.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LTDLGKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

See Also

Functions:

LDialogBase::GetStringLen, LDialogBase::SetString, LDialogBase::SetFont, Class Members

Topics:

Using Imaging Common Dialog

Example

For an example, refer to LDialogBase::SetFont.