ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

lmremutl.h
Go to the documentation of this file.
00001 #ifndef _LMREMUTL_H
00002 #define _LMREMUTL_H
00003 
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007 #define SUPPORTS_REMOTE_ADMIN_PROTOCOL 2
00008 #define SUPPORTS_RPC 4
00009 #define SUPPORTS_SAM_PROTOCOL 8
00010 #define SUPPORTS_UNICODE 16
00011 #define SUPPORTS_LOCAL 32
00012 #define SUPPORTS_ANY 0xFFFFFFFF
00013 #define NO_PERMISSION_REQUIRED 1
00014 #define ALLOCATE_RESPONSE 2
00015 #define USE_SPECIFIC_TRANSPORT 0x80000000
00016 #ifndef DESC_CHAR_UNICODE
00017 typedef CHAR DESC_CHAR;
00018 #else
00019 typedef WCHAR DESC_CHAR;
00020 #endif
00021 typedef DESC_CHAR *LPDESC;
00022 typedef struct _TIME_OF_DAY_INFO {
00023     DWORD tod_elapsedt;
00024     DWORD tod_msecs;
00025     DWORD tod_hours;
00026     DWORD tod_mins;
00027     DWORD tod_secs;
00028     DWORD tod_hunds;
00029     LONG tod_timezone;
00030     DWORD tod_tinterval;
00031     DWORD tod_day;
00032     DWORD tod_month;
00033     DWORD tod_year;
00034     DWORD tod_weekday;
00035 } TIME_OF_DAY_INFO,*PTIME_OF_DAY_INFO,*LPTIME_OF_DAY_INFO;
00036 NET_API_STATUS WINAPI NetRemoteTOD(LPCWSTR,PBYTE*);
00037 NET_API_STATUS WINAPI NetRemoteComputerSupports(LPCWSTR,DWORD,PDWORD);
00038 NET_API_STATUS RxRemoteApi(DWORD,LPCWSTR,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,DWORD,... );
00039 #ifdef __cplusplus
00040 }
00041 #endif
00042 #endif

Generated on Fri May 25 2012 04:30:10 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.