Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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>

.

    ///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).

.

        /// 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.

oleaut32

.

There 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.

ipaqutil

.
Summary
Disables the iPAQ Bluetooth Radio. The BthRadio.dll equivalent works on Microsoft Bluetooth Stack, however iPAQ PDAs use the Widdcom stack.

wininet

.
FTP_TRANSFER_TYPE_ASCII Transfers the file using the FTP ASCII (Type A) transfer method. Control and formatting data is converted to local equivalents.

Constants

.

        /// Share.exe or equivalent is required for operation.

Interfaces

.

    ///  managed equivalent of IShellFolder interface

ntdsapi

.

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.

Structures

.

// The first field, dwData, may contain anything the sender wishes; it is the equivalent of System.Object sender in an EventHandler.

.

    ''' 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

.
Documentation
[VALENT] on MSDN

user32

.

    /// This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.

.

    ' This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.

.

    /// This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.

.

    ' This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.

.
ARW_BOTTOMRIGHT Start at the lower-right corner of the screen. Equivalent to ARW_STARTRIGHT.
.
ARW_TOPLEFT Start at the upper-left corner of the screen. Equivalent to ARV_STARTTOP.
.
ARW_TOPRIGHT Start at the upper-right corner of the screen. Equivalent to ARW_STARTTOP | SRW_STARTRIGHT.
.

http://jorgearimany.blogspot.com/2010/10/win32-setforegroundwindow-equivalent-in.html

coredll

.

     int error = Marshal.GetLastWin32Error();    // Equivalent to Win32 GetLastError()

advapi32

.

If you are getting an HKEY from some source without a managed equivalent, it converts to a .NET RegistryKey as:

setupapi

.
Key If this optional parameter is specified, it supplies a key to match. This parameter should be a null-terminated string. This parameter can be Null. If Key is not specified, the SetupFindNextMatchLine function is equivalent to the SetupFindNextLine function.

glossary

.

Distributed 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.

netapi32

.

The following C# function returns user information just as fast as the C++ equivalent.

.
Summary
The equivalent counter-part to NetShareGetInfo. This lets you set information about an existing share.

winscard

.

C# equivalents

.

C# equivalents:

kernel32

.

Arguably 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.

shlwapi

28: 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).

shell32

29: 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.

.

    ///  managed equivalent of IShellFolder interface

.

        // desktop item. This is equivalent to CSIDL_MYDOCUMENTS.

mqrt

.

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.

.

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.


 
Access PInvoke.net directly from VS: