#include "precomp.h"
#include <stubs.h>
Go to the source code of this file.
|
| HRESULT WINAPI | PropVariantToAdsType (VARIANT *pVariant, DWORD dwNumVariant, PADSVALUE *ppAdsValues, PDWORD pdwNumValues) |
| |
| HRESULT WINAPI | AdsTypeToPropVariant (PADSVALUE pAdsValues, DWORD dwNumValues, VARIANT *pVariant) |
| |
| void WINAPI | AdsFreeAdsValues (PADSVALUE pAdsValues, DWORD dwNumValues) |
| |
| HRESULT WINAPI | ADsDecodeBinaryData (LPCWSTR szSrcData, PBYTE *ppbDestData, ULONG *pdwDestLen) |
| |
| int | AdsTypeToPropVariant2 () |
| |
| int | PropVariantToAdsType2 () |
| |
| int | ConvertSecDescriptorToVariant () |
| |
| int | ConvertSecurityDescriptorToSecDes () |
| |
| int | ConvertTrusteeToSid () |
| |
| HRESULT WINAPI | BinarySDToSecurityDescriptor (_In_ PSECURITY_DESCRIPTOR pSecurityDescriptor, _Out_ VARIANT *pVarsec, _In_ LPCWSTR pszServerName, _In_ LPCWSTR userName, _In_ LPCWSTR passWord, _In_ DWORD dwFlags) |
| |
| HRESULT WINAPI | SecurityDescriptorToBinarySD (_In_ VARIANT vVarSecDes, _Out_ PSECURITY_DESCRIPTOR *ppSecurityDescriptor, _Out_ PDWORD pdwSDLength, _In_ LPCWSTR pszServerName, _In_ LPCWSTR userName, _In_ LPCWSTR passWord, _In_ DWORD dwFlags) |
| |
◆ PADSVALUE
◆ ADsDecodeBinaryData()
◆ AdsFreeAdsValues()
◆ AdsTypeToPropVariant()
◆ AdsTypeToPropVariant2()
| int AdsTypeToPropVariant2 |
( |
| ) |
|
Definition at line 51 of file stubs.c.
52{
53 DbgPrint(
"WARNING: calling stub AdsTypeToPropVariant2()\n");
55 return 0;
56}
#define __wine_spec_unimplemented_stub(module, function)
◆ BinarySDToSecurityDescriptor()
◆ ConvertSecDescriptorToVariant()
| int ConvertSecDescriptorToVariant |
( |
| ) |
|
Definition at line 65 of file stubs.c.
66{
67 DbgPrint(
"WARNING: calling stub ConvertSecDescriptorToVariant()\n");
69 return 0;
70}
◆ ConvertSecurityDescriptorToSecDes()
| int ConvertSecurityDescriptorToSecDes |
( |
| ) |
|
Definition at line 72 of file stubs.c.
73{
74 DbgPrint(
"WARNING: calling stub ConvertSecurityDescriptorToSecDes()\n");
76 return 0;
77}
◆ ConvertTrusteeToSid()
| int ConvertTrusteeToSid |
( |
| ) |
|
Definition at line 79 of file stubs.c.
80{
81 DbgPrint(
"WARNING: calling stub ConvertTrusteeToSid()\n");
83 return 0;
84}
◆ PropVariantToAdsType()
◆ PropVariantToAdsType2()
| int PropVariantToAdsType2 |
( |
| ) |
|
Definition at line 58 of file stubs.c.
59{
60 DbgPrint(
"WARNING: calling stub PropVariantToAdsType2()\n");
62 return 0;
63}
◆ SecurityDescriptorToBinarySD()