mirror of https://github.com/tongzx/nt5src
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.
45 lines
484 B
45 lines
484 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
|
|
Module Name:
|
|
|
|
wzcsvc.h
|
|
|
|
Abstract:
|
|
|
|
Header file for wzcdlg
|
|
|
|
Author:
|
|
|
|
Deonb 27-March-2001
|
|
|
|
Environment:
|
|
|
|
User Level: Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
HRESULT
|
|
WZCQueryGUIDNCSState (
|
|
IN GUID * pGuidConn,
|
|
OUT NETCON_STATUS * pncs
|
|
);
|
|
|
|
VOID
|
|
WZCTrayIconReady (
|
|
IN const WCHAR * pszUserName
|
|
);
|
|
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|