Desktop Functions: Smart Device Functions:
|
Search Results for "WinNT" in [All]Enums1: ACE_TYPE More information can be found on the MSDN. The values for the enumeration come from the WinNT header file. 2: SystemMetric
'/*#if (WINVER >= 0x0500) || (_WIN32_WINNT >= 0x0400)*/
'/*#if(_WIN32_WINNT >= 0x0500)*/
'/*#endif /* _WIN32_WINNT >= 0x0500 */
'/*#if(_WIN32_WINNT >= 0x0501)*/
'/*#endif /* _WIN32_WINNT >= 0x0501 */
'/*#if(_WIN32_WINNT >= 0x0501)*/
'/*#endif /* _WIN32_WINNT >= 0x0501 */
'/*#if (WINVER < 0x0500) && (!defined(_WIN32_WINNT) || (_WIN32_WINNT < 0x0400))*/
'/*#if(_WIN32_WINNT >= 0x0501)*/
'/*#endif /* _WIN32_WINNT >= 0x0501 */
WinNtAuthoritySid = 7,
WinNTLMAuthenticationSid = 51, setupapipulRegDataType, Optional, can be NULL. A pointer to a location that receives the registry data type, specified as a REG_-prefixed constant defined in Winnt.h. shell325: CSIDL
/// "C:\Windows" on one system and "C:\Winnt" on another. These constants are defined in Shlobj.h and Shfolder.h. kernel32To compile an application that uses this function, define WIN32WINNT as 0x0400 or later. Constants to pass for dwNotifyFilter. Found in winnt.h by searching for the ones used in the msdn example. opengl32comdlg32
'#if (_WIN32_WINNT >= 0x0500)
'#endif // (_WIN32_WINNT >= 0x0500) 10: GetSaveFileName
'#if (_WIN32_WINNT >= 0x0500)
'#endif // (_WIN32_WINNT >= 0x0500) user3211: CreatePopupMenu
// For Winnt set me as an approved shellex 12: SetKeyboardState
ElseIf o.dwPlatformId = VER_PLATFORM_WIN32_NT Then '=== WinNT
ElseIf o.dwPlatformId = VER_PLATFORM_WIN32_NT Then '=== WinNT
ElseIf o.dwPlatformId = VER_PLATFORM_WIN32_NT Then '=== WinNT
ElseIf o.dwPlatformId = VER_PLATFORM_WIN32_NT Then '=== WinNT 13: VirtualKeyCodes
//#if(_WIN32_WINNT >= 0x0500)
//#endif /* _WIN32_WINNT >= 0x0500 */
//#if(_WIN32_WINNT >= 0x0500)
//#endif /* _WIN32_WINNT >= 0x0500 */
//#if(_WIN32_WINNT >= 0x0500)
//#endif /* _WIN32_WINNT >= 0x0500 */ netapi32
string localDirEntryString = "WinNT://" + computerName + ",computer";
string domainDirEntryString = String.Format("WinNT://{0}", domainName); 15: NetUserEnum
DirectoryEntry directoryEntry = new DirectoryEntry("WinNT://" + Environment.MachineName); advapi32
' a WinNT version of the ConvertSidToStringSid function
' a WinNT version of the ConvertSidToStringSid function 18: LogonUser
WinNT40 = 2
WinNT50 = 3 19: LogonUserEx
WinNT40 = 2
WinNT50 = 3 20: LOGON_PROVIDER
LOGON32_PROVIDER_WINNT35,
LOGON32_PROVIDER_WINNT40,
LOGON32_PROVIDER_WINNT50
LOGON32_PROVIDER_WINNT35 = 1
LOGON32_PROVIDER_WINNT40 = 2
LOGON32_PROVIDER_WINNT50 = 3 21: OpenThreadToken
private const int TOKEN_READ = 0x00020008; //From VC\PlatformSDK\Include\Winnt.h Constants
// winnt.h, Windows SDK v6.1 23: ShellAPI
// #if (_WIN32_WINNT >= 0x0501)
// #endif // (_WIN32_WINNT >= 0x501) 24: ShellAPI
// #if (_WIN32_WINNT >= 0x0501)
// #endif // (_WIN32_WINNT >= 0x501) Some of the constants were contained within conditional compilation blocks; see the commented out sections. I removed conditional compilation blocks for assumptions that like WINNT and WINVER >= 0x0400 and WIN32WINNT >= 0x0500. See ShellAPI.h for the complete source. 25: STATUS_ Defined in WINNT.H 26: Window styles
//#if(_WIN32_WINNT >= 0x0500)
//#endif /* _WIN32_WINNT >= 0x0500 */
//#if(_WIN32_WINNT >= 0x0500)
//#endif /* _WIN32_WINNT >= 0x0500 */ //#if(WIN32WINNT >= 0x0500) //#endif /* WIN32WINNT >= 0x0500 */ //#if(WIN32WINNT >= 0x0500) //#endif /* WIN32WINNT >= 0x0500 */
'#If (WIN32WINNT >= 500) Then
'#If (WIN32WINNT >= 500) Then 27: WINNT
Structures29: IMAGE_DOS_HEADER Comments are from WinNT.h Comments are from WinNT.h 32: IMAGE_NT_HEADERS
Comments are from WinNT.h 35: TOKEN_PRIVILEGES WINNT (for ANYSIZE_ARRAY) psapiFrom MSDN: The GetProcessImageFileName function returns the path in device form, rather than drive letters. For example, the file name C:\Winnt\System32\Ctype.nls would look as follows in device form: \Device\Harddisk0\Partition1\WINNT\System32\Ctype.nls |