ICcObject::ID
Other versions of this page are also available for the following:
8/27/2008
This method retrieves the ID of a datastore object.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
HRESULT get_ID(
BSTR* out_pbstrID
);
Parameters
- out_ pbstrID
[out, retval] Language-neutral identifier for the datastore object.
Return Value
The following table shows the return values for this method.
Value | Description |
---|---|
E_OUTOFMEMORY |
Indicates the method could not allocate the bstr parameter out_pbstrID. |
E_INVALIDARG |
Indicates an invalid argument. |
Remarks
Localization requires a language-neutral name for a datastore object, because the ICcObject::Name value varies with locale.
Requirements
Header | ccdatastore.h |