UIX_CreateObjParams Structure

From PDF XChange PDF SDK
Revision as of 07:16, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

struct UIX_CreateObjParams
{
    IUIX_Obj* pParent;
    ULONG_PTR hWndParent;
    IUnknown* pImpl;
    LONG nStdClass;
    LONGLONG nObjStyle;
    LONGLONG nCreateFlags;
    LPWSTR pThemeClassID;
    RECT rc;
    LPSTR pDlgTemplates;
    LONG cbDlgTemplates;
    LPWSTR pID;
    ULONG_PTR hWnd;
    LONG nInsertBefore;
    LONG nWndStyle;
    LONG nWndStyleEx;
    LPWSTR pWndClassName;
};

Members

pParent
Pointer to IUIX_Obj ...
hWndParent
Value of ULONG_PTR ...
pImpl
Pointer to IUnknown* ...
nStdClass
Value of LONG ...
nObjStyle
Value of LONGLONG ...
nCreateFlags
Value of LONGLONG ...
pThemeClassID
Value of LPWSTR ...
rc
Value of RECT ...
pDlgTemplates
Value of LPSTR ...
cbDlgTemplates
Value of LONG ...
pID
Value of LPWSTR ...
hWnd
Value of ULONG_PTR ...
nInsertBefore
Value of LONG ...
nWndStyle
Value of LONG ...
nWndStyleEx
Value of LONG ...
pWndClassName
Value of LPWSTR ...

See Also

See also ...