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

/external/mesa3d/include/D3D9/
H A Dd3d9.h34 typedef struct IDirect3DAuthenticatedChannel9 IDirect3DAuthenticatedChannel9, *PDIRECT3DAUTHENTICATEDCHANNEL9, *LPDIRECT3DAUTHENTICATEDCHANNEL9; typedef in typeref:struct:IDirect3DAuthenticatedChannel9
301 virtual HRESULT WINAPI CreateAuthenticatedChannel(D3DAUTHENTICATEDCHANNELTYPE ChannelType, IDirect3DAuthenticatedChannel9 **ppAuthenticatedChannel, HANDLE *pChannelHandle) = 0;
569 HRESULT (WINAPI *QueryInterface)(IDirect3DAuthenticatedChannel9 *This, REFIID riid, void **ppvObject);
570 ULONG (WINAPI *AddRef)(IDirect3DAuthenticatedChannel9 *This);
571 ULONG (WINAPI *Release)(IDirect3DAuthenticatedChannel9 *This);
572 /* IDirect3DAuthenticatedChannel9 */
573 HRESULT (WINAPI *GetCertificateSize)(IDirect3DAuthenticatedChannel9 *This, UINT *pCertificateSize);
574 HRESULT (WINAPI *GetCertificate)(IDirect3DAuthenticatedChannel9 *This, UINT CertifacteSize, BYTE *ppCertificate);
575 HRESULT (WINAPI *NegotiateKeyExchange)(IDirect3DAuthenticatedChannel9 *Thi
579 struct IDirect3DAuthenticatedChannel9 struct
[all...]

Completed in 627 milliseconds