X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fntdll%2Frtl%2Fpropvar.c;h=369c7b8fc385aefdd25dc2b3d23d39a80df804b1;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hp=c836e323d7fbe9019e9fc1c972a89705b6043592;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605;p=reactos.git diff --git a/lib/ntdll/rtl/propvar.c b/lib/ntdll/rtl/propvar.c index c836e32..369c7b8 100644 --- a/lib/ntdll/rtl/propvar.c +++ b/lib/ntdll/rtl/propvar.c @@ -8,6 +8,9 @@ #define NTOS_MODE_USER #include +/* + * @unimplemented + */ NTSTATUS STDCALL PropertyLengthAsVariant ( @@ -20,6 +23,9 @@ PropertyLengthAsVariant ( return (STATUS_NOT_IMPLEMENTED); } +/* + * @unimplemented + */ BOOLEAN STDCALL RtlCompareVariants ( @@ -31,6 +37,9 @@ RtlCompareVariants ( return (FALSE); } +/* + * @unimplemented + */ BOOLEAN STDCALL RtlConvertPropertyToVariant ( @@ -43,6 +52,9 @@ RtlConvertPropertyToVariant ( return (FALSE); } +/* + * @unimplemented + */ NTSTATUS STDCALL RtlConvertVariantToProperty (