ReactOS 0.4.15-dev-7958-gcd0bb1a
lmbrowsr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _BROWSER_STATISTICS
 
struct  _BROWSER_STATISTICS_100
 
struct  _BROWSER_STATISTICS_101
 
struct  _BROWSER_EMULATED_DOMAIN
 

Macros

#define BROWSER_ROLE_PDC   1
 
#define BROWSER_ROLE_BDC   2
 

Typedefs

typedef struct _BROWSER_STATISTICS BROWSER_STATISTICS
 
typedef struct _BROWSER_STATISTICSPBROWSER_STATISTICS
 
typedef struct _BROWSER_STATISTICSLPBROWSER_STATISTICS
 
typedef struct _BROWSER_STATISTICS_100 BROWSER_STATISTICS_100
 
typedef struct _BROWSER_STATISTICS_100PBROWSER_STATISTICS_100
 
typedef struct _BROWSER_STATISTICS_101 BROWSER_STATISTICS_101
 
typedef struct _BROWSER_STATISTICS_101PBROWSER_STATISTICS_101
 
typedef struct _BROWSER_EMULATED_DOMAIN BROWSER_EMULATED_DOMAIN
 
typedef struct _BROWSER_EMULATED_DOMAINPBROWSER_EMULATED_DOMAIN
 

Functions

NET_API_STATUS WINAPI I_BrowserServerEnum (LPCWSTR, LPCWSTR, LPCWSTR, DWORD, PBYTE *, DWORD, PDWORD, PDWORD, DWORD, LPCWSTR, PDWORD)
 
NET_API_STATUS WINAPI I_BrowserServerEnumEx (LPCWSTR, LPCWSTR, LPCWSTR, DWORD, PBYTE *, DWORD, PDWORD, PDWORD, DWORD, LPCWSTR, LPCWSTR)
 
NET_API_STATUS WINAPI I_BrowserQueryEmulatedDomains (LPWSTR, PBROWSER_EMULATED_DOMAIN *, PDWORD)
 
NET_API_STATUS WINAPI I_BrowserQueryOtherDomains (LPCWSTR, PBYTE *, PDWORD, PDWORD)
 
NET_API_STATUS WINAPI I_BrowserResetNetlogonState (LPCWSTR)
 
NET_API_STATUS WINAPI I_BrowserSetNetlogonState (LPWSTR, LPWSTR, LPWSTR, DWORD)
 
NET_API_STATUS WINAPI I_BrowserQueryStatistics (LPCWSTR, LPBROWSER_STATISTICS *)
 
NET_API_STATUS WINAPI I_BrowserResetStatistics (LPCWSTR)
 
NET_API_STATUS WINAPI I_BrowserDebugTrace (PWCHAR, PCHAR)
 
NET_API_STATUS WINAPI NetBrowserStatisticsGet (PWSTR, DWORD, PBYTE *)
 

Macro Definition Documentation

◆ BROWSER_ROLE_BDC

#define BROWSER_ROLE_BDC   2

Definition at line 11 of file lmbrowsr.h.

◆ BROWSER_ROLE_PDC

#define BROWSER_ROLE_PDC   1

Definition at line 10 of file lmbrowsr.h.

Typedef Documentation

◆ BROWSER_EMULATED_DOMAIN

◆ BROWSER_STATISTICS

◆ BROWSER_STATISTICS_100

◆ BROWSER_STATISTICS_101

◆ LPBROWSER_STATISTICS

◆ PBROWSER_EMULATED_DOMAIN

◆ PBROWSER_STATISTICS

◆ PBROWSER_STATISTICS_100

◆ PBROWSER_STATISTICS_101

Function Documentation

◆ I_BrowserDebugTrace()

NET_API_STATUS WINAPI I_BrowserDebugTrace ( PWCHAR  ,
PCHAR   
)

◆ I_BrowserQueryEmulatedDomains()

NET_API_STATUS WINAPI I_BrowserQueryEmulatedDomains ( LPWSTR  ,
PBROWSER_EMULATED_DOMAIN ,
PDWORD   
)

◆ I_BrowserQueryOtherDomains()

NET_API_STATUS WINAPI I_BrowserQueryOtherDomains ( LPCWSTR  ,
PBYTE ,
PDWORD  ,
PDWORD   
)

◆ I_BrowserQueryStatistics()

NET_API_STATUS WINAPI I_BrowserQueryStatistics ( LPCWSTR  ,
LPBROWSER_STATISTICS  
)

◆ I_BrowserResetNetlogonState()

NET_API_STATUS WINAPI I_BrowserResetNetlogonState ( LPCWSTR  )

◆ I_BrowserResetStatistics()

NET_API_STATUS WINAPI I_BrowserResetStatistics ( LPCWSTR  )

◆ I_BrowserServerEnum()

NET_API_STATUS WINAPI I_BrowserServerEnum ( LPCWSTR  ,
LPCWSTR  ,
LPCWSTR  ,
DWORD  ,
PBYTE ,
DWORD  ,
PDWORD  ,
PDWORD  ,
DWORD  ,
LPCWSTR  ,
PDWORD   
)

◆ I_BrowserServerEnumEx()

NET_API_STATUS WINAPI I_BrowserServerEnumEx ( LPCWSTR  ,
LPCWSTR  ,
LPCWSTR  ,
DWORD  ,
PBYTE ,
DWORD  ,
PDWORD  ,
PDWORD  ,
DWORD  ,
LPCWSTR  ,
LPCWSTR   
)

◆ I_BrowserSetNetlogonState()

NET_API_STATUS WINAPI I_BrowserSetNetlogonState ( LPWSTR  ,
LPWSTR  ,
LPWSTR  ,
DWORD   
)

◆ NetBrowserStatisticsGet()

NET_API_STATUS WINAPI NetBrowserStatisticsGet ( PWSTR  ,
DWORD  ,
PBYTE  
)