mirror of https://github.com/lianthony/NT4.0
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
327 B
23 lines
327 B
#ifndef _WNETCAPS_H
|
|
#define _WNETCAPS_H
|
|
|
|
|
|
//
|
|
// Prototypes
|
|
//
|
|
BOOL WNetStat(INT nIndex);
|
|
|
|
|
|
//
|
|
// There must be < 32 controls here.
|
|
//
|
|
#define NS_NULL 0x0
|
|
#define NS_REFRESH 0x1
|
|
#define NS_CONNECT 0x2
|
|
#define NS_CONNECTDLG 0x4
|
|
#define NS_SHAREDLG 0x8
|
|
#define NS_PROPERTYDLG 0x10
|
|
|
|
|
|
#endif // ndef _WNETCAPS_H
|
|
|