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

Interfaces

.

     int GetDesktopItemOptions(ref COMPONENTSOPT pco, int dwReserved);

.

     int SetDesktopItemOptions(ref COMPONENTSOPT pco, int dwReserved);

.

    Function GetDesktopItemOptions(ByRef pco As COMPONENTSOPT, ByVal dwReserved As Integer) As Integer

.

    Function SetDesktopItemOptions(ByRef pco As COMPONENTSOPT, ByVal dwReserved As Integer) As Integer

.

COMPONENTSOPT opts = new COMPONENTSOPT();

.

opts.dwSize = COMPONENTSOPT.SizeOf;

Structures

.

public struct COMPONENTSOPT

.

     public static readonly int SizeOf = Marshal.SizeOf(typeof(COMPONENTSOPT));

.

Public Structure COMPONENTSOPT

.

    COMPONENTSOPT.SizeOf = Marshal.SizeOf(GetType(COMPONENTSOPT))

.
Documentation
[COMPONENTSOPT] on MSDN
.

public struct COMPONENTSOPT

.

     public static readonly int SizeOf = Marshal.SizeOf(typeof(COMPONENTSOPT));

.

Structure COMPONENTSOPT

.
Documentation
[COMPONENTSOPT] on MSDN

 
Access PInvoke.net directly from VS: