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.
 
 
 
 
 
 

61 lines
988 B

/*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
wzcdlg.h
Abstract:
Header file for wzcdlg
Author:
Deonb 21-March-2001
Environment:
User Level: Win32
Revision History:
--*/
# ifdef __cplusplus
extern "C" {
# endif
BOOL
WZCDlgMain (
IN HINSTANCE hInstance,
IN DWORD dwReason,
IN LPVOID lpReserved OPTIONAL);
HRESULT
WZCCanShowBalloon (
IN const GUID * pGUIDConn,
IN const PCWSTR pszConnectionName,
IN OUT BSTR * pszBalloonText,
IN OUT BSTR * pszCookie
);
HRESULT
WZCOnBalloonClick (
IN const GUID * pGUIDConn,
IN const BSTR pszConnectionName,
IN const BSTR szCookie
);
HRESULT
WZCQueryConnectionStatusText (
IN const GUID * pGUIDConn,
IN const NETCON_STATUS ncs,
IN OUT BSTR * pszStatusText
);
# ifdef __cplusplus
}
# endif