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.

23 lines
1.1 KiB

  1. //
  2. // Function proto-types for util.cpp
  3. //
  4. int SIEErrorMessageBox(HWND hDlg, UINT idErrStr, UINT uiFlags = 0);
  5. void CreateWorkDir(LPCTSTR pcszInsFile, LPCTSTR pcszFeatureDir, LPTSTR pszWorkDir,
  6. LPCTSTR pcszCabDir = NULL, BOOL fCreate = TRUE);
  7. UINT CALLBACK PropSheetPageProc(HWND hwnd, UINT uMsg, LPPROPSHEETPAGE ppsp);
  8. void SetPropSheetCookie(HWND hDlg, LPARAM lParam);
  9. LPCTSTR GetInsFile(LPVOID lpVoid);
  10. void ShowHelpTopic(LPVOID lpVoid);
  11. BOOL AcquireWriteCriticalSection(HWND hDlg, CComponentData * pCDCurrent = NULL ,
  12. BOOL fCreateCookie = TRUE);
  13. void ReleaseWriteCriticalSection(CComponentData * pCD, BOOL fDeleteCookie, BOOL fApplyPolicy,
  14. BOOL bMachine = FALSE, BOOL bAdd = FALSE,
  15. GUID *pGuidExtension = NULL, GUID *pGuidSnapin = NULL);
  16. void SignalPolicyChanged(HWND hDlg, BOOL bMachine, BOOL bAdd, GUID *pGuidExtension,
  17. GUID *pGuidSnapin, BOOL fAdvanced = FALSE);
  18. LPCTSTR GetCurrentAdmFile(LPVOID lpVoid);
  19. LPTSTR res2Str(int nIDString, LPTSTR pszBuffer, UINT cbBuffer);