Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DPSECURITYDESC'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DPSECURITYDESC
[ TDx_Play_Library ]
[ next: DPSESSIONDESC2 ]
[ prev: DPNAME ]
The DPSECURITYDESC structure is defined as :-
struct DPSECURITYDESC {
DWORD dwSize;
DWORD dwFlags;
union {
LPWSTR lpszSSPIProvider;
LPSTR lpszSSPIProviderA;
};
union {
LPWSTR lpszCAPIProvider;
LPSTR lpszCAPIProviderA;
};
DWORD dwCAPIProviderType;
DWORD dwEncryptionAlgorithm;
};
|
|