Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <btdevice.h>
Link against: btdevice.lib

Class BTDeviceArrayCleanupStack

class BTDeviceArrayCleanupStack;

Description

Cleanup utility for CBTDeviceArrays.

Creates a TCleanupItem that calls ResetAndDestroy and then deletes the array.

Members

Defined in BTDeviceArrayCleanupStack:


Member functions


PushL(CBTDeviceArray *)

IMPORT_C static void PushL(CBTDeviceArray *aBTDeviceArray);

Description

Push an object onto the cleanupstack.

Parameters

CArrayPtrFlat *aBTDeviceArray

"The CBTDeviceArray object to be pushed onto the cleanupstack.

Leave codes

This

method will leave if an error occurs.