ID_CreateViewParam struct

Structure that specifies how the pane should be created.

Syntax

struct ID_CreateViewParam
{
   ID_CreateViewParam() { ZeroMemory(this, sizeof(*this)); };

   DWORD dwFlags;
   DWORD dwFormatID;
   HWND hwndParent;
   HWND hwndView;
};

Members

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

Remarks

Used by the ID_CreateView function.

Requirements

Header: ID_PlugIn.h

See also: