mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
@@ -69,6 +69,11 @@ namespace ATL
|
||||
::SendMessage(GetParent(), bChanged ? PSM_CHANGED : PSM_UNCHANGED, (WPARAM)m_hWnd, 0L);
|
||||
}
|
||||
|
||||
void SetWizardButtons(DWORD dwFlags)
|
||||
{
|
||||
::PostMessage(GetParent(), PSM_SETWIZBUTTONS, 0, (LPARAM)dwFlags);
|
||||
}
|
||||
|
||||
BOOL OnPageCreate()
|
||||
{
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user