Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenstubs.c
Go to the documentation of this file.
00001 #include <windows.h> 00002 #include <iads.h> 00003 #include <stubs.h> 00004 00005 // FIXME: should go to iads.h 00006 typedef struct _adsvalue *PADSVALUE; 00007 00008 HRESULT 00009 WINAPI 00010 ADsFreeEnumerator( 00011 IN IEnumVARIANT *pEnumVariant) 00012 { 00013 UNIMPLEMENTED; 00014 return E_NOTIMPL; 00015 } 00016 00017 HRESULT 00018 WINAPI 00019 ADsBuildVarArrayStr( 00020 LPWSTR *lppPathNames, 00021 DWORD dwPathNames, 00022 VARIANT *pVar) 00023 { 00024 UNIMPLEMENTED; 00025 return E_NOTIMPL; 00026 } 00027 00028 HRESULT 00029 WINAPI 00030 ADsBuildVarArrayInt( 00031 LPDWORD lpdwObjectTypes, 00032 DWORD dwObjectTypes, 00033 VARIANT *pVar) 00034 { 00035 UNIMPLEMENTED; 00036 return E_NOTIMPL; 00037 } 00038 00039 VOID 00040 WINAPI 00041 ADsSetLastError( 00042 IN DWORD dwErr, 00043 IN LPCWSTR pszError, 00044 IN LPCWSTR pszProvider) 00045 00046 { 00047 UNIMPLEMENTED; 00048 } 00049 00050 LPVOID 00051 WINAPI 00052 AllocADsMem(DWORD cb) 00053 { 00054 UNIMPLEMENTED; 00055 return NULL; 00056 } 00057 00058 LPVOID 00059 WINAPI 00060 ReallocADsMem( 00061 LPVOID pOldMem, 00062 DWORD cbOld, 00063 DWORD cbNew) 00064 { 00065 UNIMPLEMENTED; 00066 return NULL; 00067 } 00068 00069 LPWSTR 00070 WINAPI 00071 AllocADsStr(LPCWSTR pStr) 00072 { 00073 UNIMPLEMENTED; 00074 return NULL; 00075 } 00076 00077 BOOL 00078 WINAPI 00079 FreeADsStr(IN LPWSTR pStr) 00080 { 00081 UNIMPLEMENTED; 00082 return FALSE; 00083 } 00084 00085 BOOL 00086 WINAPI 00087 ReallocADsStr( 00088 IN OUT LPWSTR *ppStr, 00089 IN LPWSTR pStr) 00090 { 00091 UNIMPLEMENTED; 00092 return FALSE; 00093 } 00094 00095 HRESULT 00096 WINAPI 00097 ADsEncodeBinaryData( 00098 PBYTE pbSrcData, 00099 DWORD dwSrcLen, 00100 OUT LPWSTR *ppszDestData) 00101 { 00102 UNIMPLEMENTED; 00103 return E_NOTIMPL; 00104 } 00105 00106 HRESULT 00107 WINAPI 00108 PropVariantToAdsType( 00109 VARIANT * pVariant, 00110 DWORD dwNumVariant, 00111 PADSVALUE *ppAdsValues, 00112 PDWORD pdwNumValues) 00113 { 00114 UNIMPLEMENTED; 00115 return E_NOTIMPL; 00116 } 00117 00118 HRESULT 00119 WINAPI 00120 AdsTypeToPropVariant( 00121 PADSVALUE pAdsValues, 00122 DWORD dwNumValues, 00123 VARIANT * pVariant) 00124 { 00125 UNIMPLEMENTED; 00126 return E_NOTIMPL; 00127 } 00128 00129 void 00130 WINAPI 00131 AdsFreeAdsValues( 00132 PADSVALUE pAdsValues, 00133 DWORD dwNumValues) 00134 { 00135 UNIMPLEMENTED; 00136 } 00137 00138 HRESULT 00139 WINAPI 00140 ADsDecodeBinaryData( 00141 LPCWSTR szSrcData, 00142 PBYTE *ppbDestData, 00143 ULONG *pdwDestLen) 00144 { 00145 UNIMPLEMENTED; 00146 return E_NOTIMPL; 00147 } 00148 00149 int AdsTypeToPropVariant2() 00150 { 00151 DPRINT1("WARNING: calling stub AdsTypeToPropVariant2()\n"); 00152 __wine_spec_unimplemented_stub("activeds.dll", __FUNCTION__); 00153 return 0; 00154 } 00155 00156 int PropVariantToAdsType2() 00157 { 00158 DPRINT1("WARNING: calling stub PropVariantToAdsType2()\n"); 00159 __wine_spec_unimplemented_stub("activeds.dll", __FUNCTION__); 00160 return 0; 00161 } 00162 00163 int ConvertSecDescriptorToVariant() 00164 { 00165 DPRINT1("WARNING: calling stub ConvertSecDescriptorToVariant()\n"); 00166 __wine_spec_unimplemented_stub("activeds.dll", __FUNCTION__); 00167 return 0; 00168 } 00169 00170 int ConvertSecurityDescriptorToSecDes() 00171 { 00172 DPRINT1("WARNING: calling stub ConvertSecurityDescriptorToSecDes()\n"); 00173 __wine_spec_unimplemented_stub("activeds.dll", __FUNCTION__); 00174 return 0; 00175 } 00176 Generated on Sun May 27 2012 04:21:44 for ReactOS by
1.7.6.1
|