#include <btdevice.h>
Link against: btdevice.lib
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.
Parameters | |
---|---|
aBTDeviceArray | "The CBTDeviceArray object to be pushed onto the cleanupstack. This method will leave if an error occurs. |