DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
DPSECURITYDESC Struct Reference

#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...
 

Detailed Description

Used to describe the security properties of a DirectPlay session instance

Field Documentation

◆ 

union { ... } DPSECURITYDESC::@141

◆ 

union { ... } DPSECURITYDESC::@143

◆ dwCAPIProviderType

DWORD DPSECURITYDESC::dwCAPIProviderType

Crypto Service Provider type.

◆ dwEncryptionAlgorithm

DWORD DPSECURITYDESC::dwEncryptionAlgorithm

Encryption Algorithm type.

◆ dwFlags

DWORD DPSECURITYDESC::dwFlags

Not used. Must be zero.

◆ dwSize

DWORD DPSECURITYDESC::dwSize

Size of structure.

◆ lpszCAPIProvider

LPWSTR DPSECURITYDESC::lpszCAPIProvider

CAPI provider name (Unicode)

◆ lpszCAPIProviderA

LPSTR DPSECURITYDESC::lpszCAPIProviderA

CAPI provider name (ANSI)

◆ lpszSSPIProvider

LPWSTR DPSECURITYDESC::lpszSSPIProvider

SSPI provider name (Unicode)

◆ lpszSSPIProviderA

LPSTR DPSECURITYDESC::lpszSSPIProviderA

SSPI provider name (ANSI)


The documentation for this struct was generated from the following file: