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

Interfaces

.

public interface IViewObject

.

Public Interface IViewObject

.
Documentation
[IViewObject] on MSDN

Constants

.

        /// Object doesn't support IViewObject interface

.

        public const int DV_E_NOIVIEWOBJECT = (int)(0x8004006D - 0x100000000);

Enums

.

    ///Object doesn't support IViewObject interface

.

    [Description("Object doesn't support IViewObject interface")]

.

    public const int DV_E_NOIVIEWOBJECT = unchecked((int)0x8004006D);

.

    '''Object doesn't support IViewObject interface

.

    <Description("Object doesn't support IViewObject interface")> _

.

    Public Const DV_E_NOIVIEWOBJECT As Integer = CInt(&H8004006dUI)


 
Access PInvoke.net directly from VS: