mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
parent
4bdc74bf5d
commit
b2a5a804b4
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue