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

dhcpsapi

.

¼')͂Ù̊ꘔ07Ü´2Ng©ý=-%N€gíF1šõWV4‡’—@MDCO2Aîœèªåø!ŽRr<R–œ”O_ÍTJ!§k\‰ój;ƒ1j5à/ùÄY8§<ÁA#c,Bª<È1§ÕÂ'фµ<YÔDƒCÇ+U<ñsfâëÑÍP°d#&2mò:¶ÁÒá‰\§4jŒ°[%¢Ø£FÆ5)v˜ù^á=xêµ^öº˜³ÿcºCu܉ƒ¶M”Ï–U" G†yy£>:Ñ+£¥ÆÂ毟‹jì0\4žà{ÁšÚ܈ÈU‰o²Fù—§T8‡•Ò¡ 0åÉH7bÿb>>ÇgƒâÛ  ÖXöé‰ßv²ž_ëb=p;nŒ 3LXð\¿|AÎG)ÑVõn!šã9¾6Wx›Û

.

    public enum  DHCP_SEARCH_INFO_TYPE

.

    Private Enum DHCP_SEARCH_INFO_TYPE

.

    ClientInfo.DHCPSearchInfoType = DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress

.

    public enum  DHCP_SEARCH_INFO_TYPE

.

        string strSQL = "select * from IP_to_Name where IP_address = '" + scope + "'";

.

    ClientInfo.DHCPSearchInfoType = (int)DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress;

.

    public class DHCP_SERVER_INFO_ARRAY

.

        DHCP_SERVER_INFO_ARRAY dsArray = (DHCP_SERVER_INFO_ARRAY)Marshal.PtrToStructure(svrs, typeof(DHCP_SERVER_INFO_ARRAY));

.

DHCP_CLIENT_INFO_ARRAY, DHCP_CLIENT_INFO

.

   Private Structure DHCP_CLIENT_INFO_ARRAY

.

        Dim Client_Array As DHCP_CLIENT_INFO_ARRAY

.

        Client_Array = Marshal.PtrToStructure(pt, GetType(DHCP_CLIENT_INFO_ARRAY))

.

    public struct DHCP_CLIENT_INFO_ARRAY

.

        IntPtr info_array_ptr;

.

           65536, out info_array_ptr, ref nr_clients_read, ref nr_clients_total);

.

        DHCP_CLIENT_INFO_ARRAY clients = (DHCP_CLIENT_INFO_ARRAY)Marshal.PtrToStructure(info_array_ptr, typeof(DHCP_CLIENT_INFO_ARRAY));

.

const uint ERROR_NO_MORE_ITEMS = 259;

.

struct DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 {

.

        if (result == NativeMethods.ERROR_NO_MORE_ITEMS) break;

.

        NativeMethods.DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 data;

.

        data = (NativeMethods.DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5) Marshal.PtrToStructure(enumInfo, typeof(NativeMethods.DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5));

.
Summary
The DhcpEnumSubnets function returns an enumerated list of subnets defined on the DHCP server. This function returns ERROR_SUCCESS upon a successful call. If a call is made with the same ResumeHandle value and all items on the server have been enumerated, this method returns ERROR_NO_MORE_ITEMS with ElementsRead and ElementsTotal set to 0. Otherwise, it returns one of the DHCP Server Management API Error Codes.
.

        Dim searchInfoType As DHCP_SEARCH_INFO_TYPE = DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress

.

        DHCP_SEARCH_INFO_TYPE searchInfoType = DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress;

.

    si.SearchType = (int)DHCP_SEARCH_INFO_TYPE.DhcpClientIpAddress ;

.

public enum DHCP_SEARCH_INFO_TYPE : int

.
Documentation
[DHCP_SEARCH_INFO_TYPE] on MSDN

user32

.

BusyCursorIcon = Path.Combine(folderPath, "aero_busy_xl.ani");

.

                VK_ICO_HELP = 0xE3, // Help key on ICO

.

                VK_ICO_00 = 0xE4, // 00 key on ICO

.

                VK_ICO_CLEAR = 0xE6,

.

    VK_ICO_HELP      = 0xE3,  //  Help key on ICO

.

    VK_ICO_00    = 0xE4,  //  00 key on ICO

.

    VK_ICO_CLEAR     = 0xE6,

.

    internal struct RID_DEVICE_INFO_HID

.

    internal struct RID_DEVICE_INFO_KEYBOARD

.

    internal struct RID_DEVICE_INFO_MOUSE

.

        public RID_DEVICE_INFO_MOUSE mouse;

.

        public RID_DEVICE_INFO_KEYBOARD keyboard;

.

        public RID_DEVICE_INFO_HID hid;

.

const uint MAPVK_VK_TO_VSC = 0x00;

.

const uint MAPVK_VSC_TO_VK = 0x01;

.

const uint MAPVK_VK_TO_CHAR = 0x02;

.

const uint MAPVK_VSC_TO_VK_EX = 0x03;

.

const uint MAPVK_VK_TO_VSC_EX = 0x04;

.

     MAPVK_VK_TO_VSC = 0x00,

.

     MAPVK_VSC_TO_VK = 0x01,

.

     MAPVK_VK_TO_CHAR = 0x02,

.

     MAPVK_VSC_TO_VK_EX = 0x03,

.

     MAPVK_VK_TO_VSC_EX = 0x04

.

const uint MAPVK_VK_TO_VSC = 0x00;

.

const uint MAPVK_VSC_TO_VK = 0x01;

.

const uint MAPVK_VK_TO_CHAR = 0x02;

.

const uint MAPVK_VSC_TO_VK_EX = 0x03;

.

const uint MAPVK_VK_TO_VSC_EX = 0x04;

.

     MAPVK_VK_TO_VSC = 0x00,

.

     MAPVK_VSC_TO_VK = 0x01,

.

     MAPVK_VK_TO_CHAR = 0x02,

.

     MAPVK_VSC_TO_VK_EX = 0x03,

.

     MAPVK_VK_TO_VSC_EX = 0x04

.

Based on http://vb-helper.com/howto_move_click_mouse.html

.

Win32.SendMessageTimeout(windowHandle, lMsg, IntPtr.Zero, IntPtr.Zero, SendMessageTimeoutFlags.SMTO_ABORT_IF_HUNG, 1000, out lRes);

.

Win32.SendMessageTimeout(windowHandle, lMsg, IntPtr.Zero, IntPtr.Zero, SendMessageTimeoutFlags.SMTO_ABORT_IF_HUNG, 1000, out lRes);

.

    int result = SendMessageTimeout(hwnd, WM_GETTEXTLENGTH, 0, 0, 0X2C, 5, out length); //0X2C = SMTO_ABORTIFHUNG | SMTO_BLOCK | SMTO_NOTIMEOUTIFNOTHUNG | SMTO_ERRORONEXIT

.

Win32.SendMessageTimeout(windowHandle, lMsg, IntPtr.Zero, IntPtr.Zero, SendMessageTimeoutFlags.SMTO_ABORT_IF_HUNG, 1000, out lRes);

.

http://www.vb-helper.com/howto_show_hide_text_scrollbar.html

.

http://www.vb-helper.com/howto_show_hide_both_scrollbars.html

.

        while (WindowsAPIs.GetMessage(out msg, IntPtr.Zero, 0, 0) && ! FOO_EXPRESSION )

.

    public const uint VK_ICO_HELP = 0xE3;  //  Help key on ICO

.

    public const uint VK_ICO_00 = 0xE4;  //  00 key on ICO

.

    public const uint VK_ICO_CLEAR = 0xE6;

.

     IDH_NO_HELP     = 28440;

.

     IDH_NO_HELP     = 28440

.

     IDH_NO_HELP    As Long = 28440

rapi

.

short ERROR_NO_MORE_FILES = 18

.

while (ret != ERROR_NO_MORE_FILES) {

powrprof

.

    ''' <param name="SubGroupOfPowerSettingGuid">The subgroup of power settings. Use NO_SUBGROUP_GUID to refer to the default power scheme.</param>

dwmapi

.

/BÅäKµa‡rå…“ËOnO_¬pL»&ûÀ°ÆðÊXŠý¹Ý¡µü²\qÞù xš¢9긎)þã {4„¯ŽEì íoµ¹ìÂxŸ$=æÛ]-v+VÂÊÖãÀ^¹Û`)Òßgív¬ÆTw•OƒËºèG2Õ<º<ò ¼Œv¬… (ñ‰»&7¡­+–»óç'd6t ÇLNºÈ.¬‚HÈßN¤#±°¦š7•ëµý

Structures

.

a›¢ð”¢Ä b’»a)úN£{œŠ{KŸïàƒD=íú‰b—yæì 7Ò¡áð2‘Á(…‡ÌÅêu˜ãq‘™[gÌ͏k;,gOAû¿¸hñ>˜vÚ˟ʏ>¡ºûc8'#Ñ®o_{ÅvI&° æ°™I~»(8ì<óì “²xۊ³ ÍDlÐ3°õ`V~UpíG¯šMv:µeøQ>pp6[˜Ú/ýѧà

.

                   ai_protocol = PROTOCOL_INT.IPPROTO_IP

.

  private struct Bluetooth_Find_Radio_Params

.

             this.dwSize = (UInt32)Marshal.SizeOf(typeof(Bluetooth_Find_Radio_Params));

.

Structure BLUETOOTH_FIND_RADIO_PARAMS

.
Documentation
[BLUETOOTH_FIND_RADIO_PARAMS] on MSDN
.

Structure BLUETOOTH_RADIO_INFO

.
Documentation
[BLUETOOTH_RADIO_INFO] on MSDN
.

    public const int CERT_STORE_NO_CRYPT_RELEASE_FLAG = 0x00000001;

.

    Public Const CERT_STORE_NO_CRYPT_RELEASE_FLAG As Integer = &H1

.

public struct DFS_INFO_100 {

.

Structure DFS_INFO_100

.
Documentation
[DFS_INFO_100] on MSDN
.

public struct DFS_INFO_100

.

Structure DFS_INFO_100

.
Documentation
[DFS_INFO_100] on MSDN
.

struct DFS_INFO_2 {

.

Structure DFS_INFO_2

.
Documentation
[DFS_INFO_2] on MSDN
.

struct DFS_INFO_3 {

.

Structure DFS_INFO_3

.
Documentation
[DFS_INFO_3] on MSDN
.

struct DFS_INFO_4 {

.

Structure DFS_INFO_4

.
Documentation
[DFS_INFO_4] on MSDN
.

public struct DHCP_CLIENT_INFO_ARRAY

.

Structure DHCP_CLIENT_INFO_ARRAY

.
Documentation
[DHCP_CLIENT_INFO_ARRAY] on MSDN
.

struct DHCP_CLIENT_INFO_ARRAY {

.

Structure DHCP_CLIENT_INFO_ARRAY

.
Documentation
[DHCP_CLIENT_INFO_ARRAY] on MSDN
.

  struct DOC_INFO_1W {

.

  Structure DOC_INFO_1W

.
Documentation
[DOC_INFO_1W] on MSDN
.

  struct DOC_INFO_1W {

.

  Structure DOC_INFO_1W

.
Documentation
[DOC_INFO_1W] on MSDN
.

  public struct DOC_INFO_1A

.

  Public Structure DOC_INFO_1A

.
Documentation
[DOC_INFO_1A] on MSDN
.

    struct DOC_INFO_1W {

.

  Structure DOC_INFO_1W

.
Documentation
[DOC_INFO_1W] on MSDN
.

    internal struct DSROLE_PRIMARY_DOMAIN_INFO_BASIC

.

Structure DSROLE_PRIMARY_DOMAIN_INFO_BASIC

.
Documentation
[DSROLE_PRIMARY_DOMAIN_INFO_BASIC] on MSDN
.

struct DS_DOMAIN_CONTROLLER_INFO_2 {

.

Structure DS_DOMAIN_CONTROLLER_INFO_2

.
Summary
The FILE_INFO_3 structure contains the identification number and other pertinent information about files, devices, and pipes.
.

struct FILE_INFO_3

.

    Structure FILE_INFO_3

.
Documentation
[FILE_INFO_3] on MSDN
.
Summary
The GROUP_INFO_1 structure contains a global group name and a comment to associate with the group.
.

private struct GROUP_INFO_1

.

Structure GROUP_INFO_1

.
Documentation
[GROUP_INFO_1] on MSDN
.

        public struct GROUP_USERS_INFO_0

.

Structure GROUP_USERS_INFO_0

.
Documentation
[GROUP_USERS_INFO_0] on MSDN
.

public struct ICMP_ECHO_REPLY

.

Structure ICMP_ECHO_REPLY

.
Documentation
[ICMP_ECHO_REPLY] on MSDN
.

        IMAGE_DLLCHARACTERISTICS_NO_ISOLATION = 0x0200,

.

        IMAGE_DLLCHARACTERISTICS_NO_SEH = 0x0400,

.

        IMAGE_DLLCHARACTERISTICS_NO_BIND = 0x0800,

.

    ''' IMAGE_DLLCHARACTERISTICS_NO_BIND    // Do not bind this image

.

    ' Some values are: IMAGE_DLLCHARACTERISTICS_NO_BIND (Do not bind this image)

.

    ' Some values are: IMAGE_DLLCHARACTERISTICS_NO_BIND (Do not bind this image)

.

        IMAGE_DLLCHARACTERISTICS_NO_ISOLATION = 0x0200,

.

        IMAGE_DLLCHARACTERISTICS_NO_SEH = 0x0400,

.

        IMAGE_DLLCHARACTERISTICS_NO_BIND = 0x0800,

.
Summary
The JOB_INFO_1 structure specifies print-job information such as the job-identifier value, the name of the printer for which the job is spooled, the name of the machine that created the print job, the name of the user that owns the print job, and so on.
.

struct JOB_INFO_1 {

.

Structure JOB_INFO_1

.
Documentation
[JOB_INFO_1] on MSDN
.

        public struct LOCALGROUP_INFO_1

.

Structure LOCALGROUP_INFO_1

.
Documentation
[LOCALGROUP_INFO_1] on MSDN
.

        public struct LOCALGROUP_MEMBERS_INFO_2

.

Structure LOCALGROUP_MEMBERS_INFO_2

.
Documentation
[LOCALGROUP_MEMBERS_INFO_2] on MSDN
.

        public struct LOCALGROUP_MEMBERS_INFO_3

.

Structure LOCALGROUP_MEMBERS_INFO_3

.
Documentation
[LOCALGROUP_MEMBERS_INFO_3] on MSDN
.
Summary
The MONITOR_INFO_2 structure identifies a monitor.
.

public struct MONITOR_INFO_2

.

Structure MONITOR_INFO_2

.
Documentation
[MONITOR_INFO_2] on MSDN
.

    public struct PRINTER_INFO_2

.

    Private Structure PRINTER_INFO_2

.

If you only want to get or set the DEVMODE struct, you can use the PRINTER_INFO_9 struct instead.

.
Documentation
[PRINTER_INFO_2] on MSDN
.

    public struct PRINTER_INFO_5

.

Structure PRINTER_INFO_5

.
Documentation
[PRINTER_INFO_5] on MSDN
.
Summary
.

/// The PRINTER_INFO_9 structure specifies the per-user default printer settings.

.

internal class PRINTER_INFO_9

.
Documentation
[PRINTER_INFO_9] on MSDN
.

    IO_REPARSE_TAG_MOUNT_POINT = (0xA0000003),

.

    IO_REPARSE_TAG_HSM = (0xC0000004),

.

    IO_REPARSE_TAG_SIS = (0x80000007),

.

    IO_REPARSE_TAG_DFS = (0x8000000A),

.

    IO_REPARSE_TAG_SYMLINK = (0xA000000C),

.

    IO_REPARSE_TAG_DFSR = (0x80000012),

.

        rdb.ReparseTag = (uint)ReparseTagType.IO_REPARSE_TAG_MOUNT_POINT;

. . .
Summary
The SCARD_IO_REQUEST structure begins a protocol control information structure. Any protocol-specific information then immediately follows this structure. The entire length of the structure must be aligned with the underlying hardware architecture word size. For example, in Win32 the length of any PCI information must be a multiple of four bytes so that it aligns on a 32-bit boundary.
.

struct SCARD_IO_REQUEST {

.
Documentation
[SCARD_IO_REQUEST] on MSDN

Cut off search results after 60. Please refine your search.


 
Access PInvoke.net directly from VS: