Desktop Functions: Smart Device Functions:
|
Search Results for "VALENT" in [All]Enums
/// Use the new user interface, including an edit box. This flag is equivalent to <bold>BIF_EDITBOX | BIF_NEWDIALOGSTYLE</bold>
''' Use the new user interface, including an edit box. This flag is equivalent to <bold>BIF_EDITBOX | BIF_NEWDIALOGSTYLE</bold> 2: HRESULT
///Share.exe or equivalent is required for operation.
[Description("Share.exe or equivalent is required for operation.")]
'''Share.exe or equivalent is required for operation.
<Description("Share.exe or equivalent is required for operation.")> _ The .NET Framework equivalent is System.Security.AccessControl.ResourceType (http://msdn2.microsoft.com/library/System.Security.AccessControl.ResourceType). 4: SystemMetric
/// The width of a window border, in pixels. This is equivalent to the SM_CXEDGE value for windows with the 3-D look.
/// The height of a window border, in pixels. This is equivalent to the SM_CYEDGE value for windows with the 3-D look.
''' Width of a window border in pixels. This is equivalent to the SM_CXEDGE value for windows with the 3-D look.
''' Height of a window border in pixels. This is equivalent to the SM_CYEDGE value for windows with the 3-D look.
/// The WM_UNICHAR message is equivalent to WM_CHAR, but it uses Unicode Transformation Format (UTF)-32, whereas WM_CHAR uses UTF-16. It is designed to send or post Unicode characters to ANSI windows and it can can handle Unicode Supplementary Plane characters. oleaut32There is a lot to write about automation variables. E.g. a parameter can be optional and thus, have a default value which is in the TYpeLib. Or VT_ERROR | DISP_E_PARAMNOTFOUND (which is equivalent to VarType() = vbMissing). This is passed to .NET as Type.Missing. See sample code. ipaqutilwininet8: FtpCommand
Constants9: WINERROR
/// Share.exe or equivalent is required for operation. Interfaces10: IShellFolder
/// managed equivalent of IShellFolder interface ntdsapi11: DsCrackNames Note Do not confuse the values of the format elements of the formatOffered parameter used by the DsCrackNames function with the similarly named format elements as defined in the ADS_NAME_TYPE_ENUM enumeration used by the IADsNameTranslate interface. The two sets of element formats are not equivalent and are not interchangeable. Structures12: COPYDATASTRUCT
// The first field, dwData, may contain anything the sender wishes; it is the equivalent of System.Object sender in an EventHandler. 13: IMAGE_DOS_HEADER
''' program will need. This is the equivalent of the BSS size in a Unix program.
 ' program will need. This is the equivalent of the BSS size in a Unix program. 14: VALENT
internal unsafe struct VALENT
get { return (uint) Marshal.SizeOf(typeof (VALENT)); }
Structure VALENT user3215: FlashWindow
/// This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
' This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags. 16: FlashWindowEx
/// This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
' This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags. 17: GetSystemMetrics
coredll19: SipSetCurrentIM
int error = Marshal.GetLastWin32Error(); // Equivalent to Win32 GetLastError() advapi3220: RegSetValueEx If you are getting an HKEY from some source without a managed equivalent, it converts to a .NET RegistryKey as: setupapi
glossaryDistributed computing is a programming model in which processing occurs in many different places (or nodes) around a network. Processing can occur wherever it makes the most sense, whether that is on a server, personal computer, handheld device, or other smart device. In contrast to the two-node system prevalent today (the client and the centralized server), Microsoft .NET uses distributed computing. netapi32The following C# function returns user information just as fast as the C++ equivalent. 24: NetShareSetInfo
winscard25: SCARDCONTEXT C# equivalents 26: SCARDHANDLE C# equivalents: kernel32Arguably one of the most frequently used and most important PInvokes used, this is the only way in .NET to get a high performance counter for measurement, unique seeding of Random Variables (although you could perhaps transfer a GUID to a numeric equivalent), and in general what this global consultant would consider a 'must include' in almost any application where Instrumentation is a must. shlwapi28: IsOS
/// Equivalent to PlatformID.Win32Windows. Note that none of those systems
/// The program is running on Windows Embedded, any version. Equivalent to
/// The program is running as a Terminal Server client. Equivalent to
/// installation modes). This is equivalent to SuiteMask.Terminal &&
/// its successors) Professional. Equivalent to PlatformID.Win32NT &&
/// Datacenter Edition, any version. Equivalent to (ProductType.NTServer ||
/// Enterprise Edition, any version. Equivalent to (ProductType.NTServer ||
/// Terminal Server mode. This is equivalent to SuiteMask.Terminal &&
/// Edition or Professional. This is equivalent to
/// The program is running on any Windows Server product. Equivalent to
/// client license in force. Equivalent to SuiteMask.SmallBusinessRestricted.
/// successors. Equivalent to GetSystemMetrics(SM_MEDIACENTER). shell3229: CSIDL
/// Some CSIDLs can be mapped to an equivalent %VariableName% environment variable. CSIDLs are more reliable,
/// Version 6.0. The virtual folder representing the My Documents desktop item. This is equivalent to CSIDL_MYDOCUMENTS. 30: SHBindToParent
/// managed equivalent of IShellFolder interface 31: SHGetFolderPath
// desktop item. This is equivalent to CSIDL_MYDOCUMENTS. mqrtMQGetQueueSecurity and MQSetQueueSecurity don't have a managed equivalent in the System.Messaging namespace. If you need to read or change the ACL on a queue to, for example, change the queue owner, you need to use P/Invoke to mqrt.dll. MQGetQueueSecurity and MQSetQueueSecurity don't have a managed equivalent in the System.Messaging namespace. If you need to read or change the ACL on a queue to, for example, change the queue owner, you need to use P/Invoke to mqrt.dll. |