- CreatePropertySheetPage
alias CreatePropertySheetPage = CreatePropertySheetPageW
Undocumented in source.
- CreatePropertySheetPage
alias CreatePropertySheetPage = CreatePropertySheetPageA
Undocumented in source.
- LPCPROPSHEETHEADER
alias LPCPROPSHEETHEADER = LPCPROPSHEETHEADERW
Undocumented in source.
- LPCPROPSHEETHEADER
alias LPCPROPSHEETHEADER = LPCPROPSHEETHEADERA
Undocumented in source.
- LPCPROPSHEETHEADERA
alias LPCPROPSHEETHEADERA = const(PROPSHEETHEADERA)*
Undocumented in source.
- LPCPROPSHEETHEADERW
alias LPCPROPSHEETHEADERW = const(PROPSHEETHEADERW)*
Undocumented in source.
- LPCPROPSHEETPAGE
alias LPCPROPSHEETPAGE = LPCPROPSHEETPAGEW
Undocumented in source.
- LPCPROPSHEETPAGE
alias LPCPROPSHEETPAGE = LPCPROPSHEETPAGEA
Undocumented in source.
- LPCPROPSHEETPAGEA
alias LPCPROPSHEETPAGEA = const(PROPSHEETPAGEA)*
Undocumented in source.
- LPCPROPSHEETPAGEW
alias LPCPROPSHEETPAGEW = const(PROPSHEETPAGEW)*
Undocumented in source.
- LPFNADDPROPSHEETPAGE
alias LPFNADDPROPSHEETPAGE = BOOL function(HPROPSHEETPAGE, LPARAM)
Undocumented in source.
- LPFNADDPROPSHEETPAGES
alias LPFNADDPROPSHEETPAGES = BOOL function(LPVOID, LPFNADDPROPSHEETPAGE, LPARAM)
Undocumented in source.
- LPFNPSPCALLBACK
alias LPFNPSPCALLBACK = LPFNPSPCALLBACKW
Undocumented in source.
- LPFNPSPCALLBACK
alias LPFNPSPCALLBACK = LPFNPSPCALLBACKA
Undocumented in source.
- LPFNPSPCALLBACKA
alias LPFNPSPCALLBACKA = UINT function(HWND, UINT, LPPROPSHEETPAGEA)
Undocumented in source.
- LPFNPSPCALLBACKW
alias LPFNPSPCALLBACKW = UINT function(HWND, UINT, LPPROPSHEETPAGEW)
Undocumented in source.
- LPPROPSHEETHEADER
alias LPPROPSHEETHEADER = LPPROPSHEETHEADERW
Undocumented in source.
- LPPROPSHEETHEADER
alias LPPROPSHEETHEADER = LPPROPSHEETHEADERA
Undocumented in source.
- LPPROPSHEETHEADERA
alias LPPROPSHEETHEADERA = PROPSHEETHEADERA*
Undocumented in source.
- LPPROPSHEETHEADERW
alias LPPROPSHEETHEADERW = PROPSHEETHEADERW*
Undocumented in source.
- LPPROPSHEETPAGE
alias LPPROPSHEETPAGE = LPPROPSHEETPAGEW
Undocumented in source.
- LPPROPSHEETPAGE
alias LPPROPSHEETPAGE = LPPROPSHEETPAGEA
Undocumented in source.
- LPPROPSHEETPAGEA
alias LPPROPSHEETPAGEA = PROPSHEETPAGEA*
Undocumented in source.
- LPPROPSHEETPAGEW
alias LPPROPSHEETPAGEW = PROPSHEETPAGEW*
Undocumented in source.
- LPPSHNOTIFY
alias LPPSHNOTIFY = PSHNOTIFY*
Undocumented in source.
- PFNPROPSHEETCALLBACK
alias PFNPROPSHEETCALLBACK = int function(HWND, UINT, LPARAM)
Undocumented in source.
- PROPSHEETHEADER
alias PROPSHEETHEADER = PROPSHEETHEADERW
Undocumented in source.
- PROPSHEETHEADER
alias PROPSHEETHEADER = PROPSHEETHEADERA
Undocumented in source.
- PROPSHEETPAGE
alias PROPSHEETPAGE = PROPSHEETPAGEW
Undocumented in source.
- PROPSHEETPAGE
alias PROPSHEETPAGE = PROPSHEETPAGEA
Undocumented in source.
- PSM_SETFINISHTEXT
alias PSM_SETFINISHTEXT = PSM_SETFINISHTEXTW
Undocumented in source.
- PSM_SETFINISHTEXT
alias PSM_SETFINISHTEXT = PSM_SETFINISHTEXTA
Undocumented in source.
- PSM_SETTITLE
alias PSM_SETTITLE = PSM_SETTITLEW
Undocumented in source.
- PSM_SETTITLE
alias PSM_SETTITLE = PSM_SETTITLEA
Undocumented in source.
- PropertySheet
alias PropertySheet = PropertySheetW
Undocumented in source.
- PropertySheet
alias PropertySheet = PropertySheetA
Undocumented in source.
- CreatePropertySheetPageA
HPROPSHEETPAGE CreatePropertySheetPageA(LPCPROPSHEETPAGEA )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreatePropertySheetPageW
HPROPSHEETPAGE CreatePropertySheetPageW(LPCPROPSHEETPAGEW )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DestroyPropertySheetPage
BOOL DestroyPropertySheetPage(HPROPSHEETPAGE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PropSheet_AddPage
BOOL PropSheet_AddPage(HWND hPropSheetDlg, HPROPSHEETPAGE hpage)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_Apply
BOOL PropSheet_Apply(HWND hPropSheetDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_CancelToClose
VOID PropSheet_CancelToClose(HWND hPropSheetDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_Changed
VOID PropSheet_Changed(HWND hPropSheetDlg, HWND hwndPage)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_GetCurrentPageHwnd
HWND PropSheet_GetCurrentPageHwnd(HWND hDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_GetTabControl
HWND PropSheet_GetTabControl(HWND hPropSheetDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_InsertPage
BOOL PropSheet_InsertPage(HWND hPropSheetDlg, WPARAM wInsertAfter, HPROPSHEETPAGE hpage)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_IsDialogMessage
BOOL PropSheet_IsDialogMessage(HWND hDlg, LPMSG pMsg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_PressButton
BOOL PropSheet_PressButton(HWND hPropSheetDlg, int iButton)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_QuerySiblings
int PropSheet_QuerySiblings(HWND hPropSheetDlg, WPARAM param1, LPARAM param2)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_RebootSystem
VOID PropSheet_RebootSystem(HWND hPropSheetDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_RemovePage
VOID PropSheet_RemovePage(HWND hPropSheetDlg, int index, HPROPSHEETPAGE hpage)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_RestartWindows
VOID PropSheet_RestartWindows(HWND hPropSheetDlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_SetCurSel
BOOL PropSheet_SetCurSel(HWND hPropSheetDlg, HPROPSHEETPAGE hpage, HPROPSHEETPAGE index)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_SetCurSelByID
BOOL PropSheet_SetCurSelByID(HWND hPropSheetDlg, int id)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_SetFinishText
VOID PropSheet_SetFinishText(HWND hPropSheetDlg, LPTSTR lpszText)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_SetTitle
VOID PropSheet_SetTitle(HWND hPropSheetDlg, DWORD wStyle, LPTSTR lpszText)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_SetWizButtons
VOID PropSheet_SetWizButtons(HWND hPropSheetDlg, DWORD dwFlags)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropSheet_UnChanged
VOID PropSheet_UnChanged(HWND hPropSheetDlg, HWND hwndPage)
Undocumented in source. Be warned that the author may not have intended to support it.
- PropertySheetA
int PropertySheetA(LPCPROPSHEETHEADERA )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PropertySheetW
int PropertySheetW(LPCPROPSHEETHEADERW )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
\ prsht.d * * Windows API header module * * Translated from MinGW Windows headers * by Vladimir Vlasov * * Placed into public domain * \**********************************************************************