UIX_CreateObjParams Structure
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CreateObjParams Structure}} | {{#customTitle:UIX_CreateObjParams Structure}} | ||
− | {{#parentPage:PXV:UIX_Structures|UIX_CreateObjParams | + | {{#parentPage:PXV:UIX_Structures|UIX_CreateObjParams|structure}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Revision as of 09:42, 23 May 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 ...