#include "precomp.h"
#include <stubs.h>
Go to the source code of this file.
◆ 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)
◆ 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}
◆ PropVariantToAdsType()
◆ PropVariantToAdsType2()
int PropVariantToAdsType2 |
( |
| ) |
|
Definition at line 58 of file stubs.c.
59{
60 DbgPrint(
"WARNING: calling stub PropVariantToAdsType2()\n");
62 return 0;
63}