UIX_CreateObjParams Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 8: Line 8:
 
{
 
{
 
     IUIX_Obj* pParent;
 
     IUIX_Obj* pParent;
     ULONG_PTR hWndParent;
+
     HANDLE_T hWndParent;
 
     IUnknown* pImpl;
 
     IUnknown* pImpl;
 
     LONG nStdClass;
 
     LONG nStdClass;
Line 18: Line 18:
 
     LONG cbDlgTemplates;
 
     LONG cbDlgTemplates;
 
     LPWSTR pID;
 
     LPWSTR pID;
     ULONG_PTR hWnd;
+
     HANDLE_T hWnd;
 
     LONG nInsertBefore;
 
     LONG nInsertBefore;
 
     LONG nWndStyle;
 
     LONG nWndStyle;
Line 30: Line 30:
 
: Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
 
: Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
 
;hWndParent
 
;hWndParent
: Value of ULONG_PTR ...
+
: Value of HANDLE_T ...
 
;pImpl
 
;pImpl
 
: Pointer to IUnknown* ...
 
: Pointer to IUnknown* ...
Line 50: Line 50:
 
: Value of LPWSTR ...
 
: Value of LPWSTR ...
 
;hWnd
 
;hWnd
: Value of ULONG_PTR ...
+
: Value of HANDLE_T ...
 
;nInsertBefore
 
;nInsertBefore
 
: Value of LONG ...
 
: Value of LONG ...

Revision as of 22:57, 13 April 2015

Specifies the ...

Syntax

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

Members

pParent
Pointer to IUIX_Obj ...
hWndParent
Value of HANDLE_T ...
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 HANDLE_T ...
nInsertBefore
Value of LONG ...
nWndStyle
Value of LONG ...
nWndStyleEx
Value of LONG ...
pWndClassName
Value of LPWSTR ...

See Also

See also ...