* include/winbase.h (LOGON32_PROVIDER_WINNT40,
LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK, LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT, LOGON32_LOGON_NEW_CREDENTIALS): Define. Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
This commit is contained in:
parent
347fb1920b
commit
1d509e2a22
@ -1,7 +1,15 @@
|
|||||||
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/winbase.h (LOGON32_PROVIDER_WINNT40,
|
||||||
|
LOGON32_PROVIDER_WINNT50, LOGON32_LOGON_NETWORK,
|
||||||
|
LOGON32_LOGON_UNLOCK, LOGON32_LOGON_NETWORK_CLEARTEXT,
|
||||||
|
LOGON32_LOGON_NEW_CREDENTIALS): Define.
|
||||||
|
Thanks to: Oliver Stoeneberg <kidkat at users dot sf dot net>
|
||||||
|
|
||||||
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/mq.h: New file.
|
* include/mq.h: New file.
|
||||||
* lib/mqrt.def: (MQ*): Define a few missing functions.
|
* lib/mqrt.def (MQ*): Define a few missing functions.
|
||||||
|
|
||||||
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2006-04-05 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
@ -373,9 +373,21 @@ extern "C" {
|
|||||||
#define LOCKFILE_EXCLUSIVE_LOCK 2
|
#define LOCKFILE_EXCLUSIVE_LOCK 2
|
||||||
#define LOGON32_PROVIDER_DEFAULT 0
|
#define LOGON32_PROVIDER_DEFAULT 0
|
||||||
#define LOGON32_PROVIDER_WINNT35 1
|
#define LOGON32_PROVIDER_WINNT35 1
|
||||||
|
#if (_WIN32_WINNT >= 0x0400)
|
||||||
|
#define LOGON32_PROVIDER_WINNT40 2
|
||||||
|
#endif
|
||||||
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
|
#define LOGON32_PROVIDER_WINNT50 3
|
||||||
|
#endif
|
||||||
#define LOGON32_LOGON_INTERACTIVE 2
|
#define LOGON32_LOGON_INTERACTIVE 2
|
||||||
|
#define LOGON32_LOGON_NETWORK 3
|
||||||
#define LOGON32_LOGON_BATCH 4
|
#define LOGON32_LOGON_BATCH 4
|
||||||
#define LOGON32_LOGON_SERVICE 5
|
#define LOGON32_LOGON_SERVICE 5
|
||||||
|
#define LOGON32_LOGON_UNLOCK 7
|
||||||
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
|
#define LOGON32_LOGON_NETWORK_CLEARTEXT 8
|
||||||
|
#define LOGON32_LOGON_NEW_CREDENTIALS 9
|
||||||
|
#endif
|
||||||
#define MOVEFILE_REPLACE_EXISTING 1
|
#define MOVEFILE_REPLACE_EXISTING 1
|
||||||
#define MOVEFILE_COPY_ALLOWED 2
|
#define MOVEFILE_COPY_ALLOWED 2
|
||||||
#define MOVEFILE_DELAY_UNTIL_REBOOT 4
|
#define MOVEFILE_DELAY_UNTIL_REBOOT 4
|
||||||
@ -1013,7 +1025,7 @@ typedef enum {
|
|||||||
LowMemoryResourceNotification ,
|
LowMemoryResourceNotification ,
|
||||||
HighMemoryResourceNotification
|
HighMemoryResourceNotification
|
||||||
} MEMORY_RESOURCE_NOTIFICATION_TYPE;
|
} MEMORY_RESOURCE_NOTIFICATION_TYPE;
|
||||||
#endif /* (_WIN32_WINNT >= 0x0501) */
|
#endif
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
typedef enum _COMPUTER_NAME_FORMAT {
|
typedef enum _COMPUTER_NAME_FORMAT {
|
||||||
ComputerNameNetBIOS,
|
ComputerNameNetBIOS,
|
||||||
@ -1026,7 +1038,7 @@ typedef enum _COMPUTER_NAME_FORMAT {
|
|||||||
ComputerNamePhysicalDnsFullyQualified,
|
ComputerNamePhysicalDnsFullyQualified,
|
||||||
ComputerNameMax
|
ComputerNameMax
|
||||||
} COMPUTER_NAME_FORMAT;
|
} COMPUTER_NAME_FORMAT;
|
||||||
#endif /* (_WIN32_WINNT >= 0x0500) */
|
#endif
|
||||||
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410)
|
#if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410)
|
||||||
typedef DWORD EXECUTION_STATE;
|
typedef DWORD EXECUTION_STATE;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user