| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
As Larry said, GetDataBrowserItems() expects an allocated handle (it will resize it to match the number of items returned).
Handle h = ::NewHandle(0);
::GetDataBrowserItems(browser, kDataBrowserNoItem, false, kDataBrowserItemIsSelected, &h);
If I remember correctly, OS X doesn't like handle sizes set to zero. I am not 100% sure about this
| References: | |
| >How to get the info from a handle? (From: ai cui <email@hidden>) | |
| >Re: How to get the info from a handle? (From: David Duncan <email@hidden>) | |
| >Re: How to get the info from a handle? (From: Mark <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.