|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#include <dplay.h>
Data Fields | |
| DWORD | dwSize |
| Size of structure. More... | |
| DWORD | dwFlags |
| Not used. Must be zero. More... | |
| union { | |
| LPWSTR lpszSSPIProvider | |
| SSPI provider name (Unicode) More... | |
| LPSTR lpszSSPIProviderA | |
| SSPI provider name (ANSI) More... | |
| }; | |
| union { | |
| LPWSTR lpszCAPIProvider | |
| CAPI provider name (Unicode) More... | |
| LPSTR lpszCAPIProviderA | |
| CAPI provider name (ANSI) More... | |
| }; | |
| DWORD | dwCAPIProviderType |
| Crypto Service Provider type. More... | |
| DWORD | dwEncryptionAlgorithm |
| Encryption Algorithm type. More... | |
Used to describe the security properties of a DirectPlay session instance
| union { ... } DPSECURITYDESC::@141 |
| union { ... } DPSECURITYDESC::@143 |
| DWORD DPSECURITYDESC::dwCAPIProviderType |
Crypto Service Provider type.
| DWORD DPSECURITYDESC::dwEncryptionAlgorithm |
Encryption Algorithm type.
| DWORD DPSECURITYDESC::dwFlags |
Not used. Must be zero.
| DWORD DPSECURITYDESC::dwSize |
Size of structure.
| LPWSTR DPSECURITYDESC::lpszCAPIProvider |
CAPI provider name (Unicode)
| LPSTR DPSECURITYDESC::lpszCAPIProviderA |
CAPI provider name (ANSI)
| LPWSTR DPSECURITYDESC::lpszSSPIProvider |
SSPI provider name (Unicode)
| LPSTR DPSECURITYDESC::lpszSSPIProviderA |
SSPI provider name (ANSI)