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

ole32

.

        int     E_NOINTERFACE = unchecked((int)0x80004002);

.

            if (iResult == E_NOINTERFACE)

Enums

.

    public const int E_NOINTERFACE = unchecked((int)0x80004002);

.

    Public Const E_NOINTERFACE As Integer = CInt(&H80004002UI)

Interfaces

.

        E_NOINTERFACE = 0x80004002,

.

  private const int E_NOINTERFACE = unchecked((int) 0x80004002);

.

        Rslt = E_NOINTERFACE;

.

    Rslt = E_NOINTERFACE;

Constants

.

const int E_NOINTERFACE = unchecked((int) 0x80004002);

.

        public const int E_NOINTERFACE = (int)(0x80000004 - 0x100000000);


 
Access PInvoke.net directly from VS: