| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I need to delete the selected items in my browserdata.
Here is the way I did:
//I got a handle from the API :
Handle handle_selectedItems;
GetDataBrowserItems(browser, kDataBrowserNoItem,
false,
kDataBrowserItemIsSelected,handle_selectedItems);
//and I want to pass the handle to the API:
RemoveDataBrowserItems(browser,kDataBrowserNoItem,
selectionCount, handle_selectedItems,NULL);
How can I get the info from the handle?
| References: | |
| >How to get the info from a handle? (From: ai cui <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.