Home
last modified time | relevance | path

Searched refs:pcNames (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/oleaut32/
H A Drecinfo.c487 static HRESULT WINAPI IRecordInfoImpl_GetFieldNames(IRecordInfo *iface, ULONG *pcNames, in IRecordInfoImpl_GetFieldNames() argument
493 TRACE("(%p)->(%p %p)\n", This, pcNames, rgBstrNames); in IRecordInfoImpl_GetFieldNames()
495 if(!pcNames) in IRecordInfoImpl_GetFieldNames()
498 if(*pcNames < n) in IRecordInfoImpl_GetFieldNames()
499 n = *pcNames; in IRecordInfoImpl_GetFieldNames()
506 *pcNames = n; in IRecordInfoImpl_GetFieldNames()
H A Dusrmarshal.c1670 UINT* pcNames) in ITypeInfo_GetNames_Proxy() argument
1672 TRACE("(%p, %08x, %p, %d, %p)\n", This, memid, rgBstrNames, cMaxNames, pcNames); in ITypeInfo_GetNames_Proxy()
1674 return ITypeInfo_RemoteGetNames_Proxy(This, memid, rgBstrNames, cMaxNames, pcNames); in ITypeInfo_GetNames_Proxy()
1682 UINT* pcNames) in ITypeInfo_GetNames_Stub() argument
1684 TRACE("(%p, %08x, %p, %d, %p)\n", This, memid, rgBstrNames, cMaxNames, pcNames); in ITypeInfo_GetNames_Stub()
1686 return ITypeInfo_GetNames(This, memid, rgBstrNames, cMaxNames, pcNames); in ITypeInfo_GetNames_Stub()
H A Dtypelib.c6192 BSTR *rgBstrNames, UINT cMaxNames, UINT *pcNames) in ITypeInfo_fnGetNames() argument
6203 *pcNames = 0; in ITypeInfo_fnGetNames()
6212 ++(*pcNames); in ITypeInfo_fnGetNames()
6215 if(*pcNames >= cMaxNames || !pFDesc->pParamDesc[i].Name) in ITypeInfo_fnGetNames()
6217 rgBstrNames[*pcNames] = SysAllocString(TLB_get_bstr(pFDesc->pParamDesc[i].Name)); in ITypeInfo_fnGetNames()
6218 ++(*pcNames); in ITypeInfo_fnGetNames()
6227 *pcNames=1; in ITypeInfo_fnGetNames()
6239 result=ITypeInfo_GetNames(pTInfo, memid, rgBstrNames, cMaxNames, pcNames); in ITypeInfo_fnGetNames()
6249 *pcNames=0; in ITypeInfo_fnGetNames()
/reactos/sdk/include/psdk/
H A Doaidl.idl758 [out, size_is(cMaxNames), length_is(*pcNames)] BSTR *rgBstrNames,
760 [out] UINT *pcNames);
765 [out, size_is(cMaxNames), length_is(*pcNames)] BSTR *rgBstrNames,
767 [out] UINT *pcNames);
1337 [in, out] ULONG *pcNames,
1338 [out, size_is(*pcNames), length_is(*pcNames)] BSTR *rgBstrNames);
/reactos/modules/rostests/winetests/oleaut32/
H A Dsafearray.c203 static HRESULT WINAPI RecordInfo_GetFieldNames(IRecordInfo *iface, ULONG *pcNames, in RecordInfo_GetFieldNames() argument
H A Dvartest.c367 static HRESULT WINAPI RecordInfo_GetFieldNames(IRecordInfo *iface, ULONG *pcNames, in RecordInfo_GetFieldNames() argument