ISdo::GetPropertyInfo method (sdoias.h)
The GetPropertyInfo method retrieves a pointer to an ISdoPropertyInfo interface for the specified property.
Warning: The ISdoPropertyInfo interface is unsupported and the use of this method to access it is discouraged.
Syntax
HRESULT GetPropertyInfo(
[in] LONG Id,
[out] IUnknown **ppPropertyInfo
);
Parameters
[in] Id
Specifies the ID of an existing property.
[out] ppPropertyInfo
Pointer to a pointer that receives the address of an ISdoPropertyInfo interface for the specified property.
Return value
If the method succeeds the return value is S_OK.
If the method fails, the return value is one of the following error codes.
Remarks
Although Server Data Objects (SDO) exposes this method, you do not need it in order to use SDO.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | sdoias.h |
DLL | Iassdo.dll |