LScreenCapture::m_pBitmap

#include "ltwrappr.h"

LBitmapBase L_FAR *m_pBitmap

Comments

Pointer to the bitmap object to be used for the capturing operation. Any captured image will be stored in this object. You are responsible for managing the captured image. Note that the next capture will free this bitmap and set another bitmap handle into this object.

Required DLLs and Libraries

LTDIS
LTSCR

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

Elements:

Wrapper Macros, Class Members

Example

For an example, refer to LScreenCapture::CaptureHotKeyCallBack.