Share

AcedCommandBitmapQueryFn Type

C++

typedef HBITMAP (* AcedCommandBitmapQueryFn)(const wchar_t* cmdName, const COLORREF& backgroundColor);

File

core_rxmfcapi.h

Description

Defines callback function for apps that want bitmap query.

Previous Declaration

typedef HBITMAP (* AcedCommandBitmapQueryFn)(const TCHAR* cmdName,

const COLORREF& backgroundColor);

Was this information helpful?