Searched defs:GetNameCount (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcertenc.h328 virtual HRESULT WINAPI GetNameCount(LONG DistPointIndex,LONG *pNameCount) = 0;
348 HRESULT (WINAPI *GetNameCount)(ICertEncodeCRLDistInfo *This,LONG DistPointIndex,LONG *pNameCount); member in struct:ICertEncodeCRLDistInfoVtbl
370 #define ICertEncodeCRLDistInfo_GetNameCount(This,DistPointIndex,pNameCount) (This)->lpVtbl->GetNameCount(This,DistPointIndex,pNameCount)
411 virtual HRESULT WINAPI GetNameCount(LONG *pNameCount) = 0;
429 HRESULT (WINAPI *GetNameCount)(ICertEncodeAltName *This,LONG *pNameCount); member in struct:ICertEncodeAltNameVtbl
449 #define ICertEncodeAltName_GetNameCount(This,pNameCount) (This)->lpVtbl->GetNameCount(This,pNameCount)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcertenc.h328 virtual HRESULT WINAPI GetNameCount(LONG DistPointIndex,LONG *pNameCount) = 0;
348 HRESULT (WINAPI *GetNameCount)(ICertEncodeCRLDistInfo *This,LONG DistPointIndex,LONG *pNameCount); member in struct:ICertEncodeCRLDistInfoVtbl
370 #define ICertEncodeCRLDistInfo_GetNameCount(This,DistPointIndex,pNameCount) (This)->lpVtbl->GetNameCount(This,DistPointIndex,pNameCount)
411 virtual HRESULT WINAPI GetNameCount(LONG *pNameCount) = 0;
429 HRESULT (WINAPI *GetNameCount)(ICertEncodeAltName *This,LONG *pNameCount); member in struct:ICertEncodeAltNameVtbl
449 #define ICertEncodeAltName_GetNameCount(This,pNameCount) (This)->lpVtbl->GetNameCount(This,pNameCount)

Completed in 45 milliseconds