Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
816 B

//Copyright (c) 1998 - 1999 Microsoft Corporation
#ifndef _SDLGS_H
#define _SDLGS_H
// INT_PTR CALLBACK CachedSessionsDlgProc( HWND hDlg , UINT msg , WPARAM wp , LPARAM lp );
INT_PTR CALLBACK UsePerSessionTempDirsDlgProc( HWND , UINT , WPARAM , LPARAM );
INT_PTR CALLBACK DeleteTempDirsDlgProc( HWND hDlg , UINT msg , WPARAM wp , LPARAM lp );
// INT_PTR CALLBACK DefConSecurityDlgProc( HWND hDlg , UINT msg , WPARAM wp , LPARAM lp );
INT_PTR CALLBACK LicensingDlgProc( HWND hDlg , UINT msg , WPARAM wp , LPARAM lp );
INT_PTR CALLBACK ConfigActiveDesktop( HWND hDlg , UINT msg, WPARAM wp , LPARAM lp );
INT_PTR CALLBACK UserPermCompat( HWND hDlg , UINT msg, WPARAM wp , LPARAM lp );
INT_PTR CALLBACK ConfigSingleSession(HWND hDlg , UINT msg, WPARAM wp , LPARAM lp );
#endif // _SDLGS_H