Structure that specifies how the pane should be created.
struct ID_CreateViewParam
{
ID_CreateViewParam() { ZeroMemory(this, sizeof(*this)); };
DWORD dwFlags;
DWORD dwFormatID;
HWND hwndParent;
HWND hwndView;
};
dwFlags
Type: DWORD
ID_VWF Flags
dwFormatID
Type: DWORD
Format ID of image that will be displayed in view window
hwndParent
Type: HWND
Handle to parent window
hwndView
Type: HWND
Receives handle to created view window
Used by the ID_CreateView function.
Header: ID_PlugIn.h