#include <e32cmn.h>
class TVendorId |
Public Attributes | |
---|---|
TUint32 | iId |
Public Member Functions | |
---|---|
TVendorId() | |
TVendorId(TUint32) | |
TVendorId(TUid) | |
operator TUid() | |
operator TUint32() |
A class used to represent the Vendor ID of a process or executable image
Constructors and conversion operators are provided to enable conversion of this class to and from both TUint32 and TUid objects.
const TVendorId MyId=0x1234567use
_LIT_VENDOR_ID(MyId,0x1234567)
See also: _LIT_VENDOR_ID
TUint32 | iId |