Desktop Functions: Smart Device Functions:
|
Search Results for "WinNT" in [All]Constants
// winnt.h, Windows SDK v6.1 2: ShellAPI
// #if (_WIN32_WINNT >= 0x0501)
// #endif // (_WIN32_WINNT >= 0x501) 3: 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. 4: STATUS_ Defined in WINNT.H
//#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 6: WINNT
opengl32Enums8: ACE_TYPE More information can be found on the MSDN. The values for the enumeration come from the WinNT header file. 9: 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, advapi32
' a WinNT version of the ConvertSidToStringSid function
' a WinNT version of the ConvertSidToStringSid function 13: LogonUser
WinNT40 = 2
WinNT50 = 3 14: LogonUserEx
WinNT40 = 2
WinNT50 = 3 15: LOGON_PROVIDER
LOGON32_PROVIDER_WINNT35,
LOGON32_PROVIDER_WINNT40,
LOGON32_PROVIDER_WINNT50
LOGON32_PROVIDER_WINNT35 = 1
LOGON32_PROVIDER_WINNT40 = 2
LOGON32_PROVIDER_WINNT50 = 3 16: OpenThreadToken
private const int TOKEN_READ = 0x00020008; //From VC\PlatformSDK\Include\Winnt.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. 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. Structures21: IMAGE_DOS_HEADER Comments are from WinNT.h Comments are from WinNT.h 24: IMAGE_NT_HEADERS
Comments are from WinNT.h 27: TOKEN_PRIVILEGES WINNT (for ANYSIZE_ARRAY) comdlg3228: GetOpenFileName
'#if (_WIN32_WINNT >= 0x0500)
'#endif // (_WIN32_WINNT >= 0x0500) 29: GetSaveFileName
'#if (_WIN32_WINNT >= 0x0500)
'#endif // (_WIN32_WINNT >= 0x0500) netapi32
string localDirEntryString = "WinNT://" + computerName + ",computer";
string domainDirEntryString = String.Format("WinNT://{0}", domainName); 31: NetUserEnum
DirectoryEntry directoryEntry = new DirectoryEntry("WinNT://" + Environment.MachineName); shell3232: CSIDL
/// "C:\Windows" on one system and "C:\Winnt" on another. These constants are defined in Shlobj.h and Shfolder.h. 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 user3234: CreatePopupMenu
// For Winnt set me as an approved shellex 35: 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 36: 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 */ |