Fovia C++ In-Process API
Public Attributes | List of all members
BGUID Struct Reference

Public Attributes

unsigned int Data1
 
unsigned short Data2
 
unsigned short Data3
 
unsigned char Data4 [8]
 

Detailed Description

Function return code. All BOCM functions must return this type. Valid return types are: S_OK, S_FALSE, E_NOTIMPL, E_NOINTERFACE, E_POINTER, E_FAIL, E_INVALIDARG, E_UNEXPECTED and E_PENDING globally unique identifier.

Member Data Documentation

unsigned int BGUID::Data1

data1

Referenced by IsEqualBGUID().

unsigned short BGUID::Data2

data2

Referenced by IsEqualBGUID().

unsigned short BGUID::Data3

data3

Referenced by IsEqualBGUID().

unsigned char BGUID::Data4[8]

data4

Referenced by IsEqualBGUID().