Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Clients call IVersionInfo::GetSubcomponentCount to determine the number of subcomponents for which version information is returned.
Syntax
HRESULT GetSubcomponentCount(
[in] ULONG ulSub,
[out] ULONG *ulCount
);
Parameters
[in] ulSub
Type: ULONG
The ordinal position of the component in the tree.
[out] ulCount
Type: ULONG*
The number of subcomponents that this component will expose version information about.
Return value
Type: HRESULT
If successful, returns S_OK. If not successful, returns a standard COM error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | msaatext.h |
DLL | Msaatext.dll |
Redistributable | Active Accessibility 2.0 RDK on Windows NT 4.0 with SP6 and later and Windows 98 |