BTDeviceArrayCleanupStack Class Reference

#include <btdevice.h>

Link against: btdevice.lib

class BTDeviceArrayCleanupStack
Public Member Functions
IMPORT_C voidPushL(CBTDeviceArray *)

Detailed Description

Cleanup utility for CBTDeviceArrays.

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

Member Function Documentation

PushL ( CBTDeviceArray * )

IMPORT_C voidPushL(CBTDeviceArray *aBTDeviceArray)[static]

Push an object onto the cleanupstack.

Parameters
aBTDeviceArray"The CBTDeviceArray object to be pushed onto the cleanupstack. This method will leave if an error occurs.