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

user32

.

                    fmt.cfFormat = CLIPFORMAT.CF_HDROP;

Constants

.

        public const int DV_E_CLIPFORMAT = (int)(0x8004006A - 0x100000000);

.

        public const int OLE_S_MAC_CLIPFORMAT = 0x00040002;

Enums

.

    public const int DV_E_CLIPFORMAT = unchecked((int)0x8004006A);

.

    public const int OLE_S_MAC_CLIPFORMAT = unchecked((int)0x00040002);

.

    Public Const DV_E_CLIPFORMAT As Integer = CInt(&H8004006aUI)

.

    Public Const OLE_S_MAC_CLIPFORMAT As Integer = CInt(&H40002)

ole32

.

    internal enum CLIPFORMAT : int

.

Declare Function CLIPFORMAT Lib "ole32.dll" (TODO) As TODO

.
Documentation
[CLIPFORMAT] on MSDN
.

static extern void ReadFmtUserTypeStg(IStorage pStg, out CLIPFORMAT pcf,

.

CLIPFORMAT

.

static extern void WriteFmtUserTypeStg(IStorage pStg, CLIPFORMAT cf, string lpszUserType);

.

CLIPFORMAT


 
Access PInvoke.net directly from VS: