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 "SendTo" in [All]

coredll

.

private void SendToBack()

.

private void SendToBack ()

ws2_32

3: send
.

public static extern int SendTo (IntPtr Socket, IntPtr buff, int len, SendDataFlags flags, ref SockAddr To, int tomlen);

.

System.Net.Sockets.Socket (class) Socket.SendTo () - better to use It))

.

If no error occurs, sendto returns the total number of bytes sent, which can be less than the number indicated by len. Otherwise, a value of SOCKET_ERROR is returned, and a specific error code can be retrieved by calling WSAGetLastError.

.

[DllImport("ws2_32.dll", EntryPoint="sendto")]

.

public static extern int SendTo (IntPtr Socket, IntPtr buff, int len, SendDataFlags flags, ref SockAddr To, int tomlen);

.

System.Net.Sockets.Socket (class) Socket.SendTo () - better to use It))

.

If no error occurs, sendto returns the total number of bytes sent, which can be less than the number indicated by len. Otherwise, a value of SOCKET_ERROR is returned, and a specific error code can be retrieved by calling WSAGetLastError.

Constants

.

    public static PropertyKey PKEY_IsSendToTarget = new PropertyKey( 0x28636AA6, 0x953D, 0x11D2, 0xB5, 0xD6, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xD0, 33);

.

        /// A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.

Enums

.

    CSIDL_SENDTO            = 0x0009,

.

    CSIDL_SENDTO = &H9

Structures

.

FileSystem.DeleteFile(path, UIOption.OnlyErrorDialogs, RecycleOption.SendToRecycleBin);

shell32

.

            CSIDL_SENDTO            = 0x0009,    // <user name>\SendTo

10: CSIDL
.

        /// The file system directory that contains Send To menu items. A typical path is C:\Documents and Settings\username\SendTo.

.

        CSIDL_SENDTO = 0x0009,

.

        CSIDL_SENDTO          = 0x0009,    // <user name>\SendTo

.

    public static readonly Guid SendTo = new Guid( "8983036C-27C0-404B-8F08-102D10DCFD74" );

.

    SENDTO = &H9

.

        CSIDL_SENDTO        = 0x0009,    // <user name>\SendTo

.

    public static Guid SendTo = new Guid("8983036C-27C0-404B-8F08-102D10DCFD74");

setupapi

.

Text1.Text = SendToUsbPrinter(”Hello world.”)

.

Function SendToUsbPrinter(PrintOut As String) As Boolean

.

SendToUsbPrinter = False

.

SendToUsbPrinter = True


 
Access PInvoke.net directly from VS: