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

wininet

.

    string[] lplpszAcceptTypes,

.

  __in  LPCTSTR *lplpszAcceptTypes,

.

    Public Const COOKIE_STATE_ACCEPT As Integer = &H1

.

    Public Const COOKIE_STATE_ACCEPT As Integer = &H1

user32

.

DeferWindowPos fills the multiple-window-position structure with information about the target position for one or more windows about to be moved. The EndDeferWindowPos function accepts the handle to this structure and repositions the windows by using the information stored in the structure.

.

                VK_ACCEPT = 0x1E,

.

    VK_ACCEPT    = 0x1E,

.

    private void buttonNumericAccept_Click(object sender, EventArgs e)

.

        NumericTextbox.AcceptNumeric = true;

.

    public const uint VK_ACCEPT = 0x1E;

shell32

.
Summary
.

static extern void DragAcceptFiles(IntPtr hwnd, bool fAccept);

.

Declare Sub DragAcceptFiles Lib "shell32.dll" ( _

.

    ByVal fAccept As Long)

.
Documentation
[DragAcceptFiles] on MSDN
.

     QUNS_ACCEPTS_NOTIFICATIONS = 5,

.

        AcceptsNotifications = 5,

dnsapi

.

        DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE = 0x1,

.

        DNS_QUERY_ACCEPT_TRUNCATED_RESPONSE = 0x1,

httpapi

.

        //which is what the SOCKADDR accepts

netapi32

.
Summary
The DsGetDcName function returns the name of a domain controller in a specified domain. This function accepts additional domain controller selection criteria to indicate preference for a domain controller with particular characteristics.
.

This function will take as it's third parameter, a number of structures. The second parameter defines which level the third parameter structure is. Acceptable structures are SHARE_INFO_2, SHARE_INFO_502, and under Windows 9x/ME, SHARE_INFO_50.

fbwflib

.

The "volume" parameter will not accept the "normal" drive letters (e.g. "C:"). It has to be something like this "\Device\HarddiskVolume1\". The right string can be checked using "diskpart".

advapi32

.

public enum SERVICE_ACCEPT : uint

.

Public Enum SERVICE_ACCEPT As Integer

.

     public int controlsAccepted;

.
Summary
The LookupAccountName function accepts the name of a system and an account as input. It retrieves a security identifier (SID) for the account and the name of the domain on which the account was found.
.
Summary
The LookupAccountSid function accepts a security identifier (SID) as input. It retrieves the name of the account for this SID and the name of the first domain on which this SID is found.
.

     public int controlsAccepted;

.

    Public controlsAccepted As Integer

Interfaces

.

    ,BINDSTATUS_ACCEPTRANGES

.

    ,BINDSTATUS_COOKIE_STATE_ACCEPT

.

    // Only accept calls from the My Computer zone.

Constants

.

This is the maximum number of characters, usually including a null terminator, of a standard fully-pathed filename for most Windows API functions that operate on filenames (and a few .NET ones, such as Assembly.LoadFrom). Those that fill a buffer with a filename, such as GetTempFileName, expect a buffer of exactly this length. Some functions, such as CreateFile, can be made to accept longer filenames by using the "\\?\" syntax.

25: NERR_
.

        /// <summary> 2158 - This printer destination is idle and cannot accept control operations. </summary>

.

    public static PropertyKey WPD_APPOINTMENT_ACCEPTED_ATTENDEES = new PropertyKey(0xF99EFD03, 0x431D, 0x40D8, 0xA1, 0xC9, 0x4E, 0x22, 0x0D, 0x9C, 0x88, 0xD3, 10);

.

        public const uint WS_EX_ACCEPTFILES       = 0x00000010;

.

    WS_EX_ACCEPTFILES      = 0x00000010,

.

  WS_EX_ACCEPTFILES = 16

.

        /// No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.

.

        /// The service cannot accept control messages at this time.

.

        public const int ERROR_SERVICE_CANNOT_ACCEPT_CTRL = 1061;

.

        /// The current boot has already been accepted for use as the last-known-good control set.

.

        public const int ERROR_BOOT_ALREADY_ACCEPTED = 1076;

.

        /// No network provider accepted the given network path.

.

        /// No more connections can be made to the service at this time because there are already as many connections as the service can accept.

.

        /// The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.

.

        /// A value for the attribute was not in the acceptable range of values.

.

        /// IKE authentication credentials are unacceptable

.

        /// IKE security attributes are unacceptable

.

        /// The user supplied memory allocator is unacceptable

.

        public const int CO_E_INIT_UNACCEPTED_USER_ALLOCATOR = (int)(0x8000400D - 0x100000000);

.

        /// The reader or smart card is not ready to accept commands.

.

        public const int COMADMIN_E_CAT_UNACCEPTABLEBITNESS = (int)(0x80110483 - 0x100000000);

.

        /// An unauthenticated message was received by an application that accepts only authenticated messages

29: WM
.
WM_INPUTLANGCHANGEREQUEST 0x50 The WM_INPUTLANGCHANGEREQUEST message is posted to the window with the focus when the user chooses a new input language, either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.
.
WM_NOTIFYFORMAT 0x55 Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message. WM_NOTIFYFORMAT messages are sent from a common control to its parent window and from the parent window to the common control.

Structures

.

        ///IME accept

.

        ACCEPT = 0x1E,

.

        ACCEPT = 0,

.

     public uint dwControlsAccepted;  

.

        public int controlsAccepted;

.

    Dim dwControlsAccepted As Int32

.

    internal enum CONTROLS_ACCEPTED : int

.

        SERVICE_ACCEPT_NETBINDCHANGE = 0x00000010,

.

        SERVICE_ACCEPT_PARAMCHANGE = 0x00000008,

.

        SERVICE_ACCEPT_PAUSE_CONTINUE = 0x00000002,

.

        SERVICE_ACCEPT_PRESHUTDOWN = 0x00000100,

.

        SERVICE_ACCEPT_SHUTDOWN = 0x00000004,

.

        SERVICE_ACCEPT_STOP = 0x00000001,

.

        SERVICE_ACCEPT_HARDWAREPROFILECHANGE = 0x00000020,

.

        SERVICE_ACCEPT_POWEREVENT = 0x00000040,

.

        SERVICE_ACCEPT_SESSIONCHANGE = 0x00000080,

.

        SERVICE_ACCEPT_TIMECHANGE = 0x00000200,

.

        SERVICE_ACCEPT_TRIGGEREVENT = 0x00000400,

.

        SERVICE_ACCEPT_USERMODEREBOOT = 0x00000800

.

        public CONTROLS_ACCEPTED dwControlsAccepted;

.

       public long controlsAccepted;

.

of the first definition, which is 8 and this is the only value accepted by the OS. However when Vista 32bit is used the size must be set to

glu32

.

//using constants in your dllimports attribute is not acceptable for this site.

coredll

.

1 - SYSMEM_MUSTREBOOT: Need to reboot to accept memory division changes

ws2_32

36: accept
.

    public static extern IntPtr accept(IntPtr s, IntPtr addr, int addrsize);

.

Declare Function accept Lib "ws2_32.dll" ( _

.

System.Net.Sockets.Socket.Accept()

.
Documentation
.

        AcceptConnection = 2,

.

        UpdateAcceptContext = 0x700b,

.

        SO_ACCEPTCONN           =   0x0002,

.

        ///enable true conditional accept:

.

        // function returns CF_ACCEPT

.

        SO_CONDITIONAL_ACCEPT       =   0x3002,

.

        /// pause accepting new connections

.

        SO_PAUSE_ACCEPT         =   0x3003,

.

        SO_UPDATE_ACCEPT_CONTEXT    =   0x700B,

.

        SO_ACCEPTCONN = 0x0002,

.

        // enable true conditional accept: connection is not ack-ed to the other side until conditional function returns CF_ACCEPT  

.

        SO_CONDITIONAL_ACCEPT = 0x3002

irprops

.
Summary
modifies whether a local Bluetooth radio accepts incoming connections.
.
Summary
Determines wether a radio accepts incoming connections.

secur32

.

static extern int AcceptSecurityContext(ref SECURITY_HANDLE phCredential,

.

Declare Function AcceptSecurityContext Lib "secur32.dll" (TODO) As TODO

.
Documentation
[AcceptSecurityContext] on MSDN
.

        static extern int AcceptSecurityContext(ref SECURITY_HANDLE phCredential,

.

        static extern int AcceptSecurityContext(ref SECURITY_HANDLE phCredential,

.

                    ss = AcceptSecurityContext(ref _hInboundCred,        // [in] handle to the credentials

.

                    ss = AcceptSecurityContext(ref _hInboundCred,        // [in] handle to the credentials

.

                    throw new Exception("AcceptSecurityContext() failed!!!");                

Enums

.

    FDEOR_ACCEPT = 0x00000001,

.

    FDESVR_ACCEPT = 0x00000001,

.

    ///The user supplied memory allocator is unacceptable

.

    [Description("The user supplied memory allocator is unacceptable")]

.

    public const int CO_E_INIT_UNACCEPTED_USER_ALLOCATOR = unchecked((int)0x8000400D);

.

    ///The reader or smart card is not ready to accept commands.

.

    [Description("The reader or smart card is not ready to accept commands.")]

.

    public const int COMADMIN_E_CAT_UNACCEPTABLEBITNESS = unchecked((int)0x80110483);

.

    ///An unauthenticated message was received by an application that accepts only authenticated messages

.

    [Description("An unauthenticated message was received by an application that accepts only authenticated messages")]

.

    '''The user supplied memory allocator is unacceptable

.

    <Description("The user supplied memory allocator is unacceptable")> _

.

    Public Const CO_E_INIT_UNACCEPTED_USER_ALLOCATOR As Integer = CInt(&H8000400dUI)

.

    '''The reader or smart card is not ready to accept commands.

.

    <Description("The reader or smart card is not ready to accept commands.")> _

.

    Public Const COMADMIN_E_CAT_UNACCEPTABLEBITNESS As Integer = CInt(&H80110483UI)

.

    '''An unauthenticated message was received by an application that accepts only authenticated messages

.

    <Description("An unauthenticated message was received by an application that accepts only authenticated messages")> _

.

        Accept = 0x1E,

.

    VK_ACCEPT = &H1E        ' // [IMEAccept] = 030

48: VK
.

        ///IME accept

.

        ACCEPT = 0x1E,

.

    ACCEPT = 30

.

    /// The WM_INPUTLANGCHANGEREQUEST message is posted to the window with the focus when the user chooses a new input language, either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.

.

    /// Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message. WM_NOTIFYFORMAT messages are sent from a common control to its parent window and from the parent window to the common control.

.

    '''The WM_INPUTLANGCHANGEREQUEST message is posted to the window with the focus when the user chooses a new input language either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.

.

    '''Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message. WM_NOTIFYFORMAT messages are sent from a common control to its parent window and from the parent window to the common control.

.

    /// <summary>Specifies a window that accepts drag-drop files.</summary>

.

    WS_EX_ACCEPTFILES = 0x00000010,

.

    /// <summary>Specifies a window with a three-dimensional border style intended to be used for items that do not accept user input.</summary>

.

    WS_EX_ACCEPTFILES = 0x00000010,

.

    ''' <summary>Specifies a window that accepts drag-drop files.</summary>

.

    WS_EX_ACCEPTFILES = &H10

.

    ''' <summary>Specifies a window with a three-dimensional border style intended to be used for items that do not accept user input.</summary>

.

    WS_EX_ACCEPTFILES As Long = &H10

.

    /// <summary>Specifies a window that accepts drag-drop files.</summary>

.

    WS_EX_ACCEPTFILES = 0x00000010,

.

    /// <summary>Specifies a window with a three-dimensional border style intended to be used for items that do not accept user input.</summary>

.

    ''' <summary>Specifies a window that accepts drag-drop files.</summary>

.

    WS_EX_ACCEPTFILES = &H10

.

    ''' <summary>Specifies a window with a three-dimensional border style intended to be used for items that do not accept user input.</summary>

.

    WS_EX_ACCEPTFILES As Long = &H10

winhttp

.

            ref byte[] ppwszAcceptTypes,

.

            ref byte[] ppwszAcceptTypes,

.

Declare Function WinHttpOpenRequest Lib "winhttp.dll" (ByVal hConnect As IntPtr, ByVal pwszVerb As String, ByVal pwszObjectName As String, ByVal pwszVersion As String, ByVal pwszReferrer As String, ByRef ppwszAcceptTypes As Byte(), ByVal dwFlags As Integer) As IntPtr

.

            ref byte[] ppwszAcceptTypes,

.

Declare Function WinHttpOpenRequest Lib "winhttp.dll" (ByVal hConnect As IntPtr, ByVal pwszVerb As String, ByVal pwszObjectName As String, ByVal pwszVersion As String, ByVal pwszReferrer As String, ByRef ppwszAcceptTypes As Byte(), ByVal dwFlags As Integer) As IntPtr

ole32

.

One of the constructors of [Guid] accepts a string.

kernel32

.

        PIPE_ACCEPT_REMOTE_CLIENTS = 0x00000000,

.

Get OutputDebugString function implementation that accepts variable number of arguments like printf here (http://www.go4expert.com/forums/showthread.php?t=871)

gdi32

.
Summary
The CreateIC function creates an information context for the specified device. The information context provides a fast way to get information about the device without creating a device context (DC). However, GDI drawing functions cannot accept a handle to an information context.

 
Access PInvoke.net directly from VS: