int32_t STDCALL CpProxyAvOpenhomeOrgTime1PropertyTrackCount(THandle aHandle, uint32_t* aTrackCount) { CpProxyAvOpenhomeOrgTime1C* proxyC = reinterpret_cast<CpProxyAvOpenhomeOrgTime1C*>(aHandle); ASSERT(proxyC != NULL); try { proxyC->PropertyTrackCount(*aTrackCount); } catch (ProxyNotSubscribed&) { return -1; } return 0; }
void STDCALL CpProxyAvOpenhomeOrgTime1PropertyTrackCount(THandle aHandle, uint32_t* aTrackCount) { CpProxyAvOpenhomeOrgTime1C* proxyC = reinterpret_cast<CpProxyAvOpenhomeOrgTime1C*>(aHandle); ASSERT(proxyC != NULL); proxyC->PropertyTrackCount(*aTrackCount); }