#include <btdevice.h>
class BTDeviceArrayCleanupStack |
Public Member Functions | |
---|---|
IMPORT_C void | PushL(CBTDeviceArray *) |
Cleanup utility for CBTDeviceArrays.
Creates a TCleanupItem that calls ResetAndDestroy and then deletes the array.
IMPORT_C void | PushL | ( | CBTDeviceArray * | aBTDeviceArray | ) | [static] |
Push an object onto the cleanupstack.
Parameter | Description |
---|---|
aBTDeviceArray | "The CBTDeviceArray object to be pushed onto the cleanupstack. |