Desktop Functions: Smart Device Functions:
|
Search Results for "E_NOINTERFACE" in [All]ole32
int E_NOINTERFACE = unchecked((int)0x80004002);
if (iResult == E_NOINTERFACE) Enums2: HRESULT
public const int E_NOINTERFACE = unchecked((int)0x80004002);
Public Const E_NOINTERFACE As Integer = CInt(&H80004002UI) Constants
const int E_NOINTERFACE = unchecked((int) 0x80004002); 4: WINERROR
public const int E_NOINTERFACE = (int)(0x80000004 - 0x100000000); Interfaces
E_NOINTERFACE = 0x80004002,
private const int E_NOINTERFACE = unchecked((int) 0x80004002);
Rslt = E_NOINTERFACE;
Rslt = E_NOINTERFACE; |