|
|
|||
Location:
btmanclient.h
Link against: btmanclient.lib
class CBTRegistryResponse : public CActive;
Retrieves a set of results from the Registry.
This is a helper class that retrieves a set of results as a view from the registry.
Defined in CBTRegistryResponse:
NewL(), Results(), Start(), ~CBTRegistryResponse()
Inherited from CActive:
Cancel(),
Deque(),
DoCancel(),
EPriorityHigh,
EPriorityIdle,
EPriorityLow,
EPriorityStandard,
EPriorityUserInput,
Extension_(),
IsActive(),
IsAdded(),
Priority(),
RunError(),
RunL(),
SetActive(),
SetPriority(),
TPriority,
iStatus
Inherited from CBase:
Delete(),
operator new()
static IMPORT_C CBTRegistryResponse *NewL(RBTRegistry &aView);
|
|
IMPORT_C void Start(TRequestStatus &aClientStatus);
|
IMPORT_C RBTDeviceArray &Results();
|