Vanara/PInvoke/Ole/readme.md

1297 lines
295 KiB
Markdown
Raw Normal View History

## Vanara.PInvoke.Ole
2020-07-14 18:02:36 -04:00
PInvoke API (methods, structures and constants) imported from Windows Ole32.dll, OleAut32 and PropSys.dll.
- Includes methods from ole32.dll, oleaut32.dll, propsys.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Ole?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Ole?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Ole)
### Methods - 100% API coverage (834 of 834 functions)
2018-06-06 14:05:52 -04:00
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
2022-10-25 13:24:54 -04:00
[BindMoniker](https://www.google.com/search?num=5&q=BindMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.BindMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=BindMoniker)
[BSTR_UserFree](https://www.google.com/search?num=5&q=BSTR_UserFree+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserFree](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserFree)
[BSTR_UserFree64](https://www.google.com/search?num=5&q=BSTR_UserFree64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserFree64](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserFree64)
[BSTR_UserMarshal](https://www.google.com/search?num=5&q=BSTR_UserMarshal+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserMarshal)
[BSTR_UserMarshal64](https://www.google.com/search?num=5&q=BSTR_UserMarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserMarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserMarshal64)
[BSTR_UserSize](https://www.google.com/search?num=5&q=BSTR_UserSize+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserSize](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserSize)
[BSTR_UserSize64](https://www.google.com/search?num=5&q=BSTR_UserSize64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserSize64](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserSize64)
[BSTR_UserUnmarshal](https://www.google.com/search?num=5&q=BSTR_UserUnmarshal+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserUnmarshal](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserUnmarshal)
[BSTR_UserUnmarshal64](https://www.google.com/search?num=5&q=BSTR_UserUnmarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.BSTR_UserUnmarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=BSTR_UserUnmarshal64)
[BstrFromVector](https://www.google.com/search?num=5&q=BstrFromVector+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.BstrFromVector](https://github.com/dahall/Vanara/search?l=C%23&q=BstrFromVector)
[ClearCustData](https://www.google.com/search?num=5&q=ClearCustData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.ClearCustData](https://github.com/dahall/Vanara/search?l=C%23&q=ClearCustData)
[ClearPropVariantArray](https://www.google.com/search?num=5&q=ClearPropVariantArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.ClearPropVariantArray](https://github.com/dahall/Vanara/search?l=C%23&q=ClearPropVariantArray)
[ClearVariantArray](https://www.google.com/search?num=5&q=ClearVariantArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.ClearVariantArray](https://github.com/dahall/Vanara/search?l=C%23&q=ClearVariantArray)
[CLSIDFromProgID](https://www.google.com/search?num=5&q=CLSIDFromProgID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CLSIDFromProgID](https://github.com/dahall/Vanara/search?l=C%23&q=CLSIDFromProgID)
[CLSIDFromProgIDEx](https://www.google.com/search?num=5&q=CLSIDFromProgIDEx+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CLSIDFromProgIDEx](https://github.com/dahall/Vanara/search?l=C%23&q=CLSIDFromProgIDEx)
[CLSIDFromString](https://www.google.com/search?num=5&q=CLSIDFromString+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CLSIDFromString](https://github.com/dahall/Vanara/search?l=C%23&q=CLSIDFromString)
[CoAddRefServerProcess](https://www.google.com/search?num=5&q=CoAddRefServerProcess+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoAddRefServerProcess](https://github.com/dahall/Vanara/search?l=C%23&q=CoAddRefServerProcess)
[CoAllowSetForegroundWindow](https://www.google.com/search?num=5&q=CoAllowSetForegroundWindow+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoAllowSetForegroundWindow](https://github.com/dahall/Vanara/search?l=C%23&q=CoAllowSetForegroundWindow)
[CoAllowUnmarshalerCLSID](https://www.google.com/search?num=5&q=CoAllowUnmarshalerCLSID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoAllowUnmarshalerCLSID](https://github.com/dahall/Vanara/search?l=C%23&q=CoAllowUnmarshalerCLSID)
[CoCancelCall](https://www.google.com/search?num=5&q=CoCancelCall+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCancelCall](https://github.com/dahall/Vanara/search?l=C%23&q=CoCancelCall)
[CoCopyProxy](https://www.google.com/search?num=5&q=CoCopyProxy+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCopyProxy](https://github.com/dahall/Vanara/search?l=C%23&q=CoCopyProxy)
[CoCreateFreeThreadedMarshaler](https://www.google.com/search?num=5&q=CoCreateFreeThreadedMarshaler+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCreateFreeThreadedMarshaler](https://github.com/dahall/Vanara/search?l=C%23&q=CoCreateFreeThreadedMarshaler)
[CoCreateGuid](https://www.google.com/search?num=5&q=CoCreateGuid+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCreateGuid](https://github.com/dahall/Vanara/search?l=C%23&q=CoCreateGuid)
[CoCreateInstance](https://www.google.com/search?num=5&q=CoCreateInstance+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCreateInstance](https://github.com/dahall/Vanara/search?l=C%23&q=CoCreateInstance)
[CoCreateInstanceEx](https://www.google.com/search?num=5&q=CoCreateInstanceEx+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCreateInstanceEx](https://github.com/dahall/Vanara/search?l=C%23&q=CoCreateInstanceEx)
[CoCreateInstanceFromApp](https://www.google.com/search?num=5&q=CoCreateInstanceFromApp+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoCreateInstanceFromApp](https://github.com/dahall/Vanara/search?l=C%23&q=CoCreateInstanceFromApp)
[CoDecodeProxy](https://www.google.com/search?num=5&q=CoDecodeProxy+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoDecodeProxy](https://github.com/dahall/Vanara/search?l=C%23&q=CoDecodeProxy)
[CoDecrementMTAUsage](https://www.google.com/search?num=5&q=CoDecrementMTAUsage+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoDecrementMTAUsage](https://github.com/dahall/Vanara/search?l=C%23&q=CoDecrementMTAUsage)
[CoDisableCallCancellation](https://www.google.com/search?num=5&q=CoDisableCallCancellation+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoDisableCallCancellation](https://github.com/dahall/Vanara/search?l=C%23&q=CoDisableCallCancellation)
[CoDisconnectContext](https://www.google.com/search?num=5&q=CoDisconnectContext+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoDisconnectContext](https://github.com/dahall/Vanara/search?l=C%23&q=CoDisconnectContext)
[CoDisconnectObject](https://www.google.com/search?num=5&q=CoDisconnectObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoDisconnectObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoDisconnectObject)
[CoDosDateTimeToFileTime](https://www.google.com/search?num=5&q=CoDosDateTimeToFileTime+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoDosDateTimeToFileTime](https://github.com/dahall/Vanara/search?l=C%23&q=CoDosDateTimeToFileTime)
[CoEnableCallCancellation](https://www.google.com/search?num=5&q=CoEnableCallCancellation+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoEnableCallCancellation](https://github.com/dahall/Vanara/search?l=C%23&q=CoEnableCallCancellation)
[CoFileTimeNow](https://www.google.com/search?num=5&q=CoFileTimeNow+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoFileTimeNow](https://github.com/dahall/Vanara/search?l=C%23&q=CoFileTimeNow)
[CoFileTimeToDosDateTime](https://www.google.com/search?num=5&q=CoFileTimeToDosDateTime+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoFileTimeToDosDateTime](https://github.com/dahall/Vanara/search?l=C%23&q=CoFileTimeToDosDateTime)
[CoFreeAllLibraries](https://www.google.com/search?num=5&q=CoFreeAllLibraries+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoFreeAllLibraries](https://github.com/dahall/Vanara/search?l=C%23&q=CoFreeAllLibraries)
[CoFreeLibrary](https://www.google.com/search?num=5&q=CoFreeLibrary+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoFreeLibrary](https://github.com/dahall/Vanara/search?l=C%23&q=CoFreeLibrary)
[CoFreeUnusedLibraries](https://www.google.com/search?num=5&q=CoFreeUnusedLibraries+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoFreeUnusedLibraries](https://github.com/dahall/Vanara/search?l=C%23&q=CoFreeUnusedLibraries)
[CoFreeUnusedLibrariesEx](https://www.google.com/search?num=5&q=CoFreeUnusedLibrariesEx+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoFreeUnusedLibrariesEx](https://github.com/dahall/Vanara/search?l=C%23&q=CoFreeUnusedLibrariesEx)
[CoGetApartmentType](https://www.google.com/search?num=5&q=CoGetApartmentType+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetApartmentType](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetApartmentType)
[CoGetCallContext](https://www.google.com/search?num=5&q=CoGetCallContext+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetCallContext](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetCallContext)
[CoGetCallerTID](https://www.google.com/search?num=5&q=CoGetCallerTID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetCallerTID](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetCallerTID)
[CoGetCancelObject](https://www.google.com/search?num=5&q=CoGetCancelObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetCancelObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetCancelObject)
[CoGetClassObject](https://www.google.com/search?num=5&q=CoGetClassObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetClassObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetClassObject)
[CoGetContextToken](https://www.google.com/search?num=5&q=CoGetContextToken+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetContextToken](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetContextToken)
[CoGetCurrentLogicalThreadId](https://www.google.com/search?num=5&q=CoGetCurrentLogicalThreadId+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetCurrentLogicalThreadId](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetCurrentLogicalThreadId)
[CoGetCurrentProcess](https://www.google.com/search?num=5&q=CoGetCurrentProcess+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetCurrentProcess](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetCurrentProcess)
[CoGetDefaultContext](https://www.google.com/search?num=5&q=CoGetDefaultContext+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetDefaultContext](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetDefaultContext)
[CoGetInstanceFromFile](https://www.google.com/search?num=5&q=CoGetInstanceFromFile+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoGetInstanceFromFile](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetInstanceFromFile)
[CoGetInstanceFromIStorage](https://www.google.com/search?num=5&q=CoGetInstanceFromIStorage+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoGetInstanceFromIStorage](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetInstanceFromIStorage)
[CoGetInterceptor](https://www.google.com/search?num=5&q=CoGetInterceptor+site%3Alearn.microsoft.com) | ole32.dll | callobj.h | [Vanara.PInvoke.Ole32.CoGetInterceptor](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetInterceptor)
[CoGetInterfaceAndReleaseStream](https://www.google.com/search?num=5&q=CoGetInterfaceAndReleaseStream+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetInterfaceAndReleaseStream](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetInterfaceAndReleaseStream)
[CoGetMalloc](https://www.google.com/search?num=5&q=CoGetMalloc+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetMalloc](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetMalloc)
[CoGetMarshalSizeMax](https://www.google.com/search?num=5&q=CoGetMarshalSizeMax+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetMarshalSizeMax](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetMarshalSizeMax)
[CoGetObject](https://www.google.com/search?num=5&q=CoGetObject+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoGetObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetObject)
[CoGetObjectContext](https://www.google.com/search?num=5&q=CoGetObjectContext+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetObjectContext](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetObjectContext)
[CoGetPSClsid](https://www.google.com/search?num=5&q=CoGetPSClsid+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetPSClsid](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetPSClsid)
[CoGetStandardMarshal](https://www.google.com/search?num=5&q=CoGetStandardMarshal+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetStandardMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetStandardMarshal)
[CoGetStdMarshalEx](https://www.google.com/search?num=5&q=CoGetStdMarshalEx+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetStdMarshalEx](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetStdMarshalEx)
[CoGetSystemSecurityPermissions](https://www.google.com/search?num=5&q=CoGetSystemSecurityPermissions+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoGetSystemSecurityPermissions](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetSystemSecurityPermissions)
[CoGetTreatAsClass](https://www.google.com/search?num=5&q=CoGetTreatAsClass+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoGetTreatAsClass](https://github.com/dahall/Vanara/search?l=C%23&q=CoGetTreatAsClass)
[CoHandlePriorityEventsFromMessagePump](https://www.google.com/search?num=5&q=CoHandlePriorityEventsFromMessagePump+site%3Alearn.microsoft.com) | ole32.dll | messagedispatcherapi.h | [Vanara.PInvoke.Ole32.CoHandlePriorityEventsFromMessagePump](https://github.com/dahall/Vanara/search?l=C%23&q=CoHandlePriorityEventsFromMessagePump)
[CoImpersonateClient](https://www.google.com/search?num=5&q=CoImpersonateClient+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoImpersonateClient](https://github.com/dahall/Vanara/search?l=C%23&q=CoImpersonateClient)
[CoIncrementMTAUsage](https://www.google.com/search?num=5&q=CoIncrementMTAUsage+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoIncrementMTAUsage](https://github.com/dahall/Vanara/search?l=C%23&q=CoIncrementMTAUsage)
[CoInitialize](https://www.google.com/search?num=5&q=CoInitialize+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=CoInitialize)
[CoInitializeEx](https://www.google.com/search?num=5&q=CoInitializeEx+site%3Alearn.microsoft.com) | ole32.dll | Objbase.h | [Vanara.PInvoke.Ole32.CoInitializeEx](https://github.com/dahall/Vanara/search?l=C%23&q=CoInitializeEx)
[CoInitializeSecurity](https://www.google.com/search?num=5&q=CoInitializeSecurity+site%3Alearn.microsoft.com) | ole32.dll | Objbase.h | [Vanara.PInvoke.Ole32.CoInitializeSecurity](https://github.com/dahall/Vanara/search?l=C%23&q=CoInitializeSecurity)
[CoInvalidateRemoteMachineBindings](https://www.google.com/search?num=5&q=CoInvalidateRemoteMachineBindings+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoInvalidateRemoteMachineBindings](https://github.com/dahall/Vanara/search?l=C%23&q=CoInvalidateRemoteMachineBindings)
[CoIsHandlerConnected](https://www.google.com/search?num=5&q=CoIsHandlerConnected+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoIsHandlerConnected](https://github.com/dahall/Vanara/search?l=C%23&q=CoIsHandlerConnected)
[CoIsOle1Class](https://www.google.com/search?num=5&q=CoIsOle1Class+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoIsOle1Class](https://github.com/dahall/Vanara/search?l=C%23&q=CoIsOle1Class)
[CoLoadLibrary](https://www.google.com/search?num=5&q=CoLoadLibrary+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoLoadLibrary](https://github.com/dahall/Vanara/search?l=C%23&q=CoLoadLibrary)
[CoLockObjectExternal](https://www.google.com/search?num=5&q=CoLockObjectExternal+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoLockObjectExternal](https://github.com/dahall/Vanara/search?l=C%23&q=CoLockObjectExternal)
[CoMarshalHresult](https://www.google.com/search?num=5&q=CoMarshalHresult+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoMarshalHresult](https://github.com/dahall/Vanara/search?l=C%23&q=CoMarshalHresult)
[CoMarshalInterface](https://www.google.com/search?num=5&q=CoMarshalInterface+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoMarshalInterface](https://github.com/dahall/Vanara/search?l=C%23&q=CoMarshalInterface)
[CoMarshalInterThreadInterfaceInStream](https://www.google.com/search?num=5&q=CoMarshalInterThreadInterfaceInStream+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoMarshalInterThreadInterfaceInStream](https://github.com/dahall/Vanara/search?l=C%23&q=CoMarshalInterThreadInterfaceInStream)
[CoQueryAuthenticationServices](https://www.google.com/search?num=5&q=CoQueryAuthenticationServices+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoQueryAuthenticationServices](https://github.com/dahall/Vanara/search?l=C%23&q=CoQueryAuthenticationServices)
[CoQueryClientBlanket](https://www.google.com/search?num=5&q=CoQueryClientBlanket+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoQueryClientBlanket](https://github.com/dahall/Vanara/search?l=C%23&q=CoQueryClientBlanket)
[CoQueryProxyBlanket](https://www.google.com/search?num=5&q=CoQueryProxyBlanket+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoQueryProxyBlanket](https://github.com/dahall/Vanara/search?l=C%23&q=CoQueryProxyBlanket)
[CoRegisterActivationFilter](https://www.google.com/search?num=5&q=CoRegisterActivationFilter+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRegisterActivationFilter](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterActivationFilter)
[CoRegisterChannelHook](https://www.google.com/search?num=5&q=CoRegisterChannelHook+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRegisterChannelHook](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterChannelHook)
[CoRegisterClassObject](https://www.google.com/search?num=5&q=CoRegisterClassObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRegisterClassObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterClassObject)
[CoRegisterInitializeSpy](https://www.google.com/search?num=5&q=CoRegisterInitializeSpy+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRegisterInitializeSpy](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterInitializeSpy)
[CoRegisterMallocSpy](https://www.google.com/search?num=5&q=CoRegisterMallocSpy+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRegisterMallocSpy](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterMallocSpy)
[CoRegisterMessageFilter](https://www.google.com/search?num=5&q=CoRegisterMessageFilter+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRegisterMessageFilter](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterMessageFilter)
[CoRegisterPSClsid](https://www.google.com/search?num=5&q=CoRegisterPSClsid+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRegisterPSClsid](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterPSClsid)
[CoRegisterSurrogate](https://www.google.com/search?num=5&q=CoRegisterSurrogate+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRegisterSurrogate](https://github.com/dahall/Vanara/search?l=C%23&q=CoRegisterSurrogate)
[CoReleaseMarshalData](https://www.google.com/search?num=5&q=CoReleaseMarshalData+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoReleaseMarshalData](https://github.com/dahall/Vanara/search?l=C%23&q=CoReleaseMarshalData)
[CoReleaseServerProcess](https://www.google.com/search?num=5&q=CoReleaseServerProcess+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoReleaseServerProcess](https://github.com/dahall/Vanara/search?l=C%23&q=CoReleaseServerProcess)
[CoResumeClassObjects](https://www.google.com/search?num=5&q=CoResumeClassObjects+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoResumeClassObjects](https://github.com/dahall/Vanara/search?l=C%23&q=CoResumeClassObjects)
[CoRevertToSelf](https://www.google.com/search?num=5&q=CoRevertToSelf+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRevertToSelf](https://github.com/dahall/Vanara/search?l=C%23&q=CoRevertToSelf)
[CoRevokeClassObject](https://www.google.com/search?num=5&q=CoRevokeClassObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoRevokeClassObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoRevokeClassObject)
[CoRevokeInitializeSpy](https://www.google.com/search?num=5&q=CoRevokeInitializeSpy+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRevokeInitializeSpy](https://github.com/dahall/Vanara/search?l=C%23&q=CoRevokeInitializeSpy)
[CoRevokeMallocSpy](https://www.google.com/search?num=5&q=CoRevokeMallocSpy+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoRevokeMallocSpy](https://github.com/dahall/Vanara/search?l=C%23&q=CoRevokeMallocSpy)
[CoSetCancelObject](https://www.google.com/search?num=5&q=CoSetCancelObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoSetCancelObject](https://github.com/dahall/Vanara/search?l=C%23&q=CoSetCancelObject)
[CoSetMessageDispatcher](https://www.google.com/search?num=5&q=CoSetMessageDispatcher+site%3Alearn.microsoft.com) | ole32.dll | messagedispatcherapi.h | [Vanara.PInvoke.Ole32.CoSetMessageDispatcher](https://github.com/dahall/Vanara/search?l=C%23&q=CoSetMessageDispatcher)
[CoSetProxyBlanket](https://www.google.com/search?num=5&q=CoSetProxyBlanket+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoSetProxyBlanket](https://github.com/dahall/Vanara/search?l=C%23&q=CoSetProxyBlanket)
[CoSuspendClassObjects](https://www.google.com/search?num=5&q=CoSuspendClassObjects+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoSuspendClassObjects](https://github.com/dahall/Vanara/search?l=C%23&q=CoSuspendClassObjects)
[CoSwitchCallContext](https://www.google.com/search?num=5&q=CoSwitchCallContext+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoSwitchCallContext](https://github.com/dahall/Vanara/search?l=C%23&q=CoSwitchCallContext)
[CoTaskMemAlloc](https://www.google.com/search?num=5&q=CoTaskMemAlloc+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoTaskMemAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=CoTaskMemAlloc)
[CoTaskMemFree](https://www.google.com/search?num=5&q=CoTaskMemFree+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoTaskMemFree](https://github.com/dahall/Vanara/search?l=C%23&q=CoTaskMemFree)
[CoTaskMemRealloc](https://www.google.com/search?num=5&q=CoTaskMemRealloc+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoTaskMemRealloc](https://github.com/dahall/Vanara/search?l=C%23&q=CoTaskMemRealloc)
[CoTestCancel](https://www.google.com/search?num=5&q=CoTestCancel+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoTestCancel](https://github.com/dahall/Vanara/search?l=C%23&q=CoTestCancel)
[CoTreatAsClass](https://www.google.com/search?num=5&q=CoTreatAsClass+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CoTreatAsClass](https://github.com/dahall/Vanara/search?l=C%23&q=CoTreatAsClass)
[CoUninitialize](https://www.google.com/search?num=5&q=CoUninitialize+site%3Alearn.microsoft.com) | ole32.dll | Objbase.h | [Vanara.PInvoke.Ole32.CoUninitialize](https://github.com/dahall/Vanara/search?l=C%23&q=CoUninitialize)
[CoUnmarshalHresult](https://www.google.com/search?num=5&q=CoUnmarshalHresult+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoUnmarshalHresult](https://github.com/dahall/Vanara/search?l=C%23&q=CoUnmarshalHresult)
[CoUnmarshalInterface](https://www.google.com/search?num=5&q=CoUnmarshalInterface+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoUnmarshalInterface](https://github.com/dahall/Vanara/search?l=C%23&q=CoUnmarshalInterface)
[CoWaitForMultipleHandles](https://www.google.com/search?num=5&q=CoWaitForMultipleHandles+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoWaitForMultipleHandles](https://github.com/dahall/Vanara/search?l=C%23&q=CoWaitForMultipleHandles)
[CoWaitForMultipleObjects](https://www.google.com/search?num=5&q=CoWaitForMultipleObjects+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CoWaitForMultipleObjects](https://github.com/dahall/Vanara/search?l=C%23&q=CoWaitForMultipleObjects)
[CreateAntiMoniker](https://www.google.com/search?num=5&q=CreateAntiMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateAntiMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreateAntiMoniker)
[CreateBindCtx](https://www.google.com/search?num=5&q=CreateBindCtx+site%3Alearn.microsoft.com) | ole32.dll | Objbase.h | [Vanara.PInvoke.Ole32.CreateBindCtx](https://github.com/dahall/Vanara/search?l=C%23&q=CreateBindCtx)
[CreateClassMoniker](https://www.google.com/search?num=5&q=CreateClassMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateClassMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreateClassMoniker)
[CreateDataAdviseHolder](https://www.google.com/search?num=5&q=CreateDataAdviseHolder+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.CreateDataAdviseHolder](https://github.com/dahall/Vanara/search?l=C%23&q=CreateDataAdviseHolder)
[CreateDataCache](https://www.google.com/search?num=5&q=CreateDataCache+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateDataCache](https://github.com/dahall/Vanara/search?l=C%23&q=CreateDataCache)
[CreateDispTypeInfo](https://www.google.com/search?num=5&q=CreateDispTypeInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.CreateDispTypeInfo](https://github.com/dahall/Vanara/search?l=C%23&q=CreateDispTypeInfo)
[CreateErrorInfo](https://www.google.com/search?num=5&q=CreateErrorInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.CreateErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=CreateErrorInfo)
[CreateFileMoniker](https://www.google.com/search?num=5&q=CreateFileMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateFileMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreateFileMoniker)
[CreateGenericComposite](https://www.google.com/search?num=5&q=CreateGenericComposite+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateGenericComposite](https://github.com/dahall/Vanara/search?l=C%23&q=CreateGenericComposite)
[CreateILockBytesOnHGlobal](https://www.google.com/search?num=5&q=CreateILockBytesOnHGlobal+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.CreateILockBytesOnHGlobal](https://github.com/dahall/Vanara/search?l=C%23&q=CreateILockBytesOnHGlobal)
[CreateItemMoniker](https://www.google.com/search?num=5&q=CreateItemMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateItemMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreateItemMoniker)
[CreateObjrefMoniker](https://www.google.com/search?num=5&q=CreateObjrefMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreateObjrefMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreateObjrefMoniker)
[CreateOleAdviseHolder](https://www.google.com/search?num=5&q=CreateOleAdviseHolder+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.CreateOleAdviseHolder](https://github.com/dahall/Vanara/search?l=C%23&q=CreateOleAdviseHolder)
[CreatePointerMoniker](https://www.google.com/search?num=5&q=CreatePointerMoniker+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.CreatePointerMoniker](https://github.com/dahall/Vanara/search?l=C%23&q=CreatePointerMoniker)
[CreateStdDispatch](https://www.google.com/search?num=5&q=CreateStdDispatch+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.CreateStdDispatch](https://github.com/dahall/Vanara/search?l=C%23&q=CreateStdDispatch)
[CreateStreamOnHGlobal](https://www.google.com/search?num=5&q=CreateStreamOnHGlobal+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.CreateStreamOnHGlobal](https://github.com/dahall/Vanara/search?l=C%23&q=CreateStreamOnHGlobal)
[CreateTypeLib](https://www.google.com/search?num=5&q=CreateTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.CreateTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=CreateTypeLib)
[CreateTypeLib2](https://www.google.com/search?num=5&q=CreateTypeLib2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.CreateTypeLib2](https://github.com/dahall/Vanara/search?l=C%23&q=CreateTypeLib2)
[DispCallFunc](https://www.google.com/search?num=5&q=DispCallFunc+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.DispCallFunc](https://github.com/dahall/Vanara/search?l=C%23&q=DispCallFunc)
[DispGetIDsOfNames](https://www.google.com/search?num=5&q=DispGetIDsOfNames+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.DispGetIDsOfNames](https://github.com/dahall/Vanara/search?l=C%23&q=DispGetIDsOfNames)
[DispGetParam](https://www.google.com/search?num=5&q=DispGetParam+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.DispGetParam](https://github.com/dahall/Vanara/search?l=C%23&q=DispGetParam)
[DispInvoke](https://www.google.com/search?num=5&q=DispInvoke+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.DispInvoke](https://github.com/dahall/Vanara/search?l=C%23&q=DispInvoke)
[DllCanUnloadNow](https://www.google.com/search?num=5&q=DllCanUnloadNow+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.DllCanUnloadNow](https://github.com/dahall/Vanara/search?l=C%23&q=DllCanUnloadNow)
[DllGetClassObject](https://www.google.com/search?num=5&q=DllGetClassObject+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.DllGetClassObject](https://github.com/dahall/Vanara/search?l=C%23&q=DllGetClassObject)
[DllRegisterServer](https://www.google.com/search?num=5&q=DllRegisterServer+site%3Alearn.microsoft.com) | ole32.dll | olectl.h | [Vanara.PInvoke.Ole32.DllRegisterServer](https://github.com/dahall/Vanara/search?l=C%23&q=DllRegisterServer)
[DllUnregisterServer](https://www.google.com/search?num=5&q=DllUnregisterServer+site%3Alearn.microsoft.com) | ole32.dll | olectl.h | [Vanara.PInvoke.Ole32.DllUnregisterServer](https://github.com/dahall/Vanara/search?l=C%23&q=DllUnregisterServer)
[DoDragDrop](https://www.google.com/search?num=5&q=DoDragDrop+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.DoDragDrop](https://github.com/dahall/Vanara/search?l=C%23&q=DoDragDrop)
[DosDateTimeToVariantTime](https://www.google.com/search?num=5&q=DosDateTimeToVariantTime+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.DosDateTimeToVariantTime](https://github.com/dahall/Vanara/search?l=C%23&q=DosDateTimeToVariantTime)
[FmtIdToPropStgName](https://www.google.com/search?num=5&q=FmtIdToPropStgName+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.FmtIdToPropStgName](https://github.com/dahall/Vanara/search?l=C%23&q=FmtIdToPropStgName)
[FreePropVariantArray](https://www.google.com/search?num=5&q=FreePropVariantArray+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.FreePropVariantArray](https://github.com/dahall/Vanara/search?l=C%23&q=FreePropVariantArray)
[GetActiveObject](https://www.google.com/search?num=5&q=GetActiveObject+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.GetActiveObject](https://github.com/dahall/Vanara/search?l=C%23&q=GetActiveObject)
[GetAltMonthNames](https://www.google.com/search?num=5&q=GetAltMonthNames+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.GetAltMonthNames](https://github.com/dahall/Vanara/search?l=C%23&q=GetAltMonthNames)
[GetClassFile](https://www.google.com/search?num=5&q=GetClassFile+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.GetClassFile](https://github.com/dahall/Vanara/search?l=C%23&q=GetClassFile)
[GetConvertStg](https://www.google.com/search?num=5&q=GetConvertStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.GetConvertStg](https://github.com/dahall/Vanara/search?l=C%23&q=GetConvertStg)
[GetErrorInfo](https://www.google.com/search?num=5&q=GetErrorInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.GetErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetErrorInfo)
[GetHGlobalFromILockBytes](https://www.google.com/search?num=5&q=GetHGlobalFromILockBytes+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.GetHGlobalFromILockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=GetHGlobalFromILockBytes)
[GetHGlobalFromStream](https://www.google.com/search?num=5&q=GetHGlobalFromStream+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.GetHGlobalFromStream](https://github.com/dahall/Vanara/search?l=C%23&q=GetHGlobalFromStream)
[GetRecordInfoFromGuids](https://www.google.com/search?num=5&q=GetRecordInfoFromGuids+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.GetRecordInfoFromGuids](https://github.com/dahall/Vanara/search?l=C%23&q=GetRecordInfoFromGuids)
[GetRecordInfoFromTypeInfo](https://www.google.com/search?num=5&q=GetRecordInfoFromTypeInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.GetRecordInfoFromTypeInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetRecordInfoFromTypeInfo)
[GetRunningObjectTable](https://www.google.com/search?num=5&q=GetRunningObjectTable+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.GetRunningObjectTable](https://github.com/dahall/Vanara/search?l=C%23&q=GetRunningObjectTable)
[IIDFromString](https://www.google.com/search?num=5&q=IIDFromString+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.IIDFromString](https://github.com/dahall/Vanara/search?l=C%23&q=IIDFromString)
[InitPropVariantFromBooleanVector](https://www.google.com/search?num=5&q=InitPropVariantFromBooleanVector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromBooleanVector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromBooleanVector)
[InitPropVariantFromBuffer](https://www.google.com/search?num=5&q=InitPropVariantFromBuffer+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromBuffer)
[InitPropVariantFromCLSID](https://www.google.com/search?num=5&q=InitPropVariantFromCLSID+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromCLSID](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromCLSID)
[InitPropVariantFromDoubleVector](https://www.google.com/search?num=5&q=InitPropVariantFromDoubleVector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromDoubleVector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromDoubleVector)
[InitPropVariantFromFileTime](https://www.google.com/search?num=5&q=InitPropVariantFromFileTime+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromFileTime](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromFileTime)
[InitPropVariantFromFileTimeVector](https://www.google.com/search?num=5&q=InitPropVariantFromFileTimeVector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromFileTimeVector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromFileTimeVector)
[InitPropVariantFromGUIDAsString](https://www.google.com/search?num=5&q=InitPropVariantFromGUIDAsString+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromGUIDAsString](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromGUIDAsString)
[InitPropVariantFromInt16Vector](https://www.google.com/search?num=5&q=InitPropVariantFromInt16Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromInt16Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromInt16Vector)
[InitPropVariantFromInt32Vector](https://www.google.com/search?num=5&q=InitPropVariantFromInt32Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromInt32Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromInt32Vector)
[InitPropVariantFromInt64Vector](https://www.google.com/search?num=5&q=InitPropVariantFromInt64Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromInt64Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromInt64Vector)
[InitPropVariantFromPropVariantVectorElem](https://www.google.com/search?num=5&q=InitPropVariantFromPropVariantVectorElem+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromPropVariantVectorElem](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromPropVariantVectorElem)
[InitPropVariantFromResource](https://www.google.com/search?num=5&q=InitPropVariantFromResource+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromResource](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromResource)
[InitPropVariantFromStringAsVector](https://www.google.com/search?num=5&q=InitPropVariantFromStringAsVector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromStringAsVector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromStringAsVector)
[InitPropVariantFromStringVector](https://www.google.com/search?num=5&q=InitPropVariantFromStringVector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromStringVector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromStringVector)
[InitPropVariantFromStrRet](https://www.google.com/search?num=5&q=InitPropVariantFromStrRet+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromStrRet](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromStrRet)
[InitPropVariantFromUInt16Vector](https://www.google.com/search?num=5&q=InitPropVariantFromUInt16Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromUInt16Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromUInt16Vector)
[InitPropVariantFromUInt32Vector](https://www.google.com/search?num=5&q=InitPropVariantFromUInt32Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromUInt32Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromUInt32Vector)
[InitPropVariantFromUInt64Vector](https://www.google.com/search?num=5&q=InitPropVariantFromUInt64Vector+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantFromUInt64Vector](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantFromUInt64Vector)
[InitPropVariantVectorFromPropVariant](https://www.google.com/search?num=5&q=InitPropVariantVectorFromPropVariant+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.InitPropVariantVectorFromPropVariant](https://github.com/dahall/Vanara/search?l=C%23&q=InitPropVariantVectorFromPropVariant)
[InitVariantFromBooleanArray](https://www.google.com/search?num=5&q=InitVariantFromBooleanArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromBooleanArray](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromBooleanArray)
[InitVariantFromBuffer](https://www.google.com/search?num=5&q=InitVariantFromBuffer+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromBuffer)
[InitVariantFromDoubleArray](https://www.google.com/search?num=5&q=InitVariantFromDoubleArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromDoubleArray](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromDoubleArray)
[InitVariantFromFileTime](https://www.google.com/search?num=5&q=InitVariantFromFileTime+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromFileTime](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromFileTime)
[InitVariantFromFileTimeArray](https://www.google.com/search?num=5&q=InitVariantFromFileTimeArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromFileTimeArray](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromFileTimeArray)
[InitVariantFromGUIDAsString](https://www.google.com/search?num=5&q=InitVariantFromGUIDAsString+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromGUIDAsString](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromGUIDAsString)
[InitVariantFromInt16Array](https://www.google.com/search?num=5&q=InitVariantFromInt16Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromInt16Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromInt16Array)
[InitVariantFromInt32Array](https://www.google.com/search?num=5&q=InitVariantFromInt32Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromInt32Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromInt32Array)
[InitVariantFromInt64Array](https://www.google.com/search?num=5&q=InitVariantFromInt64Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromInt64Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromInt64Array)
[InitVariantFromResource](https://www.google.com/search?num=5&q=InitVariantFromResource+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromResource](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromResource)
[InitVariantFromStringArray](https://www.google.com/search?num=5&q=InitVariantFromStringArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromStringArray](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromStringArray)
[InitVariantFromStrRet](https://www.google.com/search?num=5&q=InitVariantFromStrRet+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromStrRet](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromStrRet)
[InitVariantFromUInt16Array](https://www.google.com/search?num=5&q=InitVariantFromUInt16Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromUInt16Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromUInt16Array)
[InitVariantFromUInt32Array](https://www.google.com/search?num=5&q=InitVariantFromUInt32Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromUInt32Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromUInt32Array)
[InitVariantFromUInt64Array](https://www.google.com/search?num=5&q=InitVariantFromUInt64Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromUInt64Array](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromUInt64Array)
[InitVariantFromVariantArrayElem](https://www.google.com/search?num=5&q=InitVariantFromVariantArrayElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.InitVariantFromVariantArrayElem](https://github.com/dahall/Vanara/search?l=C%23&q=InitVariantFromVariantArrayElem)
[IsAccelerator](https://www.google.com/search?num=5&q=IsAccelerator+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.IsAccelerator](https://github.com/dahall/Vanara/search?l=C%23&q=IsAccelerator)
[IsEqualGUID](https://www.google.com/search?num=5&q=IsEqualGUID+site%3Alearn.microsoft.com) | ole32.dll | guiddef.h | [Vanara.PInvoke.Ole32.IsEqualGUID](https://github.com/dahall/Vanara/search?l=C%23&q=IsEqualGUID)
[LHashValOfNameSys](https://www.google.com/search?num=5&q=LHashValOfNameSys+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.LHashValOfNameSys](https://github.com/dahall/Vanara/search?l=C%23&q=LHashValOfNameSys)
[LHashValOfNameSysAA](https://www.google.com/search?num=5&q=LHashValOfNameSysAA+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.LHashValOfNameSysA](https://github.com/dahall/Vanara/search?l=C%23&q=LHashValOfNameSysA)
[LoadRegTypeLib](https://www.google.com/search?num=5&q=LoadRegTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.LoadRegTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=LoadRegTypeLib)
[LoadTypeLib](https://www.google.com/search?num=5&q=LoadTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.LoadTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=LoadTypeLib)
[LoadTypeLibEx](https://www.google.com/search?num=5&q=LoadTypeLibEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.LoadTypeLibEx](https://github.com/dahall/Vanara/search?l=C%23&q=LoadTypeLibEx)
[LPSAFEARRAY_UserFree](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserFree+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserFree](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserFree)
[LPSAFEARRAY_UserFree64](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserFree64+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserFree64](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserFree64)
[LPSAFEARRAY_UserMarshal](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserMarshal+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserMarshal)
[LPSAFEARRAY_UserMarshal64](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserMarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserMarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserMarshal64)
[LPSAFEARRAY_UserSize](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserSize+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserSize](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserSize)
[LPSAFEARRAY_UserSize64](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserSize64+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserSize64](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserSize64)
[LPSAFEARRAY_UserUnmarshal](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserUnmarshal+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserUnmarshal](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserUnmarshal)
[LPSAFEARRAY_UserUnmarshal64](https://www.google.com/search?num=5&q=LPSAFEARRAY_UserUnmarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | wia_xp.h | [Vanara.PInvoke.OleAut32.LPSAFEARRAY_UserUnmarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=LPSAFEARRAY_UserUnmarshal64)
[MkParseDisplayName](https://www.google.com/search?num=5&q=MkParseDisplayName+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.MkParseDisplayName](https://github.com/dahall/Vanara/search?l=C%23&q=MkParseDisplayName)
[MonikerCommonPrefixWith](https://www.google.com/search?num=5&q=MonikerCommonPrefixWith+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.MonikerCommonPrefixWith](https://github.com/dahall/Vanara/search?l=C%23&q=MonikerCommonPrefixWith)
[MonikerRelativePathTo](https://www.google.com/search?num=5&q=MonikerRelativePathTo+site%3Alearn.microsoft.com) | ole32.dll | objbase.h | [Vanara.PInvoke.Ole32.MonikerRelativePathTo](https://github.com/dahall/Vanara/search?l=C%23&q=MonikerRelativePathTo)
[OaBuildVersion](https://www.google.com/search?num=5&q=OaBuildVersion+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.OaBuildVersion](https://github.com/dahall/Vanara/search?l=C%23&q=OaBuildVersion)
[OaEnablePerUserTLibRegistration](https://www.google.com/search?num=5&q=OaEnablePerUserTLibRegistration+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.OaEnablePerUserTLibRegistration](https://github.com/dahall/Vanara/search?l=C%23&q=OaEnablePerUserTLibRegistration)
[OleConvertIStorageToOLESTREAM](https://www.google.com/search?num=5&q=OleConvertIStorageToOLESTREAM+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleConvertIStorageToOLESTREAM](https://github.com/dahall/Vanara/search?l=C%23&q=OleConvertIStorageToOLESTREAM)
[OleConvertIStorageToOLESTREAMEx](https://www.google.com/search?num=5&q=OleConvertIStorageToOLESTREAMEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleConvertIStorageToOLESTREAMEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleConvertIStorageToOLESTREAMEx)
[OleConvertOLESTREAMToIStorage](https://www.google.com/search?num=5&q=OleConvertOLESTREAMToIStorage+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleConvertOLESTREAMToIStorage](https://github.com/dahall/Vanara/search?l=C%23&q=OleConvertOLESTREAMToIStorage)
[OleConvertOLESTREAMToIStorageEx](https://www.google.com/search?num=5&q=OleConvertOLESTREAMToIStorageEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleConvertOLESTREAMToIStorageEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleConvertOLESTREAMToIStorageEx)
[OleCreate](https://www.google.com/search?num=5&q=OleCreate+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreate](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreate)
[OleCreateDefaultHandler](https://www.google.com/search?num=5&q=OleCreateDefaultHandler+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateDefaultHandler](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateDefaultHandler)
[OleCreateEmbeddingHelper](https://www.google.com/search?num=5&q=OleCreateEmbeddingHelper+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateEmbeddingHelper](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateEmbeddingHelper)
[OleCreateEx](https://www.google.com/search?num=5&q=OleCreateEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateEx)
[OleCreateFontIndirect](https://www.google.com/search?num=5&q=OleCreateFontIndirect+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleCreateFontIndirect](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateFontIndirect)
[OleCreateFromData](https://www.google.com/search?num=5&q=OleCreateFromData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateFromData](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateFromData)
[OleCreateFromDataEx](https://www.google.com/search?num=5&q=OleCreateFromDataEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateFromDataEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateFromDataEx)
[OleCreateFromFile](https://www.google.com/search?num=5&q=OleCreateFromFile+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateFromFile](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateFromFile)
[OleCreateFromFileEx](https://www.google.com/search?num=5&q=OleCreateFromFileEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateFromFileEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateFromFileEx)
[OleCreateLink](https://www.google.com/search?num=5&q=OleCreateLink+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLink](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLink)
[OleCreateLinkEx](https://www.google.com/search?num=5&q=OleCreateLinkEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLinkEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLinkEx)
[OleCreateLinkFromData](https://www.google.com/search?num=5&q=OleCreateLinkFromData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLinkFromData](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLinkFromData)
[OleCreateLinkFromDataEx](https://www.google.com/search?num=5&q=OleCreateLinkFromDataEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLinkFromDataEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLinkFromDataEx)
[OleCreateLinkToFile](https://www.google.com/search?num=5&q=OleCreateLinkToFile+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLinkToFile](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLinkToFile)
[OleCreateLinkToFileEx](https://www.google.com/search?num=5&q=OleCreateLinkToFileEx+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateLinkToFileEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateLinkToFileEx)
[OleCreateMenuDescriptor](https://www.google.com/search?num=5&q=OleCreateMenuDescriptor+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateMenuDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateMenuDescriptor)
[OleCreatePictureIndirect](https://www.google.com/search?num=5&q=OleCreatePictureIndirect+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleCreatePictureIndirect](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreatePictureIndirect)
[OleCreatePropertyFrame](https://www.google.com/search?num=5&q=OleCreatePropertyFrame+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleCreatePropertyFrame](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreatePropertyFrame)
[OleCreatePropertyFrameIndirect](https://www.google.com/search?num=5&q=OleCreatePropertyFrameIndirect+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleCreatePropertyFrameIndirect](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreatePropertyFrameIndirect)
[OleCreateStaticFromData](https://www.google.com/search?num=5&q=OleCreateStaticFromData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleCreateStaticFromData](https://github.com/dahall/Vanara/search?l=C%23&q=OleCreateStaticFromData)
[OleDestroyMenuDescriptor](https://www.google.com/search?num=5&q=OleDestroyMenuDescriptor+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleDestroyMenuDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=OleDestroyMenuDescriptor)
[OleDoAutoConvert](https://www.google.com/search?num=5&q=OleDoAutoConvert+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleDoAutoConvert](https://github.com/dahall/Vanara/search?l=C%23&q=OleDoAutoConvert)
[OleDraw](https://www.google.com/search?num=5&q=OleDraw+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleDraw](https://github.com/dahall/Vanara/search?l=C%23&q=OleDraw)
[OleDuplicateData](https://www.google.com/search?num=5&q=OleDuplicateData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleDuplicateData](https://github.com/dahall/Vanara/search?l=C%23&q=OleDuplicateData)
[OleFlushClipboard](https://www.google.com/search?num=5&q=OleFlushClipboard+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleFlushClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=OleFlushClipboard)
[OleGetAutoConvert](https://www.google.com/search?num=5&q=OleGetAutoConvert+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleGetAutoConvert](https://github.com/dahall/Vanara/search?l=C%23&q=OleGetAutoConvert)
[OleGetClipboard](https://www.google.com/search?num=5&q=OleGetClipboard+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleGetClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=OleGetClipboard)
[OleGetClipboardWithEnterpriseInfo](https://www.google.com/search?num=5&q=OleGetClipboardWithEnterpriseInfo+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleGetClipboardWithEnterpriseInfo](https://github.com/dahall/Vanara/search?l=C%23&q=OleGetClipboardWithEnterpriseInfo)
[OleGetIconOfClass](https://www.google.com/search?num=5&q=OleGetIconOfClass+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleGetIconOfClass](https://github.com/dahall/Vanara/search?l=C%23&q=OleGetIconOfClass)
[OleGetIconOfFile](https://www.google.com/search?num=5&q=OleGetIconOfFile+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleGetIconOfFile](https://github.com/dahall/Vanara/search?l=C%23&q=OleGetIconOfFile)
[OleIconToCursor](https://www.google.com/search?num=5&q=OleIconToCursor+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleIconToCursor](https://github.com/dahall/Vanara/search?l=C%23&q=OleIconToCursor)
[OleInitialize](https://www.google.com/search?num=5&q=OleInitialize+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=OleInitialize)
[OleIsCurrentClipboard](https://www.google.com/search?num=5&q=OleIsCurrentClipboard+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleIsCurrentClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=OleIsCurrentClipboard)
[OleIsRunning](https://www.google.com/search?num=5&q=OleIsRunning+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleIsRunning](https://github.com/dahall/Vanara/search?l=C%23&q=OleIsRunning)
[OleLoad](https://www.google.com/search?num=5&q=OleLoad+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleLoad](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoad)
[OleLoadPicture](https://www.google.com/search?num=5&q=OleLoadPicture+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleLoadPicture](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoadPicture)
[OleLoadPictureEx](https://www.google.com/search?num=5&q=OleLoadPictureEx+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleLoadPictureEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoadPictureEx)
[OleLoadPictureFile](https://www.google.com/search?num=5&q=OleLoadPictureFile+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleLoadPictureFile](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoadPictureFile)
[OleLoadPictureFileEx](https://www.google.com/search?num=5&q=OleLoadPictureFileEx+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleLoadPictureFileEx](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoadPictureFileEx)
[OleLoadPicturePath](https://www.google.com/search?num=5&q=OleLoadPicturePath+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleLoadPicturePath](https://github.com/dahall/Vanara/search?l=C%23&q=OleLoadPicturePath)
[OleLockRunning](https://www.google.com/search?num=5&q=OleLockRunning+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleLockRunning](https://github.com/dahall/Vanara/search?l=C%23&q=OleLockRunning)
[OleMetafilePictFromIconAndLabel](https://www.google.com/search?num=5&q=OleMetafilePictFromIconAndLabel+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleMetafilePictFromIconAndLabel](https://github.com/dahall/Vanara/search?l=C%23&q=OleMetafilePictFromIconAndLabel)
[OleNoteObjectVisible](https://www.google.com/search?num=5&q=OleNoteObjectVisible+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleNoteObjectVisible](https://github.com/dahall/Vanara/search?l=C%23&q=OleNoteObjectVisible)
[OleQueryCreateFromData](https://www.google.com/search?num=5&q=OleQueryCreateFromData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleQueryCreateFromData](https://github.com/dahall/Vanara/search?l=C%23&q=OleQueryCreateFromData)
[OleQueryLinkFromData](https://www.google.com/search?num=5&q=OleQueryLinkFromData+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleQueryLinkFromData](https://github.com/dahall/Vanara/search?l=C%23&q=OleQueryLinkFromData)
[OleRegEnumFormatEtc](https://www.google.com/search?num=5&q=OleRegEnumFormatEtc+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleRegEnumFormatEtc](https://github.com/dahall/Vanara/search?l=C%23&q=OleRegEnumFormatEtc)
[OleRegEnumVerbs](https://www.google.com/search?num=5&q=OleRegEnumVerbs+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleRegEnumVerbs](https://github.com/dahall/Vanara/search?l=C%23&q=OleRegEnumVerbs)
[OleRegGetMiscStatus](https://www.google.com/search?num=5&q=OleRegGetMiscStatus+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleRegGetMiscStatus](https://github.com/dahall/Vanara/search?l=C%23&q=OleRegGetMiscStatus)
[OleRegGetUserType](https://www.google.com/search?num=5&q=OleRegGetUserType+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleRegGetUserType](https://github.com/dahall/Vanara/search?l=C%23&q=OleRegGetUserType)
[OleRun](https://www.google.com/search?num=5&q=OleRun+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleRun](https://github.com/dahall/Vanara/search?l=C%23&q=OleRun)
[OleSave](https://www.google.com/search?num=5&q=OleSave+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSave](https://github.com/dahall/Vanara/search?l=C%23&q=OleSave)
[OleSavePictureFile](https://www.google.com/search?num=5&q=OleSavePictureFile+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleSavePictureFile](https://github.com/dahall/Vanara/search?l=C%23&q=OleSavePictureFile)
[OleSaveToStream](https://www.google.com/search?num=5&q=OleSaveToStream+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSaveToStream](https://github.com/dahall/Vanara/search?l=C%23&q=OleSaveToStream)
[OleSetAutoConvert](https://www.google.com/search?num=5&q=OleSetAutoConvert+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSetAutoConvert](https://github.com/dahall/Vanara/search?l=C%23&q=OleSetAutoConvert)
[OleSetClipboard](https://www.google.com/search?num=5&q=OleSetClipboard+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSetClipboard](https://github.com/dahall/Vanara/search?l=C%23&q=OleSetClipboard)
[OleSetContainedObject](https://www.google.com/search?num=5&q=OleSetContainedObject+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSetContainedObject](https://github.com/dahall/Vanara/search?l=C%23&q=OleSetContainedObject)
[OleSetMenuDescriptor](https://www.google.com/search?num=5&q=OleSetMenuDescriptor+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleSetMenuDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=OleSetMenuDescriptor)
[OleTranslateAccelerator](https://www.google.com/search?num=5&q=OleTranslateAccelerator+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.OleTranslateAccelerator](https://github.com/dahall/Vanara/search?l=C%23&q=OleTranslateAccelerator)
[OleTranslateColor](https://www.google.com/search?num=5&q=OleTranslateColor+site%3Alearn.microsoft.com) | oleaut32.dll | olectl.h | [Vanara.PInvoke.OleAut32.OleTranslateColor](https://github.com/dahall/Vanara/search?l=C%23&q=OleTranslateColor)
[OleUninitialize](https://www.google.com/search?num=5&q=OleUninitialize+site%3Alearn.microsoft.com) | ole32.dll | Ole2.h | [Vanara.PInvoke.Ole32.OleUninitialize](https://github.com/dahall/Vanara/search?l=C%23&q=OleUninitialize)
[ProgIDFromCLSID](https://www.google.com/search?num=5&q=ProgIDFromCLSID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.ProgIDFromCLSID](https://github.com/dahall/Vanara/search?l=C%23&q=ProgIDFromCLSID)
[PropStgNameToFmtId](https://www.google.com/search?num=5&q=PropStgNameToFmtId+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.PropStgNameToFmtId](https://github.com/dahall/Vanara/search?l=C%23&q=PropStgNameToFmtId)
[PropVariantChangeType](https://www.google.com/search?num=5&q=PropVariantChangeType+site%3Alearn.microsoft.com) | ole32.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantChangeType](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantChangeType)
[PropVariantClear](https://www.google.com/search?num=5&q=PropVariantClear+site%3Alearn.microsoft.com) | ole32.dll | Propidl.h | [Vanara.PInvoke.Ole32.PropVariantClear](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantClear)
[PropVariantCompareEx](https://www.google.com/search?num=5&q=PropVariantCompareEx+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantCompareEx](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantCompareEx)
[PropVariantCopy](https://www.google.com/search?num=5&q=PropVariantCopy+site%3Alearn.microsoft.com) | ole32.dll | Propidl.h | [Vanara.PInvoke.Ole32.PropVariantCopy](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantCopy)
[PropVariantGetBooleanElem](https://www.google.com/search?num=5&q=PropVariantGetBooleanElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetBooleanElem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetBooleanElem)
[PropVariantGetDoubleElem](https://www.google.com/search?num=5&q=PropVariantGetDoubleElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetDoubleElem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetDoubleElem)
[PropVariantGetElementCount](https://www.google.com/search?num=5&q=PropVariantGetElementCount+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetElementCount](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetElementCount)
[PropVariantGetFileTimeElem](https://www.google.com/search?num=5&q=PropVariantGetFileTimeElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetFileTimeElem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetFileTimeElem)
[PropVariantGetInt16Elem](https://www.google.com/search?num=5&q=PropVariantGetInt16Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetInt16Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetInt16Elem)
[PropVariantGetInt32Elem](https://www.google.com/search?num=5&q=PropVariantGetInt32Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetInt32Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetInt32Elem)
[PropVariantGetInt64Elem](https://www.google.com/search?num=5&q=PropVariantGetInt64Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetInt64Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetInt64Elem)
[PropVariantGetStringElem](https://www.google.com/search?num=5&q=PropVariantGetStringElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetStringElem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetStringElem)
[PropVariantGetUInt16Elem](https://www.google.com/search?num=5&q=PropVariantGetUInt16Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetUInt16Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetUInt16Elem)
[PropVariantGetUInt32Elem](https://www.google.com/search?num=5&q=PropVariantGetUInt32Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetUInt32Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetUInt32Elem)
[PropVariantGetUInt64Elem](https://www.google.com/search?num=5&q=PropVariantGetUInt64Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantGetUInt64Elem](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantGetUInt64Elem)
[PropVariantToBoolean](https://www.google.com/search?num=5&q=PropVariantToBoolean+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBoolean](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBoolean)
[PropVariantToBooleanVector](https://www.google.com/search?num=5&q=PropVariantToBooleanVector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBooleanVector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBooleanVector)
[PropVariantToBooleanVectorAlloc](https://www.google.com/search?num=5&q=PropVariantToBooleanVectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBooleanVectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBooleanVectorAlloc)
[PropVariantToBooleanWithDefault](https://www.google.com/search?num=5&q=PropVariantToBooleanWithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBooleanWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBooleanWithDefault)
[PropVariantToBSTR](https://www.google.com/search?num=5&q=PropVariantToBSTR+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBSTR](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBSTR)
[PropVariantToBuffer](https://www.google.com/search?num=5&q=PropVariantToBuffer+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToBuffer)
[PropVariantToDouble](https://www.google.com/search?num=5&q=PropVariantToDouble+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToDouble](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToDouble)
[PropVariantToDoubleVector](https://www.google.com/search?num=5&q=PropVariantToDoubleVector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToDoubleVector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToDoubleVector)
[PropVariantToDoubleVectorAlloc](https://www.google.com/search?num=5&q=PropVariantToDoubleVectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToDoubleVectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToDoubleVectorAlloc)
[PropVariantToDoubleWithDefault](https://www.google.com/search?num=5&q=PropVariantToDoubleWithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToDoubleWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToDoubleWithDefault)
[PropVariantToFileTime](https://www.google.com/search?num=5&q=PropVariantToFileTime+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToFileTime](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToFileTime)
[PropVariantToFileTimeVector](https://www.google.com/search?num=5&q=PropVariantToFileTimeVector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToFileTimeVector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToFileTimeVector)
[PropVariantToFileTimeVectorAlloc](https://www.google.com/search?num=5&q=PropVariantToFileTimeVectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToFileTimeVectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToFileTimeVectorAlloc)
[PropVariantToGUID](https://www.google.com/search?num=5&q=PropVariantToGUID+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToGUID](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToGUID)
[PropVariantToInt16](https://www.google.com/search?num=5&q=PropVariantToInt16+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt16](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt16)
[PropVariantToInt16Vector](https://www.google.com/search?num=5&q=PropVariantToInt16Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt16Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt16Vector)
[PropVariantToInt16VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToInt16VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt16VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt16VectorAlloc)
[PropVariantToInt16WithDefault](https://www.google.com/search?num=5&q=PropVariantToInt16WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt16WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt16WithDefault)
[PropVariantToInt32](https://www.google.com/search?num=5&q=PropVariantToInt32+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt32](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt32)
[PropVariantToInt32Vector](https://www.google.com/search?num=5&q=PropVariantToInt32Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt32Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt32Vector)
[PropVariantToInt32VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToInt32VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt32VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt32VectorAlloc)
[PropVariantToInt32WithDefault](https://www.google.com/search?num=5&q=PropVariantToInt32WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt32WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt32WithDefault)
[PropVariantToInt64](https://www.google.com/search?num=5&q=PropVariantToInt64+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt64](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt64)
[PropVariantToInt64Vector](https://www.google.com/search?num=5&q=PropVariantToInt64Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt64Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt64Vector)
[PropVariantToInt64VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToInt64VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt64VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt64VectorAlloc)
[PropVariantToInt64WithDefault](https://www.google.com/search?num=5&q=PropVariantToInt64WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToInt64WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToInt64WithDefault)
[PropVariantToString](https://www.google.com/search?num=5&q=PropVariantToString+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToString](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToString)
[PropVariantToStringAlloc](https://www.google.com/search?num=5&q=PropVariantToStringAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToStringAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToStringAlloc)
[PropVariantToStringVector](https://www.google.com/search?num=5&q=PropVariantToStringVector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToStringVector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToStringVector)
[PropVariantToStringVectorAlloc](https://www.google.com/search?num=5&q=PropVariantToStringVectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToStringVectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToStringVectorAlloc)
[PropVariantToStringWithDefault](https://www.google.com/search?num=5&q=PropVariantToStringWithDefault+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToStringWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToStringWithDefault)
[PropVariantToStrRet](https://www.google.com/search?num=5&q=PropVariantToStrRet+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToStrRet](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToStrRet)
[PropVariantToUInt16](https://www.google.com/search?num=5&q=PropVariantToUInt16+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt16](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt16)
[PropVariantToUInt16Vector](https://www.google.com/search?num=5&q=PropVariantToUInt16Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt16Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt16Vector)
[PropVariantToUInt16VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToUInt16VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt16VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt16VectorAlloc)
[PropVariantToUInt16WithDefault](https://www.google.com/search?num=5&q=PropVariantToUInt16WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt16WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt16WithDefault)
[PropVariantToUInt32](https://www.google.com/search?num=5&q=PropVariantToUInt32+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt32](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt32)
[PropVariantToUInt32Vector](https://www.google.com/search?num=5&q=PropVariantToUInt32Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt32Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt32Vector)
[PropVariantToUInt32VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToUInt32VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt32VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt32VectorAlloc)
[PropVariantToUInt32WithDefault](https://www.google.com/search?num=5&q=PropVariantToUInt32WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt32WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt32WithDefault)
[PropVariantToUInt64](https://www.google.com/search?num=5&q=PropVariantToUInt64+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt64](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt64)
[PropVariantToUInt64Vector](https://www.google.com/search?num=5&q=PropVariantToUInt64Vector+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt64Vector](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt64Vector)
[PropVariantToUInt64VectorAlloc](https://www.google.com/search?num=5&q=PropVariantToUInt64VectorAlloc+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt64VectorAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt64VectorAlloc)
[PropVariantToUInt64WithDefault](https://www.google.com/search?num=5&q=PropVariantToUInt64WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToUInt64WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToUInt64WithDefault)
[PropVariantToVariant](https://www.google.com/search?num=5&q=PropVariantToVariant+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.PropVariantToVariant](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToVariant)
[PropVariantToWinRTPropertyValue](https://www.google.com/search?num=5&q=PropVariantToWinRTPropertyValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PropVariantToWinRTPropertyValue](https://github.com/dahall/Vanara/search?l=C%23&q=PropVariantToWinRTPropertyValue)
[PSCoerceToCanonicalValue](https://www.google.com/search?num=5&q=PSCoerceToCanonicalValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCoerceToCanonicalValue](https://github.com/dahall/Vanara/search?l=C%23&q=PSCoerceToCanonicalValue)
[PSCreateAdapterFromPropertyStore](https://www.google.com/search?num=5&q=PSCreateAdapterFromPropertyStore+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreateAdapterFromPropertyStore](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreateAdapterFromPropertyStore)
[PSCreateDelayedMultiplexPropertyStore](https://www.google.com/search?num=5&q=PSCreateDelayedMultiplexPropertyStore+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreateDelayedMultiplexPropertyStore](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreateDelayedMultiplexPropertyStore)
[PSCreateMemoryPropertyStore](https://www.google.com/search?num=5&q=PSCreateMemoryPropertyStore+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreateMemoryPropertyStore](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreateMemoryPropertyStore)
[PSCreateMultiplexPropertyStore](https://www.google.com/search?num=5&q=PSCreateMultiplexPropertyStore+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreateMultiplexPropertyStore](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreateMultiplexPropertyStore)
[PSCreatePropertyChangeArray](https://www.google.com/search?num=5&q=PSCreatePropertyChangeArray+site%3Alearn.microsoft.com) | propsys.dll | Propsys.h | [Vanara.PInvoke.PropSys.PSCreatePropertyChangeArray](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreatePropertyChangeArray)
[PSCreatePropertyStoreFromObject](https://www.google.com/search?num=5&q=PSCreatePropertyStoreFromObject+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreatePropertyStoreFromObject](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreatePropertyStoreFromObject)
[PSCreatePropertyStoreFromPropertySetStorage](https://www.google.com/search?num=5&q=PSCreatePropertyStoreFromPropertySetStorage+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSCreatePropertyStoreFromPropertySetStorage](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreatePropertyStoreFromPropertySetStorage)
[PSCreateSimplePropertyChange](https://www.google.com/search?num=5&q=PSCreateSimplePropertyChange+site%3Alearn.microsoft.com) | propsys.dll | Propsys.h | [Vanara.PInvoke.PropSys.PSCreateSimplePropertyChange](https://github.com/dahall/Vanara/search?l=C%23&q=PSCreateSimplePropertyChange)
[PSEnumeratePropertyDescriptions](https://www.google.com/search?num=5&q=PSEnumeratePropertyDescriptions+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSEnumeratePropertyDescriptions](https://github.com/dahall/Vanara/search?l=C%23&q=PSEnumeratePropertyDescriptions)
[PSFormatForDisplay](https://www.google.com/search?num=5&q=PSFormatForDisplay+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSFormatForDisplay](https://github.com/dahall/Vanara/search?l=C%23&q=PSFormatForDisplay)
[PSFormatForDisplayAlloc](https://www.google.com/search?num=5&q=PSFormatForDisplayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSFormatForDisplayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PSFormatForDisplayAlloc)
[PSFormatPropertyValue](https://www.google.com/search?num=5&q=PSFormatPropertyValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSFormatPropertyValue](https://github.com/dahall/Vanara/search?l=C%23&q=PSFormatPropertyValue)
[PSGetImageReferenceForValue](https://www.google.com/search?num=5&q=PSGetImageReferenceForValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetImageReferenceForValue](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetImageReferenceForValue)
[PSGetItemPropertyHandler](https://www.google.com/search?num=5&q=PSGetItemPropertyHandler+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetItemPropertyHandler](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetItemPropertyHandler)
[PSGetItemPropertyHandlerWithCreateObject](https://www.google.com/search?num=5&q=PSGetItemPropertyHandlerWithCreateObject+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetItemPropertyHandlerWithCreateObject](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetItemPropertyHandlerWithCreateObject)
[PSGetNamedPropertyFromPropertyStorage](https://www.google.com/search?num=5&q=PSGetNamedPropertyFromPropertyStorage+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetNamedPropertyFromPropertyStorage](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetNamedPropertyFromPropertyStorage)
[PSGetNameFromPropertyKey](https://www.google.com/search?num=5&q=PSGetNameFromPropertyKey+site%3Alearn.microsoft.com) | propsys.dll | Propsys.h | [Vanara.PInvoke.PropSys.PSGetNameFromPropertyKey](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetNameFromPropertyKey)
[PSGetPropertyDescription](https://www.google.com/search?num=5&q=PSGetPropertyDescription+site%3Alearn.microsoft.com) | propsys.dll | Propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyDescription](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyDescription)
[PSGetPropertyDescriptionByName](https://www.google.com/search?num=5&q=PSGetPropertyDescriptionByName+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyDescriptionByName](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyDescriptionByName)
[PSGetPropertyDescriptionListFromString](https://www.google.com/search?num=5&q=PSGetPropertyDescriptionListFromString+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyDescriptionListFromString](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyDescriptionListFromString)
[PSGetPropertyFromPropertyStorage](https://www.google.com/search?num=5&q=PSGetPropertyFromPropertyStorage+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyFromPropertyStorage](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyFromPropertyStorage)
[PSGetPropertyKeyFromName](https://www.google.com/search?num=5&q=PSGetPropertyKeyFromName+site%3Alearn.microsoft.com) | propsys.dll | Propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyKeyFromName](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyKeyFromName)
[PSGetPropertySystem](https://www.google.com/search?num=5&q=PSGetPropertySystem+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertySystem](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertySystem)
[PSGetPropertyValue](https://www.google.com/search?num=5&q=PSGetPropertyValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSGetPropertyValue](https://github.com/dahall/Vanara/search?l=C%23&q=PSGetPropertyValue)
[PSLookupPropertyHandlerCLSID](https://www.google.com/search?num=5&q=PSLookupPropertyHandlerCLSID+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSLookupPropertyHandlerCLSID](https://github.com/dahall/Vanara/search?l=C%23&q=PSLookupPropertyHandlerCLSID)
[PSPropertyBag_Delete](https://www.google.com/search?num=5&q=PSPropertyBag_Delete+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_Delete](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_Delete)
[PSPropertyBag_ReadBOOL](https://www.google.com/search?num=5&q=PSPropertyBag_ReadBOOL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadBOOL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadBOOL)
[PSPropertyBag_ReadBSTR](https://www.google.com/search?num=5&q=PSPropertyBag_ReadBSTR+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadBSTR](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadBSTR)
[PSPropertyBag_ReadDWORD](https://www.google.com/search?num=5&q=PSPropertyBag_ReadDWORD+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadDWORD](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadDWORD)
[PSPropertyBag_ReadGUID](https://www.google.com/search?num=5&q=PSPropertyBag_ReadGUID+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadGUID](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadGUID)
[PSPropertyBag_ReadInt](https://www.google.com/search?num=5&q=PSPropertyBag_ReadInt+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadInt](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadInt)
[PSPropertyBag_ReadLONG](https://www.google.com/search?num=5&q=PSPropertyBag_ReadLONG+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadLONG](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadLONG)
[PSPropertyBag_ReadPOINTL](https://www.google.com/search?num=5&q=PSPropertyBag_ReadPOINTL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadPOINTL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadPOINTL)
[PSPropertyBag_ReadPOINTS](https://www.google.com/search?num=5&q=PSPropertyBag_ReadPOINTS+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadPOINTS](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadPOINTS)
[PSPropertyBag_ReadPropertyKey](https://www.google.com/search?num=5&q=PSPropertyBag_ReadPropertyKey+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadPropertyKey](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadPropertyKey)
[PSPropertyBag_ReadRECTL](https://www.google.com/search?num=5&q=PSPropertyBag_ReadRECTL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadRECTL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadRECTL)
[PSPropertyBag_ReadSHORT](https://www.google.com/search?num=5&q=PSPropertyBag_ReadSHORT+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadSHORT](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadSHORT)
[PSPropertyBag_ReadStr](https://www.google.com/search?num=5&q=PSPropertyBag_ReadStr+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadStr](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadStr)
[PSPropertyBag_ReadStrAlloc](https://www.google.com/search?num=5&q=PSPropertyBag_ReadStrAlloc+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadStrAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadStrAlloc)
[PSPropertyBag_ReadStream](https://www.google.com/search?num=5&q=PSPropertyBag_ReadStream+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadStream](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadStream)
[PSPropertyBag_ReadType](https://www.google.com/search?num=5&q=PSPropertyBag_ReadType+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadType](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadType)
[PSPropertyBag_ReadULONGLONG](https://www.google.com/search?num=5&q=PSPropertyBag_ReadULONGLONG+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadULONGLONG](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadULONGLONG)
[PSPropertyBag_ReadUnknown](https://www.google.com/search?num=5&q=PSPropertyBag_ReadUnknown+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_ReadUnknown](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_ReadUnknown)
[PSPropertyBag_WriteBOOL](https://www.google.com/search?num=5&q=PSPropertyBag_WriteBOOL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteBOOL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteBOOL)
[PSPropertyBag_WriteBSTR](https://www.google.com/search?num=5&q=PSPropertyBag_WriteBSTR+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteBSTR](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteBSTR)
[PSPropertyBag_WriteDWORD](https://www.google.com/search?num=5&q=PSPropertyBag_WriteDWORD+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteDWORD](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteDWORD)
[PSPropertyBag_WriteGUID](https://www.google.com/search?num=5&q=PSPropertyBag_WriteGUID+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteGUID](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteGUID)
[PSPropertyBag_WriteInt](https://www.google.com/search?num=5&q=PSPropertyBag_WriteInt+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteInt](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteInt)
[PSPropertyBag_WriteLONG](https://www.google.com/search?num=5&q=PSPropertyBag_WriteLONG+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteLONG](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteLONG)
[PSPropertyBag_WritePOINTL](https://www.google.com/search?num=5&q=PSPropertyBag_WritePOINTL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WritePOINTL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WritePOINTL)
[PSPropertyBag_WritePOINTS](https://www.google.com/search?num=5&q=PSPropertyBag_WritePOINTS+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WritePOINTS](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WritePOINTS)
[PSPropertyBag_WritePropertyKey](https://www.google.com/search?num=5&q=PSPropertyBag_WritePropertyKey+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WritePropertyKey](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WritePropertyKey)
[PSPropertyBag_WriteRECTL](https://www.google.com/search?num=5&q=PSPropertyBag_WriteRECTL+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteRECTL](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteRECTL)
[PSPropertyBag_WriteSHORT](https://www.google.com/search?num=5&q=PSPropertyBag_WriteSHORT+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteSHORT](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteSHORT)
[PSPropertyBag_WriteStr](https://www.google.com/search?num=5&q=PSPropertyBag_WriteStr+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteStr](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteStr)
[PSPropertyBag_WriteStream](https://www.google.com/search?num=5&q=PSPropertyBag_WriteStream+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteStream](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteStream)
[PSPropertyBag_WriteULONGLONG](https://www.google.com/search?num=5&q=PSPropertyBag_WriteULONGLONG+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteULONGLONG](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteULONGLONG)
[PSPropertyBag_WriteUnknown](https://www.google.com/search?num=5&q=PSPropertyBag_WriteUnknown+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyBag_WriteUnknown](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyBag_WriteUnknown)
[PSPropertyKeyFromString](https://www.google.com/search?num=5&q=PSPropertyKeyFromString+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSPropertyKeyFromString](https://github.com/dahall/Vanara/search?l=C%23&q=PSPropertyKeyFromString)
[PSRefreshPropertySchema](https://www.google.com/search?num=5&q=PSRefreshPropertySchema+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSRefreshPropertySchema](https://github.com/dahall/Vanara/search?l=C%23&q=PSRefreshPropertySchema)
[PSRegisterPropertySchema](https://www.google.com/search?num=5&q=PSRegisterPropertySchema+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSRegisterPropertySchema](https://github.com/dahall/Vanara/search?l=C%23&q=PSRegisterPropertySchema)
[PSSetPropertyValue](https://www.google.com/search?num=5&q=PSSetPropertyValue+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSSetPropertyValue](https://github.com/dahall/Vanara/search?l=C%23&q=PSSetPropertyValue)
[PSStringFromPropertyKey](https://www.google.com/search?num=5&q=PSStringFromPropertyKey+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSStringFromPropertyKey](https://github.com/dahall/Vanara/search?l=C%23&q=PSStringFromPropertyKey)
[PSUnregisterPropertySchema](https://www.google.com/search?num=5&q=PSUnregisterPropertySchema+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.PSUnregisterPropertySchema](https://github.com/dahall/Vanara/search?l=C%23&q=PSUnregisterPropertySchema)
[QueryPathOfRegTypeLib](https://www.google.com/search?num=5&q=QueryPathOfRegTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.QueryPathOfRegTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=QueryPathOfRegTypeLib)
[ReadClassStg](https://www.google.com/search?num=5&q=ReadClassStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.ReadClassStg](https://github.com/dahall/Vanara/search?l=C%23&q=ReadClassStg)
[ReadClassStm](https://www.google.com/search?num=5&q=ReadClassStm+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.ReadClassStm](https://github.com/dahall/Vanara/search?l=C%23&q=ReadClassStm)
[ReadFmtUserTypeStg](https://www.google.com/search?num=5&q=ReadFmtUserTypeStg+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.ReadFmtUserTypeStg](https://github.com/dahall/Vanara/search?l=C%23&q=ReadFmtUserTypeStg)
[RegisterActiveObject](https://www.google.com/search?num=5&q=RegisterActiveObject+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.RegisterActiveObject](https://github.com/dahall/Vanara/search?l=C%23&q=RegisterActiveObject)
[RegisterDragDrop](https://www.google.com/search?num=5&q=RegisterDragDrop+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.RegisterDragDrop](https://github.com/dahall/Vanara/search?l=C%23&q=RegisterDragDrop)
[RegisterTypeLib](https://www.google.com/search?num=5&q=RegisterTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.RegisterTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=RegisterTypeLib)
[RegisterTypeLibForUser](https://www.google.com/search?num=5&q=RegisterTypeLibForUser+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.RegisterTypeLibForUser](https://github.com/dahall/Vanara/search?l=C%23&q=RegisterTypeLibForUser)
[ReleaseStgMedium](https://www.google.com/search?num=5&q=ReleaseStgMedium+site%3Alearn.microsoft.com) | ole32.dll | Ole2.h | [Vanara.PInvoke.Ole32.ReleaseStgMedium](https://github.com/dahall/Vanara/search?l=C%23&q=ReleaseStgMedium)
[RevokeActiveObject](https://www.google.com/search?num=5&q=RevokeActiveObject+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.RevokeActiveObject](https://github.com/dahall/Vanara/search?l=C%23&q=RevokeActiveObject)
[RevokeDragDrop](https://www.google.com/search?num=5&q=RevokeDragDrop+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.RevokeDragDrop](https://github.com/dahall/Vanara/search?l=C%23&q=RevokeDragDrop)
[RoGetAgileReference](https://www.google.com/search?num=5&q=RoGetAgileReference+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.RoGetAgileReference](https://github.com/dahall/Vanara/search?l=C%23&q=RoGetAgileReference)
[SafeArrayAccessData](https://www.google.com/search?num=5&q=SafeArrayAccessData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayAccessData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayAccessData)
[SafeArrayAddRef](https://www.google.com/search?num=5&q=SafeArrayAddRef+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayAddRef](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayAddRef)
[SafeArrayAllocData](https://www.google.com/search?num=5&q=SafeArrayAllocData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayAllocData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayAllocData)
[SafeArrayAllocDescriptor](https://www.google.com/search?num=5&q=SafeArrayAllocDescriptor+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayAllocDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayAllocDescriptor)
[SafeArrayAllocDescriptorEx](https://www.google.com/search?num=5&q=SafeArrayAllocDescriptorEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayAllocDescriptorEx](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayAllocDescriptorEx)
[SafeArrayCopy](https://www.google.com/search?num=5&q=SafeArrayCopy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCopy](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCopy)
[SafeArrayCopyData](https://www.google.com/search?num=5&q=SafeArrayCopyData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCopyData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCopyData)
[SafeArrayCreate](https://www.google.com/search?num=5&q=SafeArrayCreate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCreate](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCreate)
[SafeArrayCreateEx](https://www.google.com/search?num=5&q=SafeArrayCreateEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCreateEx](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCreateEx)
[SafeArrayCreateVector](https://www.google.com/search?num=5&q=SafeArrayCreateVector+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCreateVector](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCreateVector)
[SafeArrayCreateVectorEx](https://www.google.com/search?num=5&q=SafeArrayCreateVectorEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayCreateVectorEx](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayCreateVectorEx)
[SafeArrayDestroy](https://www.google.com/search?num=5&q=SafeArrayDestroy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayDestroy](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayDestroy)
[SafeArrayDestroyData](https://www.google.com/search?num=5&q=SafeArrayDestroyData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayDestroyData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayDestroyData)
[SafeArrayDestroyDescriptor](https://www.google.com/search?num=5&q=SafeArrayDestroyDescriptor+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayDestroyDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayDestroyDescriptor)
[SafeArrayGetDim](https://www.google.com/search?num=5&q=SafeArrayGetDim+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetDim](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetDim)
[SafeArrayGetElement](https://www.google.com/search?num=5&q=SafeArrayGetElement+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetElement](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetElement)
[SafeArrayGetElemsize](https://www.google.com/search?num=5&q=SafeArrayGetElemsize+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetElemsize](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetElemsize)
[SafeArrayGetIID](https://www.google.com/search?num=5&q=SafeArrayGetIID+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetIID](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetIID)
[SafeArrayGetLBound](https://www.google.com/search?num=5&q=SafeArrayGetLBound+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetLBound](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetLBound)
[SafeArrayGetRecordInfo](https://www.google.com/search?num=5&q=SafeArrayGetRecordInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetRecordInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetRecordInfo)
[SafeArrayGetUBound](https://www.google.com/search?num=5&q=SafeArrayGetUBound+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetUBound](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetUBound)
[SafeArrayGetVartype](https://www.google.com/search?num=5&q=SafeArrayGetVartype+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayGetVartype](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayGetVartype)
[SafeArrayLock](https://www.google.com/search?num=5&q=SafeArrayLock+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayLock](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayLock)
[SafeArrayPtrOfIndex](https://www.google.com/search?num=5&q=SafeArrayPtrOfIndex+site%3Alearn.microsoft.com) | oleaut32.dll | OleAuto.h | [Vanara.PInvoke.OleAut32.SafeArrayPtrOfIndex](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayPtrOfIndex)
[SafeArrayPutElement](https://www.google.com/search?num=5&q=SafeArrayPutElement+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayPutElement](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayPutElement)
[SafeArrayRedim](https://www.google.com/search?num=5&q=SafeArrayRedim+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayRedim](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayRedim)
[SafeArrayReleaseData](https://www.google.com/search?num=5&q=SafeArrayReleaseData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayReleaseData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayReleaseData)
[SafeArrayReleaseDescriptor](https://www.google.com/search?num=5&q=SafeArrayReleaseDescriptor+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayReleaseDescriptor](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayReleaseDescriptor)
[SafeArraySetIID](https://www.google.com/search?num=5&q=SafeArraySetIID+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArraySetIID](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArraySetIID)
[SafeArraySetRecordInfo](https://www.google.com/search?num=5&q=SafeArraySetRecordInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArraySetRecordInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArraySetRecordInfo)
[SafeArrayUnaccessData](https://www.google.com/search?num=5&q=SafeArrayUnaccessData+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayUnaccessData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayUnaccessData)
[SafeArrayUnlock](https://www.google.com/search?num=5&q=SafeArrayUnlock+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SafeArrayUnlock](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayUnlock)
[SetConvertStg](https://www.google.com/search?num=5&q=SetConvertStg+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.SetConvertStg](https://github.com/dahall/Vanara/search?l=C%23&q=SetConvertStg)
[SetErrorInfo](https://www.google.com/search?num=5&q=SetErrorInfo+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SetErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SetErrorInfo)
[StgConvertVariantToProperty](https://www.google.com/search?num=5&q=StgConvertVariantToProperty+site%3Alearn.microsoft.com) | ole32.dll | propidl.h | [Vanara.PInvoke.Ole32.StgConvertVariantToProperty](https://github.com/dahall/Vanara/search?l=C%23&q=StgConvertVariantToProperty)
[StgCreateDocfile](https://www.google.com/search?num=5&q=StgCreateDocfile+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgCreateDocfile](https://github.com/dahall/Vanara/search?l=C%23&q=StgCreateDocfile)
[StgCreateDocfileOnILockBytes](https://www.google.com/search?num=5&q=StgCreateDocfileOnILockBytes+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgCreateDocfileOnILockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=StgCreateDocfileOnILockBytes)
[StgCreatePropSetStg](https://www.google.com/search?num=5&q=StgCreatePropSetStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgCreatePropSetStg](https://github.com/dahall/Vanara/search?l=C%23&q=StgCreatePropSetStg)
[StgCreatePropStg](https://www.google.com/search?num=5&q=StgCreatePropStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgCreatePropStg](https://github.com/dahall/Vanara/search?l=C%23&q=StgCreatePropStg)
[StgCreateStorageEx](https://www.google.com/search?num=5&q=StgCreateStorageEx+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgCreateStorageEx](https://github.com/dahall/Vanara/search?l=C%23&q=StgCreateStorageEx)
[StgDeserializePropVariant](https://www.google.com/search?num=5&q=StgDeserializePropVariant+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.StgDeserializePropVariant](https://github.com/dahall/Vanara/search?l=C%23&q=StgDeserializePropVariant)
[StgIsStorageFile](https://www.google.com/search?num=5&q=StgIsStorageFile+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgIsStorageFile](https://github.com/dahall/Vanara/search?l=C%23&q=StgIsStorageFile)
[StgIsStorageILockBytes](https://www.google.com/search?num=5&q=StgIsStorageILockBytes+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgIsStorageILockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=StgIsStorageILockBytes)
[StgOpenPropStg](https://www.google.com/search?num=5&q=StgOpenPropStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgOpenPropStg](https://github.com/dahall/Vanara/search?l=C%23&q=StgOpenPropStg)
[StgOpenStorage](https://www.google.com/search?num=5&q=StgOpenStorage+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgOpenStorage](https://github.com/dahall/Vanara/search?l=C%23&q=StgOpenStorage)
[StgOpenStorageEx](https://www.google.com/search?num=5&q=StgOpenStorageEx+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgOpenStorageEx](https://github.com/dahall/Vanara/search?l=C%23&q=StgOpenStorageEx)
[StgOpenStorageOnILockBytes](https://www.google.com/search?num=5&q=StgOpenStorageOnILockBytes+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgOpenStorageOnILockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=StgOpenStorageOnILockBytes)
[StgPropertyLengthAsVariant](https://www.google.com/search?num=5&q=StgPropertyLengthAsVariant+site%3Alearn.microsoft.com) | ole32.dll | propapi.h | [Vanara.PInvoke.Ole32.StgPropertyLengthAsVariant](https://github.com/dahall/Vanara/search?l=C%23&q=StgPropertyLengthAsVariant)
[StgSerializePropVariant](https://www.google.com/search?num=5&q=StgSerializePropVariant+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.StgSerializePropVariant](https://github.com/dahall/Vanara/search?l=C%23&q=StgSerializePropVariant)
[StgSetTimes](https://www.google.com/search?num=5&q=StgSetTimes+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.StgSetTimes](https://github.com/dahall/Vanara/search?l=C%23&q=StgSetTimes)
[StringFromCLSID](https://www.google.com/search?num=5&q=StringFromCLSID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.StringFromCLSID](https://github.com/dahall/Vanara/search?l=C%23&q=StringFromCLSID)
[StringFromGUID2](https://www.google.com/search?num=5&q=StringFromGUID2+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.StringFromGUID2](https://github.com/dahall/Vanara/search?l=C%23&q=StringFromGUID2)
[StringFromIID](https://www.google.com/search?num=5&q=StringFromIID+site%3Alearn.microsoft.com) | ole32.dll | combaseapi.h | [Vanara.PInvoke.Ole32.StringFromIID](https://github.com/dahall/Vanara/search?l=C%23&q=StringFromIID)
[SysAddRefString](https://www.google.com/search?num=5&q=SysAddRefString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysAddRefString](https://github.com/dahall/Vanara/search?l=C%23&q=SysAddRefString)
[SysAllocString](https://www.google.com/search?num=5&q=SysAllocString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysAllocString](https://github.com/dahall/Vanara/search?l=C%23&q=SysAllocString)
[SysAllocStringByteLen](https://www.google.com/search?num=5&q=SysAllocStringByteLen+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysAllocStringByteLen](https://github.com/dahall/Vanara/search?l=C%23&q=SysAllocStringByteLen)
[SysAllocStringLen](https://www.google.com/search?num=5&q=SysAllocStringLen+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysAllocStringLen](https://github.com/dahall/Vanara/search?l=C%23&q=SysAllocStringLen)
[SysFreeString](https://www.google.com/search?num=5&q=SysFreeString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysFreeString](https://github.com/dahall/Vanara/search?l=C%23&q=SysFreeString)
[SysReAllocString](https://www.google.com/search?num=5&q=SysReAllocString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysReAllocString](https://github.com/dahall/Vanara/search?l=C%23&q=SysReAllocString)
[SysReAllocStringLen](https://www.google.com/search?num=5&q=SysReAllocStringLen+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysReAllocStringLen](https://github.com/dahall/Vanara/search?l=C%23&q=SysReAllocStringLen)
[SysReleaseString](https://www.google.com/search?num=5&q=SysReleaseString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysReleaseString](https://github.com/dahall/Vanara/search?l=C%23&q=SysReleaseString)
[SysStringByteLen](https://www.google.com/search?num=5&q=SysStringByteLen+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysStringByteLen](https://github.com/dahall/Vanara/search?l=C%23&q=SysStringByteLen)
[SysStringLen](https://www.google.com/search?num=5&q=SysStringLen+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SysStringLen](https://github.com/dahall/Vanara/search?l=C%23&q=SysStringLen)
[SystemTimeToVariantTime](https://www.google.com/search?num=5&q=SystemTimeToVariantTime+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.SystemTimeToVariantTime](https://github.com/dahall/Vanara/search?l=C%23&q=SystemTimeToVariantTime)
[UnRegisterTypeLib](https://www.google.com/search?num=5&q=UnRegisterTypeLib+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.UnRegisterTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=UnRegisterTypeLib)
[UnRegisterTypeLibForUser](https://www.google.com/search?num=5&q=UnRegisterTypeLibForUser+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.UnRegisterTypeLibForUser](https://github.com/dahall/Vanara/search?l=C%23&q=UnRegisterTypeLibForUser)
[VarAbs](https://www.google.com/search?num=5&q=VarAbs+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarAbs](https://github.com/dahall/Vanara/search?l=C%23&q=VarAbs)
[VarAdd](https://www.google.com/search?num=5&q=VarAdd+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarAdd](https://github.com/dahall/Vanara/search?l=C%23&q=VarAdd)
[VarAnd](https://www.google.com/search?num=5&q=VarAnd+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarAnd](https://github.com/dahall/Vanara/search?l=C%23&q=VarAnd)
[VarBoolFromCy](https://www.google.com/search?num=5&q=VarBoolFromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromCy)
[VarBoolFromDate](https://www.google.com/search?num=5&q=VarBoolFromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromDate)
[VarBoolFromDec](https://www.google.com/search?num=5&q=VarBoolFromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromDec)
[VarBoolFromDisp](https://www.google.com/search?num=5&q=VarBoolFromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromDisp)
[VarBoolFromI1](https://www.google.com/search?num=5&q=VarBoolFromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromI1)
[VarBoolFromI2](https://www.google.com/search?num=5&q=VarBoolFromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromI2)
[VarBoolFromI4](https://www.google.com/search?num=5&q=VarBoolFromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromI4)
[VarBoolFromI8](https://www.google.com/search?num=5&q=VarBoolFromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromI8)
[VarBoolFromR4](https://www.google.com/search?num=5&q=VarBoolFromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromR4)
[VarBoolFromR8](https://www.google.com/search?num=5&q=VarBoolFromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromR8)
[VarBoolFromStr](https://www.google.com/search?num=5&q=VarBoolFromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromStr)
[VarBoolFromUI1](https://www.google.com/search?num=5&q=VarBoolFromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromUI1)
[VarBoolFromUI2](https://www.google.com/search?num=5&q=VarBoolFromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromUI2)
[VarBoolFromUI4](https://www.google.com/search?num=5&q=VarBoolFromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromUI4)
[VarBoolFromUI8](https://www.google.com/search?num=5&q=VarBoolFromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBoolFromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBoolFromUI8)
[VarBstrCat](https://www.google.com/search?num=5&q=VarBstrCat+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrCat](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrCat)
[VarBstrCmp](https://www.google.com/search?num=5&q=VarBstrCmp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrCmp](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrCmp)
[VarBstrFromBool](https://www.google.com/search?num=5&q=VarBstrFromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromBool)
[VarBstrFromCy](https://www.google.com/search?num=5&q=VarBstrFromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromCy)
[VarBstrFromDate](https://www.google.com/search?num=5&q=VarBstrFromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromDate)
[VarBstrFromDec](https://www.google.com/search?num=5&q=VarBstrFromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromDec)
[VarBstrFromDisp](https://www.google.com/search?num=5&q=VarBstrFromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromDisp)
[VarBstrFromI1](https://www.google.com/search?num=5&q=VarBstrFromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromI1)
[VarBstrFromI2](https://www.google.com/search?num=5&q=VarBstrFromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromI2)
[VarBstrFromI4](https://www.google.com/search?num=5&q=VarBstrFromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromI4)
[VarBstrFromI8](https://www.google.com/search?num=5&q=VarBstrFromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromI8)
[VarBstrFromR4](https://www.google.com/search?num=5&q=VarBstrFromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromR4)
[VarBstrFromR8](https://www.google.com/search?num=5&q=VarBstrFromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromR8)
[VarBstrFromUI1](https://www.google.com/search?num=5&q=VarBstrFromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromUI1)
[VarBstrFromUI2](https://www.google.com/search?num=5&q=VarBstrFromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromUI2)
[VarBstrFromUI4](https://www.google.com/search?num=5&q=VarBstrFromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromUI4)
[VarBstrFromUI8](https://www.google.com/search?num=5&q=VarBstrFromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarBstrFromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarBstrFromUI8)
[VarCat](https://www.google.com/search?num=5&q=VarCat+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCat](https://github.com/dahall/Vanara/search?l=C%23&q=VarCat)
[VarCmp](https://www.google.com/search?num=5&q=VarCmp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCmp](https://github.com/dahall/Vanara/search?l=C%23&q=VarCmp)
[VarCyAbs](https://www.google.com/search?num=5&q=VarCyAbs+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyAbs](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyAbs)
[VarCyAdd](https://www.google.com/search?num=5&q=VarCyAdd+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyAdd](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyAdd)
[VarCyCmp](https://www.google.com/search?num=5&q=VarCyCmp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyCmp](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyCmp)
[VarCyCmpR8](https://www.google.com/search?num=5&q=VarCyCmpR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyCmpR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyCmpR8)
[VarCyFix](https://www.google.com/search?num=5&q=VarCyFix+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFix](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFix)
[VarCyFromBool](https://www.google.com/search?num=5&q=VarCyFromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromBool)
[VarCyFromDate](https://www.google.com/search?num=5&q=VarCyFromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromDate)
[VarCyFromDec](https://www.google.com/search?num=5&q=VarCyFromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromDec)
[VarCyFromDisp](https://www.google.com/search?num=5&q=VarCyFromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromDisp)
[VarCyFromI1](https://www.google.com/search?num=5&q=VarCyFromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromI1)
[VarCyFromI2](https://www.google.com/search?num=5&q=VarCyFromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromI2)
[VarCyFromI4](https://www.google.com/search?num=5&q=VarCyFromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromI4)
[VarCyFromI8](https://www.google.com/search?num=5&q=VarCyFromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromI8)
[VarCyFromR4](https://www.google.com/search?num=5&q=VarCyFromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromR4)
[VarCyFromR8](https://www.google.com/search?num=5&q=VarCyFromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromR8)
[VarCyFromStr](https://www.google.com/search?num=5&q=VarCyFromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromStr)
[VarCyFromUI1](https://www.google.com/search?num=5&q=VarCyFromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromUI1)
[VarCyFromUI2](https://www.google.com/search?num=5&q=VarCyFromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromUI2)
[VarCyFromUI4](https://www.google.com/search?num=5&q=VarCyFromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromUI4)
[VarCyFromUI8](https://www.google.com/search?num=5&q=VarCyFromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyFromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyFromUI8)
[VarCyInt](https://www.google.com/search?num=5&q=VarCyInt+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyInt](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyInt)
[VarCyMul](https://www.google.com/search?num=5&q=VarCyMul+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyMul](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyMul)
[VarCyMulI4](https://www.google.com/search?num=5&q=VarCyMulI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyMulI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyMulI4)
[VarCyMulI8](https://www.google.com/search?num=5&q=VarCyMulI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyMulI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyMulI8)
[VarCyNeg](https://www.google.com/search?num=5&q=VarCyNeg+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyNeg](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyNeg)
[VarCyRound](https://www.google.com/search?num=5&q=VarCyRound+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCyRound](https://github.com/dahall/Vanara/search?l=C%23&q=VarCyRound)
[VarCySub](https://www.google.com/search?num=5&q=VarCySub+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarCySub](https://github.com/dahall/Vanara/search?l=C%23&q=VarCySub)
[VarDateFromBool](https://www.google.com/search?num=5&q=VarDateFromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromBool)
[VarDateFromCy](https://www.google.com/search?num=5&q=VarDateFromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromCy)
[VarDateFromDec](https://www.google.com/search?num=5&q=VarDateFromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromDec)
[VarDateFromDisp](https://www.google.com/search?num=5&q=VarDateFromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromDisp)
[VarDateFromI1](https://www.google.com/search?num=5&q=VarDateFromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromI1)
[VarDateFromI2](https://www.google.com/search?num=5&q=VarDateFromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromI2)
[VarDateFromI4](https://www.google.com/search?num=5&q=VarDateFromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromI4)
[VarDateFromI8](https://www.google.com/search?num=5&q=VarDateFromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromI8)
[VarDateFromR4](https://www.google.com/search?num=5&q=VarDateFromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromR4)
[VarDateFromR8](https://www.google.com/search?num=5&q=VarDateFromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromR8)
[VarDateFromStr](https://www.google.com/search?num=5&q=VarDateFromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromStr)
[VarDateFromUdate](https://www.google.com/search?num=5&q=VarDateFromUdate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUdate](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUdate)
[VarDateFromUdateEx](https://www.google.com/search?num=5&q=VarDateFromUdateEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUdateEx](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUdateEx)
[VarDateFromUI1](https://www.google.com/search?num=5&q=VarDateFromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUI1)
[VarDateFromUI2](https://www.google.com/search?num=5&q=VarDateFromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUI2)
[VarDateFromUI4](https://www.google.com/search?num=5&q=VarDateFromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUI4)
[VarDateFromUI8](https://www.google.com/search?num=5&q=VarDateFromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDateFromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDateFromUI8)
[VarDecAbs](https://www.google.com/search?num=5&q=VarDecAbs+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecAbs](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecAbs)
[VarDecAdd](https://www.google.com/search?num=5&q=VarDecAdd+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecAdd](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecAdd)
[VarDecCmp](https://www.google.com/search?num=5&q=VarDecCmp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecCmp](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecCmp)
[VarDecCmpR8](https://www.google.com/search?num=5&q=VarDecCmpR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecCmpR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecCmpR8)
[VarDecDiv](https://www.google.com/search?num=5&q=VarDecDiv+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecDiv](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecDiv)
[VarDecFix](https://www.google.com/search?num=5&q=VarDecFix+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFix](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFix)
[VarDecFromBool](https://www.google.com/search?num=5&q=VarDecFromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromBool)
[VarDecFromCy](https://www.google.com/search?num=5&q=VarDecFromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromCy)
[VarDecFromDate](https://www.google.com/search?num=5&q=VarDecFromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromDate)
[VarDecFromDisp](https://www.google.com/search?num=5&q=VarDecFromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromDisp)
[VarDecFromI1](https://www.google.com/search?num=5&q=VarDecFromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromI1)
[VarDecFromI2](https://www.google.com/search?num=5&q=VarDecFromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromI2)
[VarDecFromI4](https://www.google.com/search?num=5&q=VarDecFromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromI4)
[VarDecFromI8](https://www.google.com/search?num=5&q=VarDecFromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromI8)
[VarDecFromR4](https://www.google.com/search?num=5&q=VarDecFromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromR4)
[VarDecFromR8](https://www.google.com/search?num=5&q=VarDecFromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromR8)
[VarDecFromStr](https://www.google.com/search?num=5&q=VarDecFromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromStr)
[VarDecFromUI1](https://www.google.com/search?num=5&q=VarDecFromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromUI1)
[VarDecFromUI2](https://www.google.com/search?num=5&q=VarDecFromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromUI2)
[VarDecFromUI4](https://www.google.com/search?num=5&q=VarDecFromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromUI4)
[VarDecFromUI8](https://www.google.com/search?num=5&q=VarDecFromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecFromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecFromUI8)
[VarDecInt](https://www.google.com/search?num=5&q=VarDecInt+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecInt](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecInt)
[VarDecMul](https://www.google.com/search?num=5&q=VarDecMul+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecMul](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecMul)
[VarDecNeg](https://www.google.com/search?num=5&q=VarDecNeg+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecNeg](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecNeg)
[VarDecRound](https://www.google.com/search?num=5&q=VarDecRound+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecRound](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecRound)
[VarDecSub](https://www.google.com/search?num=5&q=VarDecSub+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDecSub](https://github.com/dahall/Vanara/search?l=C%23&q=VarDecSub)
[VarDiv](https://www.google.com/search?num=5&q=VarDiv+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarDiv](https://github.com/dahall/Vanara/search?l=C%23&q=VarDiv)
[VarEqv](https://www.google.com/search?num=5&q=VarEqv+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarEqv](https://github.com/dahall/Vanara/search?l=C%23&q=VarEqv)
[VarFix](https://www.google.com/search?num=5&q=VarFix+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFix](https://github.com/dahall/Vanara/search?l=C%23&q=VarFix)
[VarFormat](https://www.google.com/search?num=5&q=VarFormat+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormat](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormat)
[VarFormatCurrency](https://www.google.com/search?num=5&q=VarFormatCurrency+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormatCurrency](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormatCurrency)
[VarFormatDateTime](https://www.google.com/search?num=5&q=VarFormatDateTime+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormatDateTime](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormatDateTime)
[VarFormatFromTokens](https://www.google.com/search?num=5&q=VarFormatFromTokens+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormatFromTokens](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormatFromTokens)
[VarFormatNumber](https://www.google.com/search?num=5&q=VarFormatNumber+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormatNumber](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormatNumber)
[VarFormatPercent](https://www.google.com/search?num=5&q=VarFormatPercent+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarFormatPercent](https://github.com/dahall/Vanara/search?l=C%23&q=VarFormatPercent)
[VarI1FromBool](https://www.google.com/search?num=5&q=VarI1FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromBool)
[VarI1FromCy](https://www.google.com/search?num=5&q=VarI1FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromCy)
[VarI1FromDate](https://www.google.com/search?num=5&q=VarI1FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromDate)
[VarI1FromDec](https://www.google.com/search?num=5&q=VarI1FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromDec)
[VarI1FromDisp](https://www.google.com/search?num=5&q=VarI1FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromDisp)
[VarI1FromI2](https://www.google.com/search?num=5&q=VarI1FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromI2)
[VarI1FromI4](https://www.google.com/search?num=5&q=VarI1FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromI4)
[VarI1FromI8](https://www.google.com/search?num=5&q=VarI1FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromI8)
[VarI1FromR4](https://www.google.com/search?num=5&q=VarI1FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromR4)
[VarI1FromR8](https://www.google.com/search?num=5&q=VarI1FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromR8)
[VarI1FromStr](https://www.google.com/search?num=5&q=VarI1FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromStr)
[VarI1FromUI1](https://www.google.com/search?num=5&q=VarI1FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromUI1)
[VarI1FromUI2](https://www.google.com/search?num=5&q=VarI1FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromUI2)
[VarI1FromUI4](https://www.google.com/search?num=5&q=VarI1FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromUI4)
[VarI1FromUI8](https://www.google.com/search?num=5&q=VarI1FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI1FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI1FromUI8)
[VarI2FromBool](https://www.google.com/search?num=5&q=VarI2FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromBool)
[VarI2FromCy](https://www.google.com/search?num=5&q=VarI2FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromCy)
[VarI2FromDate](https://www.google.com/search?num=5&q=VarI2FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromDate)
[VarI2FromDec](https://www.google.com/search?num=5&q=VarI2FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromDec)
[VarI2FromDisp](https://www.google.com/search?num=5&q=VarI2FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromDisp)
[VarI2FromI1](https://www.google.com/search?num=5&q=VarI2FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromI1)
[VarI2FromI4](https://www.google.com/search?num=5&q=VarI2FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromI4)
[VarI2FromI8](https://www.google.com/search?num=5&q=VarI2FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromI8)
[VarI2FromR4](https://www.google.com/search?num=5&q=VarI2FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromR4)
[VarI2FromR8](https://www.google.com/search?num=5&q=VarI2FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromR8)
[VarI2FromStr](https://www.google.com/search?num=5&q=VarI2FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromStr)
[VarI2FromUI1](https://www.google.com/search?num=5&q=VarI2FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromUI1)
[VarI2FromUI2](https://www.google.com/search?num=5&q=VarI2FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromUI2)
[VarI2FromUI4](https://www.google.com/search?num=5&q=VarI2FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromUI4)
[VarI2FromUI8](https://www.google.com/search?num=5&q=VarI2FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI2FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI2FromUI8)
[VarI4FromBool](https://www.google.com/search?num=5&q=VarI4FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromBool)
[VarI4FromCy](https://www.google.com/search?num=5&q=VarI4FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromCy)
[VarI4FromDate](https://www.google.com/search?num=5&q=VarI4FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromDate)
[VarI4FromDec](https://www.google.com/search?num=5&q=VarI4FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromDec)
[VarI4FromDisp](https://www.google.com/search?num=5&q=VarI4FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromDisp)
[VarI4FromI1](https://www.google.com/search?num=5&q=VarI4FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromI1)
[VarI4FromI2](https://www.google.com/search?num=5&q=VarI4FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromI2)
[VarI4FromI8](https://www.google.com/search?num=5&q=VarI4FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromI8)
[VarI4FromR4](https://www.google.com/search?num=5&q=VarI4FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromR4)
[VarI4FromR8](https://www.google.com/search?num=5&q=VarI4FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromR8)
[VarI4FromStr](https://www.google.com/search?num=5&q=VarI4FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromStr)
[VarI4FromUI1](https://www.google.com/search?num=5&q=VarI4FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromUI1)
[VarI4FromUI2](https://www.google.com/search?num=5&q=VarI4FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromUI2)
[VarI4FromUI4](https://www.google.com/search?num=5&q=VarI4FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromUI4)
[VarI4FromUI8](https://www.google.com/search?num=5&q=VarI4FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI4FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI4FromUI8)
[VarI8FromBool](https://www.google.com/search?num=5&q=VarI8FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromBool)
[VarI8FromCy](https://www.google.com/search?num=5&q=VarI8FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromCy)
[VarI8FromDate](https://www.google.com/search?num=5&q=VarI8FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromDate)
[VarI8FromDec](https://www.google.com/search?num=5&q=VarI8FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromDec)
[VarI8FromDisp](https://www.google.com/search?num=5&q=VarI8FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromDisp)
[VarI8FromI1](https://www.google.com/search?num=5&q=VarI8FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromI1)
[VarI8FromI2](https://www.google.com/search?num=5&q=VarI8FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromI2)
[VarI8FromR4](https://www.google.com/search?num=5&q=VarI8FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromR4)
[VarI8FromR8](https://www.google.com/search?num=5&q=VarI8FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromR8)
[VarI8FromStr](https://www.google.com/search?num=5&q=VarI8FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromStr)
[VarI8FromUI1](https://www.google.com/search?num=5&q=VarI8FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromUI1)
[VarI8FromUI2](https://www.google.com/search?num=5&q=VarI8FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromUI2)
[VarI8FromUI4](https://www.google.com/search?num=5&q=VarI8FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromUI4)
[VarI8FromUI8](https://www.google.com/search?num=5&q=VarI8FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarI8FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarI8FromUI8)
[VARIANT_UserFree](https://www.google.com/search?num=5&q=VARIANT_UserFree+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserFree](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserFree)
[VARIANT_UserFree64](https://www.google.com/search?num=5&q=VARIANT_UserFree64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserFree64](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserFree64)
[VARIANT_UserMarshal](https://www.google.com/search?num=5&q=VARIANT_UserMarshal+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserMarshal)
[VARIANT_UserMarshal64](https://www.google.com/search?num=5&q=VARIANT_UserMarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserMarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserMarshal64)
[VARIANT_UserSize](https://www.google.com/search?num=5&q=VARIANT_UserSize+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserSize](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserSize)
[VARIANT_UserSize64](https://www.google.com/search?num=5&q=VARIANT_UserSize64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserSize64](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserSize64)
[VARIANT_UserUnmarshal](https://www.google.com/search?num=5&q=VARIANT_UserUnmarshal+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserUnmarshal](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserUnmarshal)
[VARIANT_UserUnmarshal64](https://www.google.com/search?num=5&q=VARIANT_UserUnmarshal64+site%3Alearn.microsoft.com) | oleaut32.dll | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT_UserUnmarshal64](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT_UserUnmarshal64)
[VariantChangeType](https://www.google.com/search?num=5&q=VariantChangeType+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantChangeType](https://github.com/dahall/Vanara/search?l=C%23&q=VariantChangeType)
[VariantChangeTypeEx](https://www.google.com/search?num=5&q=VariantChangeTypeEx+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantChangeTypeEx](https://github.com/dahall/Vanara/search?l=C%23&q=VariantChangeTypeEx)
[VariantClear](https://www.google.com/search?num=5&q=VariantClear+site%3Alearn.microsoft.com) | oleaut32.dll | OleAuto.h | [Vanara.PInvoke.OleAut32.VariantClear](https://github.com/dahall/Vanara/search?l=C%23&q=VariantClear)
[VariantCompare](https://www.google.com/search?num=5&q=VariantCompare+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantCompare](https://github.com/dahall/Vanara/search?l=C%23&q=VariantCompare)
[VariantCopy](https://www.google.com/search?num=5&q=VariantCopy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantCopy](https://github.com/dahall/Vanara/search?l=C%23&q=VariantCopy)
[VariantCopyInd](https://www.google.com/search?num=5&q=VariantCopyInd+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantCopyInd](https://github.com/dahall/Vanara/search?l=C%23&q=VariantCopyInd)
[VariantGetBooleanElem](https://www.google.com/search?num=5&q=VariantGetBooleanElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetBooleanElem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetBooleanElem)
[VariantGetDoubleElem](https://www.google.com/search?num=5&q=VariantGetDoubleElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetDoubleElem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetDoubleElem)
[VariantGetElementCount](https://www.google.com/search?num=5&q=VariantGetElementCount+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetElementCount](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetElementCount)
[VariantGetInt16Elem](https://www.google.com/search?num=5&q=VariantGetInt16Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetInt16Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetInt16Elem)
[VariantGetInt32Elem](https://www.google.com/search?num=5&q=VariantGetInt32Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetInt32Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetInt32Elem)
[VariantGetInt64Elem](https://www.google.com/search?num=5&q=VariantGetInt64Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetInt64Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetInt64Elem)
[VariantGetStringElem](https://www.google.com/search?num=5&q=VariantGetStringElem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetStringElem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetStringElem)
[VariantGetUInt16Elem](https://www.google.com/search?num=5&q=VariantGetUInt16Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetUInt16Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetUInt16Elem)
[VariantGetUInt32Elem](https://www.google.com/search?num=5&q=VariantGetUInt32Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetUInt32Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetUInt32Elem)
[VariantGetUInt64Elem](https://www.google.com/search?num=5&q=VariantGetUInt64Elem+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantGetUInt64Elem](https://github.com/dahall/Vanara/search?l=C%23&q=VariantGetUInt64Elem)
[VariantInit](https://www.google.com/search?num=5&q=VariantInit+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantInit](https://github.com/dahall/Vanara/search?l=C%23&q=VariantInit)
[VariantTimeToDosDateTime](https://www.google.com/search?num=5&q=VariantTimeToDosDateTime+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantTimeToDosDateTime](https://github.com/dahall/Vanara/search?l=C%23&q=VariantTimeToDosDateTime)
[VariantTimeToSystemTime](https://www.google.com/search?num=5&q=VariantTimeToSystemTime+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VariantTimeToSystemTime](https://github.com/dahall/Vanara/search?l=C%23&q=VariantTimeToSystemTime)
[VariantToBoolean](https://www.google.com/search?num=5&q=VariantToBoolean+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToBoolean](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToBoolean)
[VariantToBooleanArray](https://www.google.com/search?num=5&q=VariantToBooleanArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToBooleanArray](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToBooleanArray)
[VariantToBooleanArrayAlloc](https://www.google.com/search?num=5&q=VariantToBooleanArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToBooleanArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToBooleanArrayAlloc)
[VariantToBooleanWithDefault](https://www.google.com/search?num=5&q=VariantToBooleanWithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToBooleanWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToBooleanWithDefault)
[VariantToBuffer](https://www.google.com/search?num=5&q=VariantToBuffer+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToBuffer)
[VariantToDosDateTime](https://www.google.com/search?num=5&q=VariantToDosDateTime+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToDosDateTime](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToDosDateTime)
[VariantToDouble](https://www.google.com/search?num=5&q=VariantToDouble+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToDouble](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToDouble)
[VariantToDoubleArray](https://www.google.com/search?num=5&q=VariantToDoubleArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToDoubleArray](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToDoubleArray)
[VariantToDoubleArrayAlloc](https://www.google.com/search?num=5&q=VariantToDoubleArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToDoubleArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToDoubleArrayAlloc)
[VariantToDoubleWithDefault](https://www.google.com/search?num=5&q=VariantToDoubleWithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToDoubleWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToDoubleWithDefault)
[VariantToFileTime](https://www.google.com/search?num=5&q=VariantToFileTime+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToFileTime](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToFileTime)
[VariantToGUID](https://www.google.com/search?num=5&q=VariantToGUID+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToGUID](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToGUID)
[VariantToInt16](https://www.google.com/search?num=5&q=VariantToInt16+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt16](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt16)
[VariantToInt16Array](https://www.google.com/search?num=5&q=VariantToInt16Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt16Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt16Array)
[VariantToInt16ArrayAlloc](https://www.google.com/search?num=5&q=VariantToInt16ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt16ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt16ArrayAlloc)
[VariantToInt16WithDefault](https://www.google.com/search?num=5&q=VariantToInt16WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt16WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt16WithDefault)
[VariantToInt32](https://www.google.com/search?num=5&q=VariantToInt32+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt32](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt32)
[VariantToInt32Array](https://www.google.com/search?num=5&q=VariantToInt32Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt32Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt32Array)
[VariantToInt32ArrayAlloc](https://www.google.com/search?num=5&q=VariantToInt32ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt32ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt32ArrayAlloc)
[VariantToInt32WithDefault](https://www.google.com/search?num=5&q=VariantToInt32WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt32WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt32WithDefault)
[VariantToInt64](https://www.google.com/search?num=5&q=VariantToInt64+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt64](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt64)
[VariantToInt64Array](https://www.google.com/search?num=5&q=VariantToInt64Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt64Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt64Array)
[VariantToInt64ArrayAlloc](https://www.google.com/search?num=5&q=VariantToInt64ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt64ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt64ArrayAlloc)
[VariantToInt64WithDefault](https://www.google.com/search?num=5&q=VariantToInt64WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToInt64WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToInt64WithDefault)
[VariantToPropVariant](https://www.google.com/search?num=5&q=VariantToPropVariant+site%3Alearn.microsoft.com) | propsys.dll | Propvarutil.h | [Vanara.PInvoke.PropSys.VariantToPropVariant](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToPropVariant)
[VariantToString](https://www.google.com/search?num=5&q=VariantToString+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToString](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToString)
[VariantToStringAlloc](https://www.google.com/search?num=5&q=VariantToStringAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToStringAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToStringAlloc)
[VariantToStringArray](https://www.google.com/search?num=5&q=VariantToStringArray+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToStringArray](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToStringArray)
[VariantToStringArrayAlloc](https://www.google.com/search?num=5&q=VariantToStringArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToStringArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToStringArrayAlloc)
[VariantToStringWithDefault](https://www.google.com/search?num=5&q=VariantToStringWithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToStringWithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToStringWithDefault)
[VariantToStrRet](https://www.google.com/search?num=5&q=VariantToStrRet+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToStrRet](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToStrRet)
[VariantToUInt16](https://www.google.com/search?num=5&q=VariantToUInt16+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt16](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt16)
[VariantToUInt16Array](https://www.google.com/search?num=5&q=VariantToUInt16Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt16Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt16Array)
[VariantToUInt16ArrayAlloc](https://www.google.com/search?num=5&q=VariantToUInt16ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt16ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt16ArrayAlloc)
[VariantToUInt16WithDefault](https://www.google.com/search?num=5&q=VariantToUInt16WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt16WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt16WithDefault)
[VariantToUInt32](https://www.google.com/search?num=5&q=VariantToUInt32+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt32](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt32)
[VariantToUInt32Array](https://www.google.com/search?num=5&q=VariantToUInt32Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt32Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt32Array)
[VariantToUInt32ArrayAlloc](https://www.google.com/search?num=5&q=VariantToUInt32ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt32ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt32ArrayAlloc)
[VariantToUInt32WithDefault](https://www.google.com/search?num=5&q=VariantToUInt32WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt32WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt32WithDefault)
[VariantToUInt64](https://www.google.com/search?num=5&q=VariantToUInt64+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt64](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt64)
[VariantToUInt64Array](https://www.google.com/search?num=5&q=VariantToUInt64Array+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt64Array](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt64Array)
[VariantToUInt64ArrayAlloc](https://www.google.com/search?num=5&q=VariantToUInt64ArrayAlloc+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt64ArrayAlloc](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt64ArrayAlloc)
[VariantToUInt64WithDefault](https://www.google.com/search?num=5&q=VariantToUInt64WithDefault+site%3Alearn.microsoft.com) | propsys.dll | propvarutil.h | [Vanara.PInvoke.PropSys.VariantToUInt64WithDefault](https://github.com/dahall/Vanara/search?l=C%23&q=VariantToUInt64WithDefault)
[VarIdiv](https://www.google.com/search?num=5&q=VarIdiv+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarIdiv](https://github.com/dahall/Vanara/search?l=C%23&q=VarIdiv)
[VarImp](https://www.google.com/search?num=5&q=VarImp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarImp](https://github.com/dahall/Vanara/search?l=C%23&q=VarImp)
[VarInt](https://www.google.com/search?num=5&q=VarInt+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarInt](https://github.com/dahall/Vanara/search?l=C%23&q=VarInt)
[VarMod](https://www.google.com/search?num=5&q=VarMod+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarMod](https://github.com/dahall/Vanara/search?l=C%23&q=VarMod)
[VarMonthName](https://www.google.com/search?num=5&q=VarMonthName+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarMonthName](https://github.com/dahall/Vanara/search?l=C%23&q=VarMonthName)
[VarMul](https://www.google.com/search?num=5&q=VarMul+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarMul](https://github.com/dahall/Vanara/search?l=C%23&q=VarMul)
[VarNeg](https://www.google.com/search?num=5&q=VarNeg+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarNeg](https://github.com/dahall/Vanara/search?l=C%23&q=VarNeg)
[VarNot](https://www.google.com/search?num=5&q=VarNot+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarNot](https://github.com/dahall/Vanara/search?l=C%23&q=VarNot)
[VarNumFromParseNum](https://www.google.com/search?num=5&q=VarNumFromParseNum+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarNumFromParseNum](https://github.com/dahall/Vanara/search?l=C%23&q=VarNumFromParseNum)
[VarOr](https://www.google.com/search?num=5&q=VarOr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarOr](https://github.com/dahall/Vanara/search?l=C%23&q=VarOr)
[VarParseNumFromStr](https://www.google.com/search?num=5&q=VarParseNumFromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarParseNumFromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarParseNumFromStr)
[VarPow](https://www.google.com/search?num=5&q=VarPow+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarPow](https://github.com/dahall/Vanara/search?l=C%23&q=VarPow)
[VarR4CmpR8](https://www.google.com/search?num=5&q=VarR4CmpR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4CmpR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4CmpR8)
[VarR4FromBool](https://www.google.com/search?num=5&q=VarR4FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromBool)
[VarR4FromCy](https://www.google.com/search?num=5&q=VarR4FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromCy)
[VarR4FromDate](https://www.google.com/search?num=5&q=VarR4FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromDate)
[VarR4FromDec](https://www.google.com/search?num=5&q=VarR4FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromDec)
[VarR4FromDisp](https://www.google.com/search?num=5&q=VarR4FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromDisp)
[VarR4FromI1](https://www.google.com/search?num=5&q=VarR4FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromI1)
[VarR4FromI2](https://www.google.com/search?num=5&q=VarR4FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromI2)
[VarR4FromI4](https://www.google.com/search?num=5&q=VarR4FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromI4)
[VarR4FromI8](https://www.google.com/search?num=5&q=VarR4FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromI8)
[VarR4FromR8](https://www.google.com/search?num=5&q=VarR4FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromR8)
[VarR4FromStr](https://www.google.com/search?num=5&q=VarR4FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromStr)
[VarR4FromUI1](https://www.google.com/search?num=5&q=VarR4FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromUI1)
[VarR4FromUI2](https://www.google.com/search?num=5&q=VarR4FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromUI2)
[VarR4FromUI4](https://www.google.com/search?num=5&q=VarR4FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromUI4)
[VarR4FromUI8](https://www.google.com/search?num=5&q=VarR4FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR4FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR4FromUI8)
[VarR8FromBool](https://www.google.com/search?num=5&q=VarR8FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromBool)
[VarR8FromCy](https://www.google.com/search?num=5&q=VarR8FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromCy)
[VarR8FromDate](https://www.google.com/search?num=5&q=VarR8FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromDate)
[VarR8FromDec](https://www.google.com/search?num=5&q=VarR8FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromDec)
[VarR8FromDisp](https://www.google.com/search?num=5&q=VarR8FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromDisp)
[VarR8FromI1](https://www.google.com/search?num=5&q=VarR8FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromI1)
[VarR8FromI2](https://www.google.com/search?num=5&q=VarR8FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromI2)
[VarR8FromI4](https://www.google.com/search?num=5&q=VarR8FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromI4)
[VarR8FromI8](https://www.google.com/search?num=5&q=VarR8FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromI8)
[VarR8FromR4](https://www.google.com/search?num=5&q=VarR8FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromR4)
[VarR8FromStr](https://www.google.com/search?num=5&q=VarR8FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromStr)
[VarR8FromUI1](https://www.google.com/search?num=5&q=VarR8FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromUI1)
[VarR8FromUI2](https://www.google.com/search?num=5&q=VarR8FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromUI2)
[VarR8FromUI4](https://www.google.com/search?num=5&q=VarR8FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromUI4)
[VarR8FromUI8](https://www.google.com/search?num=5&q=VarR8FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8FromUI8)
[VarR8Pow](https://www.google.com/search?num=5&q=VarR8Pow+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8Pow](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8Pow)
[VarR8Round](https://www.google.com/search?num=5&q=VarR8Round+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarR8Round](https://github.com/dahall/Vanara/search?l=C%23&q=VarR8Round)
[VarRound](https://www.google.com/search?num=5&q=VarRound+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarRound](https://github.com/dahall/Vanara/search?l=C%23&q=VarRound)
[VarSub](https://www.google.com/search?num=5&q=VarSub+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarSub](https://github.com/dahall/Vanara/search?l=C%23&q=VarSub)
[VarTokenizeFormatString](https://www.google.com/search?num=5&q=VarTokenizeFormatString+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarTokenizeFormatString](https://github.com/dahall/Vanara/search?l=C%23&q=VarTokenizeFormatString)
[VarUdateFromDate](https://www.google.com/search?num=5&q=VarUdateFromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUdateFromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarUdateFromDate)
[VarUI1FromBool](https://www.google.com/search?num=5&q=VarUI1FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromBool)
[VarUI1FromCy](https://www.google.com/search?num=5&q=VarUI1FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromCy)
[VarUI1FromDate](https://www.google.com/search?num=5&q=VarUI1FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromDate)
[VarUI1FromDec](https://www.google.com/search?num=5&q=VarUI1FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromDec)
[VarUI1FromDisp](https://www.google.com/search?num=5&q=VarUI1FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromDisp)
[VarUI1FromI1](https://www.google.com/search?num=5&q=VarUI1FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromI1)
[VarUI1FromI2](https://www.google.com/search?num=5&q=VarUI1FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromI2)
[VarUI1FromI4](https://www.google.com/search?num=5&q=VarUI1FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromI4)
[VarUI1FromI8](https://www.google.com/search?num=5&q=VarUI1FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromI8)
[VarUI1FromR4](https://www.google.com/search?num=5&q=VarUI1FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromR4)
[VarUI1FromR8](https://www.google.com/search?num=5&q=VarUI1FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromR8)
[VarUI1FromStr](https://www.google.com/search?num=5&q=VarUI1FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromStr)
[VarUI1FromUI2](https://www.google.com/search?num=5&q=VarUI1FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromUI2)
[VarUI1FromUI4](https://www.google.com/search?num=5&q=VarUI1FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromUI4)
[VarUI1FromUI8](https://www.google.com/search?num=5&q=VarUI1FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI1FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI1FromUI8)
[VarUI2FromBool](https://www.google.com/search?num=5&q=VarUI2FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromBool)
[VarUI2FromCy](https://www.google.com/search?num=5&q=VarUI2FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromCy)
[VarUI2FromDate](https://www.google.com/search?num=5&q=VarUI2FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromDate)
[VarUI2FromDec](https://www.google.com/search?num=5&q=VarUI2FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromDec)
[VarUI2FromDisp](https://www.google.com/search?num=5&q=VarUI2FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromDisp)
[VarUI2FromI1](https://www.google.com/search?num=5&q=VarUI2FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromI1)
[VarUI2FromI2](https://www.google.com/search?num=5&q=VarUI2FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromI2)
[VarUI2FromI4](https://www.google.com/search?num=5&q=VarUI2FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromI4)
[VarUI2FromI8](https://www.google.com/search?num=5&q=VarUI2FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromI8)
[VarUI2FromR4](https://www.google.com/search?num=5&q=VarUI2FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromR4)
[VarUI2FromR8](https://www.google.com/search?num=5&q=VarUI2FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromR8)
[VarUI2FromStr](https://www.google.com/search?num=5&q=VarUI2FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromStr)
[VarUI2FromUI1](https://www.google.com/search?num=5&q=VarUI2FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromUI1)
[VarUI2FromUI4](https://www.google.com/search?num=5&q=VarUI2FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromUI4)
[VarUI2FromUI8](https://www.google.com/search?num=5&q=VarUI2FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI2FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI2FromUI8)
[VarUI4FromBool](https://www.google.com/search?num=5&q=VarUI4FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromBool)
[VarUI4FromCy](https://www.google.com/search?num=5&q=VarUI4FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromCy)
[VarUI4FromDate](https://www.google.com/search?num=5&q=VarUI4FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromDate)
[VarUI4FromDec](https://www.google.com/search?num=5&q=VarUI4FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromDec)
[VarUI4FromDisp](https://www.google.com/search?num=5&q=VarUI4FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromDisp)
[VarUI4FromI1](https://www.google.com/search?num=5&q=VarUI4FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromI1)
[VarUI4FromI2](https://www.google.com/search?num=5&q=VarUI4FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromI2)
[VarUI4FromI4](https://www.google.com/search?num=5&q=VarUI4FromI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromI4)
[VarUI4FromI8](https://www.google.com/search?num=5&q=VarUI4FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromI8)
[VarUI4FromR4](https://www.google.com/search?num=5&q=VarUI4FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromR4)
[VarUI4FromR8](https://www.google.com/search?num=5&q=VarUI4FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromR8)
[VarUI4FromStr](https://www.google.com/search?num=5&q=VarUI4FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromStr)
[VarUI4FromUI1](https://www.google.com/search?num=5&q=VarUI4FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromUI1)
[VarUI4FromUI2](https://www.google.com/search?num=5&q=VarUI4FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromUI2)
[VarUI4FromUI8](https://www.google.com/search?num=5&q=VarUI4FromUI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI4FromUI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI4FromUI8)
[VarUI8FromBool](https://www.google.com/search?num=5&q=VarUI8FromBool+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromBool](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromBool)
[VarUI8FromCy](https://www.google.com/search?num=5&q=VarUI8FromCy+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromCy](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromCy)
[VarUI8FromDate](https://www.google.com/search?num=5&q=VarUI8FromDate+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromDate](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromDate)
[VarUI8FromDec](https://www.google.com/search?num=5&q=VarUI8FromDec+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromDec](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromDec)
[VarUI8FromDisp](https://www.google.com/search?num=5&q=VarUI8FromDisp+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromDisp](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromDisp)
[VarUI8FromI1](https://www.google.com/search?num=5&q=VarUI8FromI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromI1)
[VarUI8FromI2](https://www.google.com/search?num=5&q=VarUI8FromI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromI2)
[VarUI8FromI8](https://www.google.com/search?num=5&q=VarUI8FromI8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromI8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromI8)
[VarUI8FromR4](https://www.google.com/search?num=5&q=VarUI8FromR4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromR4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromR4)
[VarUI8FromR8](https://www.google.com/search?num=5&q=VarUI8FromR8+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromR8](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromR8)
[VarUI8FromStr](https://www.google.com/search?num=5&q=VarUI8FromStr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromStr](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromStr)
[VarUI8FromUI1](https://www.google.com/search?num=5&q=VarUI8FromUI1+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromUI1](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromUI1)
[VarUI8FromUI2](https://www.google.com/search?num=5&q=VarUI8FromUI2+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromUI2](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromUI2)
[VarUI8FromUI4](https://www.google.com/search?num=5&q=VarUI8FromUI4+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarUI8FromUI4](https://github.com/dahall/Vanara/search?l=C%23&q=VarUI8FromUI4)
[VarWeekdayName](https://www.google.com/search?num=5&q=VarWeekdayName+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarWeekdayName](https://github.com/dahall/Vanara/search?l=C%23&q=VarWeekdayName)
[VarXor](https://www.google.com/search?num=5&q=VarXor+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VarXor](https://github.com/dahall/Vanara/search?l=C%23&q=VarXor)
[VectorFromBstr](https://www.google.com/search?num=5&q=VectorFromBstr+site%3Alearn.microsoft.com) | oleaut32.dll | oleauto.h | [Vanara.PInvoke.OleAut32.VectorFromBstr](https://github.com/dahall/Vanara/search?l=C%23&q=VectorFromBstr)
[WinRTPropertyValueToPropVariant](https://www.google.com/search?num=5&q=WinRTPropertyValueToPropVariant+site%3Alearn.microsoft.com) | propsys.dll | propsys.h | [Vanara.PInvoke.PropSys.WinRTPropertyValueToPropVariant](https://github.com/dahall/Vanara/search?l=C%23&q=WinRTPropertyValueToPropVariant)
[WriteClassStg](https://www.google.com/search?num=5&q=WriteClassStg+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.WriteClassStg](https://github.com/dahall/Vanara/search?l=C%23&q=WriteClassStg)
[WriteClassStm](https://www.google.com/search?num=5&q=WriteClassStm+site%3Alearn.microsoft.com) | ole32.dll | coml2api.h | [Vanara.PInvoke.Ole32.WriteClassStm](https://github.com/dahall/Vanara/search?l=C%23&q=WriteClassStm)
[WriteFmtUserTypeStg](https://www.google.com/search?num=5&q=WriteFmtUserTypeStg+site%3Alearn.microsoft.com) | ole32.dll | ole2.h | [Vanara.PInvoke.Ole32.WriteFmtUserTypeStg](https://github.com/dahall/Vanara/search?l=C%23&q=WriteFmtUserTypeStg)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
2022-10-25 13:24:54 -04:00
[ACTIVATEFLAGS](https://www.google.com/search?num=5&q=ACTIVATEFLAGS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.ACTIVATEFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=ACTIVATEFLAGS)
[ACTIVATIONTYPE](https://www.google.com/search?num=5&q=ACTIVATIONTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ACTIVATIONTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=ACTIVATIONTYPE)
[ADVFEATUREFLAGS](https://www.google.com/search?num=5&q=ADVFEATUREFLAGS+site%3Alearn.microsoft.com) | OAIdl.h | [Vanara.PInvoke.OleAut32.ADVFEATUREFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=ADVFEATUREFLAGS)
[AgileReferenceOptions](https://www.google.com/search?num=5&q=AgileReferenceOptions+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.AgileReferenceOptions](https://github.com/dahall/Vanara/search?l=C%23&q=AgileReferenceOptions)
[ApplicationType](https://www.google.com/search?num=5&q=ApplicationType+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ApplicationType](https://github.com/dahall/Vanara/search?l=C%23&q=ApplicationType)
[APTTYPE](https://www.google.com/search?num=5&q=APTTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.APTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=APTTYPE)
[APTTYPEQUALIFIER](https://www.google.com/search?num=5&q=APTTYPEQUALIFIER+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.APTTYPEQUALIFIER](https://github.com/dahall/Vanara/search?l=C%23&q=APTTYPEQUALIFIER)
[BIND_FLAGS](https://www.google.com/search?num=5&q=BIND_FLAGS+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_FLAGS)
[CALLCONV](https://www.google.com/search?num=5&q=CALLCONV+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.CALLCONV](https://github.com/dahall/Vanara/search?l=C%23&q=CALLCONV)
[CALLTYPE](https://www.google.com/search?num=5&q=CALLTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.CALLTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=CALLTYPE)
[CHANGEKIND](https://www.google.com/search?num=5&q=CHANGEKIND+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.CHANGEKIND](https://github.com/dahall/Vanara/search?l=C%23&q=CHANGEKIND)
[CLSCTX](https://www.google.com/search?num=5&q=CLSCTX+site%3Alearn.microsoft.com) | wtypesbase.h | [Vanara.PInvoke.Ole32.CLSCTX](https://github.com/dahall/Vanara/search?l=C%23&q=CLSCTX)
[CO_MARSHALING_CONTEXT_ATTRIBUTES](https://www.google.com/search?num=5&q=CO_MARSHALING_CONTEXT_ATTRIBUTES+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.CO_MARSHALING_CONTEXT_ATTRIBUTES](https://github.com/dahall/Vanara/search?l=C%23&q=CO_MARSHALING_CONTEXT_ATTRIBUTES)
[COINIT](https://www.google.com/search?num=5&q=COINIT+site%3Alearn.microsoft.com) | Objbase.h | [Vanara.PInvoke.Ole32.COINIT](https://github.com/dahall/Vanara/search?l=C%23&q=COINIT)
[COMSD](https://www.google.com/search?num=5&q=COMSD+site%3Alearn.microsoft.com) | objbase.h | [Vanara.PInvoke.Ole32.COMSD](https://github.com/dahall/Vanara/search?l=C%23&q=COMSD)
[CONDITION_OPERATION](https://www.google.com/search?num=5&q=CONDITION_OPERATION+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.CONDITION_OPERATION](https://github.com/dahall/Vanara/search?l=C%23&q=CONDITION_OPERATION)
[COWAIT_FLAGS](https://www.google.com/search?num=5&q=COWAIT_FLAGS+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.COWAIT_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=COWAIT_FLAGS)
[CTRLINFO](https://www.google.com/search?num=5&q=CTRLINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CTRLINFO](https://github.com/dahall/Vanara/search?l=C%23&q=CTRLINFO)
[CWMO_FLAGS](https://www.google.com/search?num=5&q=CWMO_FLAGS+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.CWMO_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=CWMO_FLAGS)
[DISCARDCACHE](https://www.google.com/search?num=5&q=DISCARDCACHE+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.DISCARDCACHE](https://github.com/dahall/Vanara/search?l=C%23&q=DISCARDCACHE)
[DispInvokeFlags](https://www.google.com/search?num=5&q=DispInvokeFlags+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.DispInvokeFlags](https://github.com/dahall/Vanara/search?l=C%23&q=DispInvokeFlags)
[DOCMISC](https://www.google.com/search?num=5&q=DOCMISC+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.DOCMISC](https://github.com/dahall/Vanara/search?l=C%23&q=DOCMISC)
[DROPEFFECT](https://www.google.com/search?num=5&q=DROPEFFECT+site%3Alearn.microsoft.com) | OleIdl.h | [Vanara.PInvoke.Ole32.DROPEFFECT](https://github.com/dahall/Vanara/search?l=C%23&q=DROPEFFECT)
[DVASPECT2](https://www.google.com/search?num=5&q=DVASPECT2+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.DVASPECT2](https://github.com/dahall/Vanara/search?l=C%23&q=DVASPECT2)
[DVASPECTINFOFLAG](https://www.google.com/search?num=5&q=DVASPECTINFOFLAG+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.DVASPECTINFOFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=DVASPECTINFOFLAG)
[DVEXTENTMODE](https://www.google.com/search?num=5&q=DVEXTENTMODE+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.DVEXTENTMODE](https://github.com/dahall/Vanara/search?l=C%23&q=DVEXTENTMODE)
[EMBDHLP](https://www.google.com/search?num=5&q=EMBDHLP+site%3Alearn.microsoft.com) | ole2.h | [Vanara.PInvoke.Ole32.EMBDHLP](https://github.com/dahall/Vanara/search?l=C%23&q=EMBDHLP)
[EOLE_AUTHENTICATION_CAPABILITIES](https://www.google.com/search?num=5&q=EOLE_AUTHENTICATION_CAPABILITIES+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.EOLE_AUTHENTICATION_CAPABILITIES](https://github.com/dahall/Vanara/search?l=C%23&q=EOLE_AUTHENTICATION_CAPABILITIES)
[EXTCONN](https://www.google.com/search?num=5&q=EXTCONN+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.EXTCONN](https://github.com/dahall/Vanara/search?l=C%23&q=EXTCONN)
[GETPROPERTYSTOREFLAGS](https://www.google.com/search?num=5&q=GETPROPERTYSTOREFLAGS+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.GETPROPERTYSTOREFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=GETPROPERTYSTOREFLAGS)
[GLOBALOPT_PROPERTIES](https://www.google.com/search?num=5&q=GLOBALOPT_PROPERTIES+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.GLOBALOPT_PROPERTIES](https://github.com/dahall/Vanara/search?l=C%23&q=GLOBALOPT_PROPERTIES)
[GUIDKIND](https://www.google.com/search?num=5&q=GUIDKIND+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.GUIDKIND](https://github.com/dahall/Vanara/search?l=C%23&q=GUIDKIND)
[HITRESULT](https://www.google.com/search?num=5&q=HITRESULT+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.HITRESULT](https://github.com/dahall/Vanara/search?l=C%23&q=HITRESULT)
[IGNOREMIME](https://www.google.com/search?num=5&q=IGNOREMIME+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IGNOREMIME](https://github.com/dahall/Vanara/search?l=C%23&q=IGNOREMIME)
[INTERFACEUSE](https://www.google.com/search?num=5&q=INTERFACEUSE+site%3Alearn.microsoft.com) | Objsafe.h | [Vanara.PInvoke.Ole32.INTERFACEUSE](https://github.com/dahall/Vanara/search?l=C%23&q=INTERFACEUSE)
[IT_MSG](https://www.google.com/search?num=5&q=IT_MSG+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.IT_MSG](https://github.com/dahall/Vanara/search?l=C%23&q=IT_MSG)
[IT_STATUS](https://www.google.com/search?num=5&q=IT_STATUS+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.IT_STATUS](https://github.com/dahall/Vanara/search?l=C%23&q=IT_STATUS)
[KEYMODIFIERS](https://www.google.com/search?num=5&q=KEYMODIFIERS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.KEYMODIFIERS](https://github.com/dahall/Vanara/search?l=C%23&q=KEYMODIFIERS)
[LoadPictureFlag](https://www.google.com/search?num=5&q=LoadPictureFlag+site%3Alearn.microsoft.com) | olectl.h | [Vanara.PInvoke.OleAut32.LoadPictureFlag](https://github.com/dahall/Vanara/search?l=C%23&q=LoadPictureFlag)
[LOCKTYPE](https://www.google.com/search?num=5&q=LOCKTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.LOCKTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=LOCKTYPE)
[MEDIAPLAYBACK_STATE](https://www.google.com/search?num=5&q=MEDIAPLAYBACK_STATE+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.MEDIAPLAYBACK_STATE](https://github.com/dahall/Vanara/search?l=C%23&q=MEDIAPLAYBACK_STATE)
[MSHCTX](https://www.google.com/search?num=5&q=MSHCTX+site%3Alearn.microsoft.com) | wtypesbase.h | [Vanara.PInvoke.Ole32.MSHCTX](https://github.com/dahall/Vanara/search?l=C%23&q=MSHCTX)
[MSHLFLAGS](https://www.google.com/search?num=5&q=MSHLFLAGS+site%3Alearn.microsoft.com) | wtypesbase.h | [Vanara.PInvoke.Ole32.MSHLFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=MSHLFLAGS)
[MULTICLASSINFO](https://www.google.com/search?num=5&q=MULTICLASSINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.MULTICLASSINFO](https://github.com/dahall/Vanara/search?l=C%23&q=MULTICLASSINFO)
[OLECLOSE](https://www.google.com/search?num=5&q=OLECLOSE+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLECLOSE](https://github.com/dahall/Vanara/search?l=C%23&q=OLECLOSE)
[OLECMDEXECOPT](https://www.google.com/search?num=5&q=OLECMDEXECOPT+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMDEXECOPT](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDEXECOPT)
[OLECMDF](https://www.google.com/search?num=5&q=OLECMDF+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMDF](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDF)
[OLECMDID](https://www.google.com/search?num=5&q=OLECMDID+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMDID](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDID)
[OLECMDID_WINDOWSTATE_FLAG](https://www.google.com/search?num=5&q=OLECMDID_WINDOWSTATE_FLAG+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMDID_WINDOWSTATE_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDID_WINDOWSTATE_FLAG)
[OLECMDTEXTF](https://www.google.com/search?num=5&q=OLECMDTEXTF+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMDTEXTF](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDTEXTF)
[OLECONTF](https://www.google.com/search?num=5&q=OLECONTF+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLECONTF](https://github.com/dahall/Vanara/search?l=C%23&q=OLECONTF)
[OLECREATE](https://www.google.com/search?num=5&q=OLECREATE+site%3Alearn.microsoft.com) | ole2.h | [Vanara.PInvoke.Ole32.OLECREATE](https://github.com/dahall/Vanara/search?l=C%23&q=OLECREATE)
[OLEDCFLAGS](https://www.google.com/search?num=5&q=OLEDCFLAGS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.OLEDCFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=OLEDCFLAGS)
[OLEGETMONIKER](https://www.google.com/search?num=5&q=OLEGETMONIKER+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEGETMONIKER](https://github.com/dahall/Vanara/search?l=C%23&q=OLEGETMONIKER)
[OLELINKBIND](https://www.google.com/search?num=5&q=OLELINKBIND+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLELINKBIND](https://github.com/dahall/Vanara/search?l=C%23&q=OLELINKBIND)
[OLEMISC](https://www.google.com/search?num=5&q=OLEMISC+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEMISC](https://github.com/dahall/Vanara/search?l=C%23&q=OLEMISC)
[OLERENDER](https://www.google.com/search?num=5&q=OLERENDER+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLERENDER](https://github.com/dahall/Vanara/search?l=C%23&q=OLERENDER)
[OLEUPDATE](https://www.google.com/search?num=5&q=OLEUPDATE+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEUPDATE](https://github.com/dahall/Vanara/search?l=C%23&q=OLEUPDATE)
[OLEVERBATTRIB](https://www.google.com/search?num=5&q=OLEVERBATTRIB+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEVERBATTRIB](https://github.com/dahall/Vanara/search?l=C%23&q=OLEVERBATTRIB)
[OLEWHICHMK](https://www.google.com/search?num=5&q=OLEWHICHMK+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEWHICHMK](https://github.com/dahall/Vanara/search?l=C%23&q=OLEWHICHMK)
[PENDINGMSG](https://www.google.com/search?num=5&q=PENDINGMSG+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.PENDINGMSG](https://github.com/dahall/Vanara/search?l=C%23&q=PENDINGMSG)
[PENDINGTYPE](https://www.google.com/search?num=5&q=PENDINGTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.PENDINGTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PENDINGTYPE)
[PERSIST_SPROPSTORE_FLAGS](https://www.google.com/search?num=5&q=PERSIST_SPROPSTORE_FLAGS+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.PERSIST_SPROPSTORE_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PERSIST_SPROPSTORE_FLAGS)
[PICTUREATTRIBUTES](https://www.google.com/search?num=5&q=PICTUREATTRIBUTES+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.PICTUREATTRIBUTES](https://github.com/dahall/Vanara/search?l=C%23&q=PICTUREATTRIBUTES)
[PICTYPE](https://www.google.com/search?num=5&q=PICTYPE+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.PICTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PICTYPE)
[PICTYPE](https://www.google.com/search?num=5&q=PICTYPE+site%3Alearn.microsoft.com) | olectl.h | [Vanara.PInvoke.OleAut32.PICTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PICTYPE)
[PKA_FLAGS](https://www.google.com/search?num=5&q=PKA_FLAGS+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PKA_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PKA_FLAGS)
[POINTERINACTIVE](https://www.google.com/search?num=5&q=POINTERINACTIVE+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.POINTERINACTIVE](https://github.com/dahall/Vanara/search?l=C%23&q=POINTERINACTIVE)
[PRINTFLAG](https://www.google.com/search?num=5&q=PRINTFLAG+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.PRINTFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=PRINTFLAG)
[PROPBAG2_TYPE](https://www.google.com/search?num=5&q=PROPBAG2_TYPE+site%3Alearn.microsoft.com) | Ocidl.h | [Vanara.PInvoke.OleAut32.PROPBAG2_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPBAG2_TYPE)
[PROPDESC_AGGREGATION_TYPE](https://www.google.com/search?num=5&q=PROPDESC_AGGREGATION_TYPE+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_AGGREGATION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_AGGREGATION_TYPE)
[PROPDESC_CONDITION_TYPE](https://www.google.com/search?num=5&q=PROPDESC_CONDITION_TYPE+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_CONDITION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_CONDITION_TYPE)
[PROPDESC_DISPLAYTYPE](https://www.google.com/search?num=5&q=PROPDESC_DISPLAYTYPE+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_DISPLAYTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_DISPLAYTYPE)
[PROPDESC_ENUMFILTER](https://www.google.com/search?num=5&q=PROPDESC_ENUMFILTER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PropSys.PROPDESC_ENUMFILTER](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_ENUMFILTER)
[PROPDESC_FORMAT_FLAGS](https://www.google.com/search?num=5&q=PROPDESC_FORMAT_FLAGS+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_FORMAT_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_FORMAT_FLAGS)
[PROPDESC_GROUPING_RANGE](https://www.google.com/search?num=5&q=PROPDESC_GROUPING_RANGE+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_GROUPING_RANGE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_GROUPING_RANGE)
[PROPDESC_RELATIVEDESCRIPTION_TYPE](https://www.google.com/search?num=5&q=PROPDESC_RELATIVEDESCRIPTION_TYPE+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_RELATIVEDESCRIPTION_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_RELATIVEDESCRIPTION_TYPE)
[PROPDESC_SORTDESCRIPTION](https://www.google.com/search?num=5&q=PROPDESC_SORTDESCRIPTION+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_SORTDESCRIPTION](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_SORTDESCRIPTION)
[PROPDESC_TYPE_FLAGS](https://www.google.com/search?num=5&q=PROPDESC_TYPE_FLAGS+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_TYPE_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_TYPE_FLAGS)
[PROPDESC_VIEW_FLAGS](https://www.google.com/search?num=5&q=PROPDESC_VIEW_FLAGS+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.PROPDESC_VIEW_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPDESC_VIEW_FLAGS)
[PROPENUMTYPE](https://www.google.com/search?num=5&q=PROPENUMTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PropSys.PROPENUMTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPENUMTYPE)
[PROPPAGESTATUS](https://www.google.com/search?num=5&q=PROPPAGESTATUS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.PROPPAGESTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPPAGESTATUS)
[PROPSETFLAG](https://www.google.com/search?num=5&q=PROPSETFLAG+site%3Alearn.microsoft.com) | Propidl.h | [Vanara.PInvoke.Ole32.PROPSETFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=PROPSETFLAG)
[PROPVAR_CHANGE_FLAGS](https://www.google.com/search?num=5&q=PROPVAR_CHANGE_FLAGS+site%3Alearn.microsoft.com) | Propvarutil.h | [Vanara.PInvoke.PropSys.PROPVAR_CHANGE_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVAR_CHANGE_FLAGS)
[PROPVAR_COMPARE_FLAGS](https://www.google.com/search?num=5&q=PROPVAR_COMPARE_FLAGS+site%3Alearn.microsoft.com) | Propvarutil.h | [Vanara.PInvoke.PropSys.PROPVAR_COMPARE_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVAR_COMPARE_FLAGS)
[PROPVAR_COMPARE_UNIT](https://www.google.com/search?num=5&q=PROPVAR_COMPARE_UNIT+site%3Alearn.microsoft.com) | Propvarutil.h | [Vanara.PInvoke.PropSys.PROPVAR_COMPARE_UNIT](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVAR_COMPARE_UNIT)
[PRSPEC](https://www.google.com/search?num=5&q=PRSPEC+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.PRSPEC](https://github.com/dahall/Vanara/search?l=C%23&q=PRSPEC)
[PSTIME_FLAGS](https://www.google.com/search?num=5&q=PSTIME_FLAGS+site%3Alearn.microsoft.com) | Propvarutil.h | [Vanara.PInvoke.PropSys.PSTIME_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=PSTIME_FLAGS)
[QACONTAINERFLAGS](https://www.google.com/search?num=5&q=QACONTAINERFLAGS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.QACONTAINERFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=QACONTAINERFLAGS)
[READYSTATE](https://www.google.com/search?num=5&q=READYSTATE+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.READYSTATE](https://github.com/dahall/Vanara/search?l=C%23&q=READYSTATE)
[RECORD_READING_POLICY](https://www.google.com/search?num=5&q=RECORD_READING_POLICY+site%3Alearn.microsoft.com) | txlogpub.h | [Vanara.PInvoke.Ole32.RECORD_READING_POLICY](https://github.com/dahall/Vanara/search?l=C%23&q=RECORD_READING_POLICY)
[REGCLS](https://www.google.com/search?num=5&q=REGCLS+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.REGCLS](https://github.com/dahall/Vanara/search?l=C%23&q=REGCLS)
[REGKIND](https://www.google.com/search?num=5&q=REGKIND+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.REGKIND](https://github.com/dahall/Vanara/search?l=C%23&q=REGKIND)
[ROTFLAGS](https://www.google.com/search?num=5&q=ROTFLAGS+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.ROTFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=ROTFLAGS)
[RPCOPT_PROPERTIES](https://www.google.com/search?num=5&q=RPCOPT_PROPERTIES+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.RPCOPT_PROPERTIES](https://github.com/dahall/Vanara/search?l=C%23&q=RPCOPT_PROPERTIES)
[RPCOPT_SERVER_LOCALITY_VALUES](https://www.google.com/search?num=5&q=RPCOPT_SERVER_LOCALITY_VALUES+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.RPCOPT_SERVER_LOCALITY_VALUES](https://github.com/dahall/Vanara/search?l=C%23&q=RPCOPT_SERVER_LOCALITY_VALUES)
[SERVERCALL](https://www.google.com/search?num=5&q=SERVERCALL+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.SERVERCALL](https://github.com/dahall/Vanara/search?l=C%23&q=SERVERCALL)
[SHCOLSTATE](https://www.google.com/search?num=5&q=SHCOLSTATE+site%3Alearn.microsoft.com) | Shtypes.h | [Vanara.PInvoke.PropSys.SHCOLSTATE](https://github.com/dahall/Vanara/search?l=C%23&q=SHCOLSTATE)
[ShutdownType](https://www.google.com/search?num=5&q=ShutdownType+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ShutdownType](https://github.com/dahall/Vanara/search?l=C%23&q=ShutdownType)
[STATFLAG](https://www.google.com/search?num=5&q=STATFLAG+site%3Alearn.microsoft.com) | WTypes.h | [Vanara.PInvoke.Ole32.STATFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=STATFLAG)
[STDMSHLFLAGS](https://www.google.com/search?num=5&q=STDMSHLFLAGS+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.STDMSHLFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=STDMSHLFLAGS)
[STGC](https://www.google.com/search?num=5&q=STGC+site%3Alearn.microsoft.com) | WTypes.h | [Vanara.PInvoke.Ole32.STGC](https://github.com/dahall/Vanara/search?l=C%23&q=STGC)
[STGFMT](https://www.google.com/search?num=5&q=STGFMT+site%3Alearn.microsoft.com) | Objbase.h | [Vanara.PInvoke.Ole32.STGFMT](https://github.com/dahall/Vanara/search?l=C%23&q=STGFMT)
[STGMOVE](https://www.google.com/search?num=5&q=STGMOVE+site%3Alearn.microsoft.com) | WTypes.h | [Vanara.PInvoke.Ole32.STGMOVE](https://github.com/dahall/Vanara/search?l=C%23&q=STGMOVE)
[STGTY](https://www.google.com/search?num=5&q=STGTY+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.STGTY](https://github.com/dahall/Vanara/search?l=C%23&q=STGTY)
[STOREID](https://www.google.com/search?num=5&q=STOREID+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.STOREID](https://github.com/dahall/Vanara/search?l=C%23&q=STOREID)
[STREAM_SEEK](https://www.google.com/search?num=5&q=STREAM_SEEK+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.STREAM_SEEK](https://github.com/dahall/Vanara/search?l=C%23&q=STREAM_SEEK)
[THDTYPE](https://www.google.com/search?num=5&q=THDTYPE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.THDTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=THDTYPE)
[TrustLevel](https://www.google.com/search?num=5&q=TrustLevel+site%3Alearn.microsoft.com) | inspectable.h | [Vanara.PInvoke.Ole32.TrustLevel](https://github.com/dahall/Vanara/search?l=C%23&q=TrustLevel)
[TYSPEC](https://www.google.com/search?num=5&q=TYSPEC+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.TYSPEC](https://github.com/dahall/Vanara/search?l=C%23&q=TYSPEC)
[UASFLAGS](https://www.google.com/search?num=5&q=UASFLAGS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.UASFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=UASFLAGS)
[UPDFCACHE](https://www.google.com/search?num=5&q=UPDFCACHE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.UPDFCACHE](https://github.com/dahall/Vanara/search?l=C%23&q=UPDFCACHE)
[USERCLASSTYPE](https://www.google.com/search?num=5&q=USERCLASSTYPE+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.USERCLASSTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=USERCLASSTYPE)
[VarChangeFlag](https://www.google.com/search?num=5&q=VarChangeFlag+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.VarChangeFlag](https://github.com/dahall/Vanara/search?l=C%23&q=VarChangeFlag)
[VarFlags](https://www.google.com/search?num=5&q=VarFlags+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.VarFlags](https://github.com/dahall/Vanara/search?l=C%23&q=VarFlags)
[VARTYPE](https://www.google.com/search?num=5&q=VARTYPE+site%3Alearn.microsoft.com) | Wtypes.h | [Vanara.PInvoke.Ole32.VARTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=VARTYPE)
[VIEWSTATUS](https://www.google.com/search?num=5&q=VIEWSTATUS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.VIEWSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=VIEWSTATUS)
[VtBits](https://www.google.com/search?num=5&q=VtBits+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.VtBits](https://github.com/dahall/Vanara/search?l=C%23&q=VtBits)
[WIA_PROPID](https://www.google.com/search?num=5&q=WIA_PROPID+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.WIA_PROPID](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_PROPID)
[WiaDevCap](https://www.google.com/search?num=5&q=WiaDevCap+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.WiaDevCap](https://github.com/dahall/Vanara/search?l=C%23&q=WiaDevCap)
[WiaDevDlg](https://www.google.com/search?num=5&q=WiaDevDlg+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.WiaDevDlg](https://github.com/dahall/Vanara/search?l=C%23&q=WiaDevDlg)
[WiaImageIntent](https://www.google.com/search?num=5&q=WiaImageIntent+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.WiaImageIntent](https://github.com/dahall/Vanara/search?l=C%23&q=WiaImageIntent)
[WiaItemType](https://www.google.com/search?num=5&q=WiaItemType+site%3Alearn.microsoft.com) | wiadef.h | [Vanara.PInvoke.OleAut32.WiaItemType](https://github.com/dahall/Vanara/search?l=C%23&q=WiaItemType)
[WPCSETTING](https://www.google.com/search?num=5&q=WPCSETTING+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.WPCSETTING](https://github.com/dahall/Vanara/search?l=C%23&q=WPCSETTING)
[XFORMCOORDS](https://www.google.com/search?num=5&q=XFORMCOORDS+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.XFORMCOORDS](https://github.com/dahall/Vanara/search?l=C%23&q=XFORMCOORDS)
2018-06-06 14:05:52 -04:00
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
2022-10-25 13:24:54 -04:00
[ARRAYDESC](https://www.google.com/search?num=5&q=ARRAYDESC+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ARRAYDESC](https://github.com/dahall/Vanara/search?l=C%23&q=ARRAYDESC)
[BIND_OPTS_V](https://www.google.com/search?num=5&q=BIND_OPTS_V+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS_V](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS_V)
[BIND_OPTS2](https://www.google.com/search?num=5&q=BIND_OPTS2+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS2](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS2)
[BIND_OPTS3](https://www.google.com/search?num=5&q=BIND_OPTS3+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS3](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS3)
[BLOB](https://www.google.com/search?num=5&q=BLOB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.BLOB](https://github.com/dahall/Vanara/search?l=C%23&q=BLOB)
[BMP](https://www.google.com/search?num=5&q=BMP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.PICTDESC.PICTDEC_UNION.BMP](https://github.com/dahall/Vanara/search?l=C%23&q=BMP)
[BYNAME](https://www.google.com/search?num=5&q=BYNAME+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.uCLSSPEC.SpecUnion.BYNAME](https://github.com/dahall/Vanara/search?l=C%23&q=BYNAME)
[BYOBJECTID](https://www.google.com/search?num=5&q=BYOBJECTID+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.uCLSSPEC.SpecUnion.BYOBJECTID](https://github.com/dahall/Vanara/search?l=C%23&q=BYOBJECTID)
[CADWORD](https://www.google.com/search?num=5&q=CADWORD+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CADWORD](https://github.com/dahall/Vanara/search?l=C%23&q=CADWORD)
[CALPOLESTR](https://www.google.com/search?num=5&q=CALPOLESTR+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CALPOLESTR](https://github.com/dahall/Vanara/search?l=C%23&q=CALPOLESTR)
[CATEGORYINFO](https://www.google.com/search?num=5&q=CATEGORYINFO+site%3Alearn.microsoft.com) | comcat.h | [Vanara.PInvoke.Ole32.CATEGORYINFO](https://github.com/dahall/Vanara/search?l=C%23&q=CATEGORYINFO)
[CAUUID](https://www.google.com/search?num=5&q=CAUUID+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CAUUID](https://github.com/dahall/Vanara/search?l=C%23&q=CAUUID)
[CLIPDATA](https://www.google.com/search?num=5&q=CLIPDATA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.CLIPDATA](https://github.com/dahall/Vanara/search?l=C%23&q=CLIPDATA)
[CO_MTA_USAGE_COOKIE](https://www.google.com/search?num=5&q=CO_MTA_USAGE_COOKIE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.CO_MTA_USAGE_COOKIE](https://github.com/dahall/Vanara/search?l=C%23&q=CO_MTA_USAGE_COOKIE)
[ComCallData](https://www.google.com/search?num=5&q=ComCallData+site%3Alearn.microsoft.com) | ctxtcall.h | [Vanara.PInvoke.Ole32.ComCallData](https://github.com/dahall/Vanara/search?l=C%23&q=ComCallData)
[CONNECTDATA](https://www.google.com/search?num=5&q=CONNECTDATA+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CONNECTDATA](https://github.com/dahall/Vanara/search?l=C%23&q=CONNECTDATA)
[ContextProperty](https://www.google.com/search?num=5&q=ContextProperty+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ContextProperty](https://github.com/dahall/Vanara/search?l=C%23&q=ContextProperty)
[CONTROLINFO](https://www.google.com/search?num=5&q=CONTROLINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.CONTROLINFO](https://github.com/dahall/Vanara/search?l=C%23&q=CONTROLINFO)
[COSERVERINFO](https://www.google.com/search?num=5&q=COSERVERINFO+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.COSERVERINFO](https://github.com/dahall/Vanara/search?l=C%23&q=COSERVERINFO)
[CSPLATFORM](https://www.google.com/search?num=5&q=CSPLATFORM+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.CSPLATFORM](https://github.com/dahall/Vanara/search?l=C%23&q=CSPLATFORM)
[CUSTDATA](https://www.google.com/search?num=5&q=CUSTDATA+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.CUSTDATA](https://github.com/dahall/Vanara/search?l=C%23&q=CUSTDATA)
[CUSTDATAITEM](https://www.google.com/search?num=5&q=CUSTDATAITEM+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.CUSTDATAITEM](https://github.com/dahall/Vanara/search?l=C%23&q=CUSTDATAITEM)
[DVASPECTINFO](https://www.google.com/search?num=5&q=DVASPECTINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.DVASPECTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DVASPECTINFO)
[DVEXTENTINFO](https://www.google.com/search?num=5&q=DVEXTENTINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.DVEXTENTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DVEXTENTINFO)
[DVTARGETDEVICE](https://www.google.com/search?num=5&q=DVTARGETDEVICE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.DVTARGETDEVICE](https://github.com/dahall/Vanara/search?l=C%23&q=DVTARGETDEVICE)
[EMF](https://www.google.com/search?num=5&q=EMF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.PICTDESC.PICTDEC_UNION.EMF](https://github.com/dahall/Vanara/search?l=C%23&q=EMF)
[FONTDESC](https://www.google.com/search?num=5&q=FONTDESC+site%3Alearn.microsoft.com) | olectl.h | [Vanara.PInvoke.OleAut32.FONTDESC](https://github.com/dahall/Vanara/search?l=C%23&q=FONTDESC)
[HOLEMENU](https://www.google.com/search?num=5&q=HOLEMENU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.HOLEMENU](https://github.com/dahall/Vanara/search?l=C%23&q=HOLEMENU)
[ICON](https://www.google.com/search?num=5&q=ICON+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.PICTDESC.PICTDEC_UNION.ICON](https://github.com/dahall/Vanara/search?l=C%23&q=ICON)
[INTERFACEDATA](https://www.google.com/search?num=5&q=INTERFACEDATA+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.INTERFACEDATA](https://github.com/dahall/Vanara/search?l=C%23&q=INTERFACEDATA)
[INTERFACEINFO](https://www.google.com/search?num=5&q=INTERFACEINFO+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.INTERFACEINFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERFACEINFO)
[LICINFO](https://www.google.com/search?num=5&q=LICINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.LICINFO](https://github.com/dahall/Vanara/search?l=C%23&q=LICINFO)
[METHODDATA](https://www.google.com/search?num=5&q=METHODDATA+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.METHODDATA](https://github.com/dahall/Vanara/search?l=C%23&q=METHODDATA)
[MULTI_QI](https://www.google.com/search?num=5&q=MULTI_QI+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.MULTI_QI](https://github.com/dahall/Vanara/search?l=C%23&q=MULTI_QI)
[NUMPARSE](https://www.google.com/search?num=5&q=NUMPARSE+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.NUMPARSE](https://github.com/dahall/Vanara/search?l=C%23&q=NUMPARSE)
[OCPFIPARAMS](https://www.google.com/search?num=5&q=OCPFIPARAMS+site%3Alearn.microsoft.com) | olectl.h | [Vanara.PInvoke.OleAut32.OCPFIPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=OCPFIPARAMS)
[OLECMD](https://www.google.com/search?num=5&q=OLECMD+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.OLECMD](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMD)
[OLECMDTEXT](https://www.google.com/search?num=5&q=OLECMDTEXT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.OLECMDTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=OLECMDTEXT)
[OLEINPLACEFRAMEINFO](https://www.google.com/search?num=5&q=OLEINPLACEFRAMEINFO+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEINPLACEFRAMEINFO](https://github.com/dahall/Vanara/search?l=C%23&q=OLEINPLACEFRAMEINFO)
[OLEMENUGROUPWIDTHS](https://www.google.com/search?num=5&q=OLEMENUGROUPWIDTHS+site%3Alearn.microsoft.com) | Oleidl.h | [Vanara.PInvoke.Ole32.OLEMENUGROUPWIDTHS](https://github.com/dahall/Vanara/search?l=C%23&q=OLEMENUGROUPWIDTHS)
[OLESTREAM](https://www.google.com/search?num=5&q=OLESTREAM+site%3Alearn.microsoft.com) | ole2.h | [Vanara.PInvoke.Ole32.OLESTREAM](https://github.com/dahall/Vanara/search?l=C%23&q=OLESTREAM)
[OLEVERB](https://www.google.com/search?num=5&q=OLEVERB+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.OLEVERB](https://github.com/dahall/Vanara/search?l=C%23&q=OLEVERB)
[PACKEDMETA](https://www.google.com/search?num=5&q=PACKEDMETA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PACKEDMETA](https://github.com/dahall/Vanara/search?l=C%23&q=PACKEDMETA)
[PAGERANGE](https://www.google.com/search?num=5&q=PAGERANGE+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.PAGERANGE](https://github.com/dahall/Vanara/search?l=C%23&q=PAGERANGE)
[PAGESET](https://www.google.com/search?num=5&q=PAGESET+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.PAGESET](https://github.com/dahall/Vanara/search?l=C%23&q=PAGESET)
[PARAMDATA](https://www.google.com/search?num=5&q=PARAMDATA+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.PARAMDATA](https://github.com/dahall/Vanara/search?l=C%23&q=PARAMDATA)
[PARAMDESCEX](https://www.google.com/search?num=5&q=PARAMDESCEX+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.PARAMDESCEX](https://github.com/dahall/Vanara/search?l=C%23&q=PARAMDESCEX)
[PICTDEC_UNION](https://www.google.com/search?num=5&q=PICTDEC_UNION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.PICTDESC.PICTDEC_UNION](https://github.com/dahall/Vanara/search?l=C%23&q=PICTDEC_UNION)
[PICTDESC](https://www.google.com/search?num=5&q=PICTDESC+site%3Alearn.microsoft.com) | olectl.h | [Vanara.PInvoke.OleAut32.PICTDESC](https://github.com/dahall/Vanara/search?l=C%23&q=PICTDESC)
[POINTF](https://www.google.com/search?num=5&q=POINTF+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.POINTF](https://github.com/dahall/Vanara/search?l=C%23&q=POINTF)
[PROPBAG2](https://www.google.com/search?num=5&q=PROPBAG2+site%3Alearn.microsoft.com) | Ocidl.h | [Vanara.PInvoke.OleAut32.PROPBAG2](https://github.com/dahall/Vanara/search?l=C%23&q=PROPBAG2)
[PROPERTYKEY](https://www.google.com/search?num=5&q=PROPERTYKEY+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.PROPERTYKEY](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTYKEY)
[PROPPAGEINFO](https://www.google.com/search?num=5&q=PROPPAGEINFO+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.PROPPAGEINFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROPPAGEINFO)
[PROPSPEC](https://www.google.com/search?num=5&q=PROPSPEC+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.PROPSPEC](https://github.com/dahall/Vanara/search?l=C%23&q=PROPSPEC)
[PROPVARIANT](https://www.google.com/search?num=5&q=PROPVARIANT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPVARIANT](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVARIANT)
[PROPVARIANT_IMMUTABLE](https://www.google.com/search?num=5&q=PROPVARIANT_IMMUTABLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPVARIANT_IMMUTABLE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVARIANT_IMMUTABLE)
[QACONTAINER](https://www.google.com/search?num=5&q=QACONTAINER+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.QACONTAINER](https://github.com/dahall/Vanara/search?l=C%23&q=QACONTAINER)
[QACONTROL](https://www.google.com/search?num=5&q=QACONTROL+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.QACONTROL](https://github.com/dahall/Vanara/search?l=C%23&q=QACONTROL)
[QUERYCONTEXT](https://www.google.com/search?num=5&q=QUERYCONTEXT+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.QUERYCONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=QUERYCONTEXT)
[RPCOLEMESSAGE](https://www.google.com/search?num=5&q=RPCOLEMESSAGE+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.RPCOLEMESSAGE](https://github.com/dahall/Vanara/search?l=C%23&q=RPCOLEMESSAGE)
[SAFEARRAY](https://www.google.com/search?num=5&q=SAFEARRAY+site%3Alearn.microsoft.com) | OaIdl.h | [Vanara.PInvoke.OleAut32.SAFEARRAY](https://github.com/dahall/Vanara/search?l=C%23&q=SAFEARRAY)
[SAFEARRAYBOUND](https://www.google.com/search?num=5&q=SAFEARRAYBOUND+site%3Alearn.microsoft.com) | OaIdl.h | [Vanara.PInvoke.OleAut32.SAFEARRAYBOUND](https://github.com/dahall/Vanara/search?l=C%23&q=SAFEARRAYBOUND)
[ServerInformation](https://www.google.com/search?num=5&q=ServerInformation+site%3Alearn.microsoft.com) | combaseapi.h | [Vanara.PInvoke.Ole32.ServerInformation](https://github.com/dahall/Vanara/search?l=C%23&q=ServerInformation)
[SNB](https://www.google.com/search?num=5&q=SNB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.SNB](https://github.com/dahall/Vanara/search?l=C%23&q=SNB)
[SOLE_AUTHENTICATION_INFO](https://www.google.com/search?num=5&q=SOLE_AUTHENTICATION_INFO+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.SOLE_AUTHENTICATION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SOLE_AUTHENTICATION_INFO)
[SOLE_AUTHENTICATION_LIST](https://www.google.com/search?num=5&q=SOLE_AUTHENTICATION_LIST+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.SOLE_AUTHENTICATION_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=SOLE_AUTHENTICATION_LIST)
[SOLE_AUTHENTICATION_SERVICE](https://www.google.com/search?num=5&q=SOLE_AUTHENTICATION_SERVICE+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.SOLE_AUTHENTICATION_SERVICE](https://github.com/dahall/Vanara/search?l=C%23&q=SOLE_AUTHENTICATION_SERVICE)
[SpecUnion](https://www.google.com/search?num=5&q=SpecUnion+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.uCLSSPEC.SpecUnion](https://github.com/dahall/Vanara/search?l=C%23&q=SpecUnion)
[STATPROPSETSTG](https://www.google.com/search?num=5&q=STATPROPSETSTG+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.STATPROPSETSTG](https://github.com/dahall/Vanara/search?l=C%23&q=STATPROPSETSTG)
[STATPROPSTG](https://www.google.com/search?num=5&q=STATPROPSTG+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.STATPROPSTG](https://github.com/dahall/Vanara/search?l=C%23&q=STATPROPSTG)
[STGOPTIONS](https://www.google.com/search?num=5&q=STGOPTIONS+site%3Alearn.microsoft.com) | Objbase.h | [Vanara.PInvoke.Ole32.STGOPTIONS](https://github.com/dahall/Vanara/search?l=C%23&q=STGOPTIONS)
[StorageLayout](https://www.google.com/search?num=5&q=StorageLayout+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.StorageLayout](https://github.com/dahall/Vanara/search?l=C%23&q=StorageLayout)
[uCLSSPEC](https://www.google.com/search?num=5&q=uCLSSPEC+site%3Alearn.microsoft.com) | wtypes.h | [Vanara.PInvoke.Ole32.uCLSSPEC](https://github.com/dahall/Vanara/search?l=C%23&q=uCLSSPEC)
[UDATE](https://www.google.com/search?num=5&q=UDATE+site%3Alearn.microsoft.com) | oleauto.h | [Vanara.PInvoke.OleAut32.UDATE](https://github.com/dahall/Vanara/search?l=C%23&q=UDATE)
[VARIANT](https://www.google.com/search?num=5&q=VARIANT+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.VARIANT](https://github.com/dahall/Vanara/search?l=C%23&q=VARIANT)
[WIA_DATA_CALLBACK_HEADER](https://www.google.com/search?num=5&q=WIA_DATA_CALLBACK_HEADER+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_DATA_CALLBACK_HEADER](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_DATA_CALLBACK_HEADER)
[WIA_DATA_TRANSFER_INFO](https://www.google.com/search?num=5&q=WIA_DATA_TRANSFER_INFO+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_DATA_TRANSFER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_DATA_TRANSFER_INFO)
[WIA_DEV_CAP](https://www.google.com/search?num=5&q=WIA_DEV_CAP+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_DEV_CAP](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_DEV_CAP)
[WIA_DITHER_PATTERN_DATA](https://www.google.com/search?num=5&q=WIA_DITHER_PATTERN_DATA+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_DITHER_PATTERN_DATA](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_DITHER_PATTERN_DATA)
[WIA_EXTENDED_TRANSFER_INFO](https://www.google.com/search?num=5&q=WIA_EXTENDED_TRANSFER_INFO+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_EXTENDED_TRANSFER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_EXTENDED_TRANSFER_INFO)
[WIA_FORMAT_INFO](https://www.google.com/search?num=5&q=WIA_FORMAT_INFO+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.WIA_FORMAT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=WIA_FORMAT_INFO)
[WMF](https://www.google.com/search?num=5&q=WMF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.PICTDESC.PICTDEC_UNION.WMF](https://github.com/dahall/Vanara/search?l=C%23&q=WMF)
2018-06-06 14:05:52 -04:00
### Interfaces
2019-09-05 23:03:18 -04:00
Native Interface | Header | Managed Interface
--- | --- | ---
2022-10-25 13:24:54 -04:00
[IAccessControl](https://www.google.com/search?num=5&q=IAccessControl+site%3Alearn.microsoft.com) | iaccess.h | [Vanara.PInvoke.Ole32.IAccessControl](https://github.com/dahall/Vanara/search?l=C%23&q=IAccessControl)
[IActivationFilter](https://www.google.com/search?num=5&q=IActivationFilter+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IActivationFilter](https://github.com/dahall/Vanara/search?l=C%23&q=IActivationFilter)
[IAdviseSink2](https://www.google.com/search?num=5&q=IAdviseSink2+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IAdviseSink2](https://github.com/dahall/Vanara/search?l=C%23&q=IAdviseSink2)
[IAdviseSinkEx](https://www.google.com/search?num=5&q=IAdviseSinkEx+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IAdviseSinkEx](https://github.com/dahall/Vanara/search?l=C%23&q=IAdviseSinkEx)
[IAgileObject](https://www.google.com/search?num=5&q=IAgileObject+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IAgileObject](https://github.com/dahall/Vanara/search?l=C%23&q=IAgileObject)
[IAgileReference](https://www.google.com/search?num=5&q=IAgileReference+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IAgileReference](https://github.com/dahall/Vanara/search?l=C%23&q=IAgileReference)
[IBindCtxV](https://www.google.com/search?num=5&q=IBindCtxV+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IBindCtxV](https://github.com/dahall/Vanara/search?l=C%23&q=IBindCtxV)
[IBlockingLock](https://www.google.com/search?num=5&q=IBlockingLock+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IBlockingLock](https://github.com/dahall/Vanara/search?l=C%23&q=IBlockingLock)
[ICallFactory](https://www.google.com/search?num=5&q=ICallFactory+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.ICallFactory](https://github.com/dahall/Vanara/search?l=C%23&q=ICallFactory)
[ICancelMethodCalls](https://www.google.com/search?num=5&q=ICancelMethodCalls+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ICancelMethodCalls](https://github.com/dahall/Vanara/search?l=C%23&q=ICancelMethodCalls)
[ICatInformation](https://www.google.com/search?num=5&q=ICatInformation+site%3Alearn.microsoft.com) | comcat.h | [Vanara.PInvoke.Ole32.ICatInformation](https://github.com/dahall/Vanara/search?l=C%23&q=ICatInformation)
[ICatRegister](https://www.google.com/search?num=5&q=ICatRegister+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.ICatRegister](https://github.com/dahall/Vanara/search?l=C%23&q=ICatRegister)
[IChannelHook](https://www.google.com/search?num=5&q=IChannelHook+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.IChannelHook](https://github.com/dahall/Vanara/search?l=C%23&q=IChannelHook)
[IClassActivator](https://www.google.com/search?num=5&q=IClassActivator+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IClassActivator](https://github.com/dahall/Vanara/search?l=C%23&q=IClassActivator)
[IClassFactory](https://www.google.com/search?num=5&q=IClassFactory+site%3Alearn.microsoft.com) | unknwnbase.h | [Vanara.PInvoke.Ole32.IClassFactory](https://github.com/dahall/Vanara/search?l=C%23&q=IClassFactory)
[IClassFactory2](https://www.google.com/search?num=5&q=IClassFactory2+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IClassFactory2](https://github.com/dahall/Vanara/search?l=C%23&q=IClassFactory2)
[IClientSecurity](https://www.google.com/search?num=5&q=IClientSecurity+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IClientSecurity](https://github.com/dahall/Vanara/search?l=C%23&q=IClientSecurity)
[IComThreadingInfo](https://www.google.com/search?num=5&q=IComThreadingInfo+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IComThreadingInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IComThreadingInfo)
[IContext](https://www.google.com/search?num=5&q=IContext+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IContext](https://github.com/dahall/Vanara/search?l=C%23&q=IContext)
[IContextCallback](https://www.google.com/search?num=5&q=IContextCallback+site%3Alearn.microsoft.com) | ctxtcall.h | [Vanara.PInvoke.Ole32.IContextCallback](https://github.com/dahall/Vanara/search?l=C%23&q=IContextCallback)
[IContinueCallback](https://www.google.com/search?num=5&q=IContinueCallback+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IContinueCallback](https://github.com/dahall/Vanara/search?l=C%23&q=IContinueCallback)
[ICreateErrorInfo](https://www.google.com/search?num=5&q=ICreateErrorInfo+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ICreateErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateErrorInfo)
[ICreateObject](https://www.google.com/search?num=5&q=ICreateObject+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.ICreateObject](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateObject)
[ICreateTypeInfo](https://www.google.com/search?num=5&q=ICreateTypeInfo+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ICreateTypeInfo](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateTypeInfo)
[ICreateTypeInfo2](https://www.google.com/search?num=5&q=ICreateTypeInfo2+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ICreateTypeInfo2](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateTypeInfo2)
[ICreateTypeLib](https://www.google.com/search?num=5&q=ICreateTypeLib+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ICreateTypeLib](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateTypeLib)
[ICreateTypeLib2](https://www.google.com/search?num=5&q=ICreateTypeLib2+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ICreateTypeLib2](https://github.com/dahall/Vanara/search?l=C%23&q=ICreateTypeLib2)
[IDataAdviseHolder](https://www.google.com/search?num=5&q=IDataAdviseHolder+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IDataAdviseHolder](https://github.com/dahall/Vanara/search?l=C%23&q=IDataAdviseHolder)
2023-02-04 17:38:40 -05:00
[IDataObjectV](https://www.google.com/search?num=5&q=IDataObjectV+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IDataObjectV](https://github.com/dahall/Vanara/search?l=C%23&q=IDataObjectV)
2022-10-25 13:24:54 -04:00
[IDelayedPropertyStoreFactory](https://www.google.com/search?num=5&q=IDelayedPropertyStoreFactory+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.IDelayedPropertyStoreFactory](https://github.com/dahall/Vanara/search?l=C%23&q=IDelayedPropertyStoreFactory)
[IDirectWriterLock](https://www.google.com/search?num=5&q=IDirectWriterLock+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IDirectWriterLock](https://github.com/dahall/Vanara/search?l=C%23&q=IDirectWriterLock)
[IDispatch](https://www.google.com/search?num=5&q=IDispatch+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.IDispatch](https://github.com/dahall/Vanara/search?l=C%23&q=IDispatch)
[IDropSource](https://www.google.com/search?num=5&q=IDropSource+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IDropSource](https://github.com/dahall/Vanara/search?l=C%23&q=IDropSource)
[IDropSourceNotify](https://www.google.com/search?num=5&q=IDropSourceNotify+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IDropSourceNotify](https://github.com/dahall/Vanara/search?l=C%23&q=IDropSourceNotify)
[IDropTarget](https://www.google.com/search?num=5&q=IDropTarget+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IDropTarget](https://github.com/dahall/Vanara/search?l=C%23&q=IDropTarget)
[IEnterpriseDropTarget](https://www.google.com/search?num=5&q=IEnterpriseDropTarget+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IEnterpriseDropTarget](https://github.com/dahall/Vanara/search?l=C%23&q=IEnterpriseDropTarget)
[IEnumCATEGORYINFO](https://www.google.com/search?num=5&q=IEnumCATEGORYINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.IEnumCATEGORYINFO](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumCATEGORYINFO)
[IEnumContextProps](https://www.google.com/search?num=5&q=IEnumContextProps+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IEnumContextProps](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumContextProps)
[IEnumGUID](https://www.google.com/search?num=5&q=IEnumGUID+site%3Alearn.microsoft.com) | comcat.h | [Vanara.PInvoke.Ole32.IEnumGUID](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumGUID)
[IEnumOleDocumentViews](https://www.google.com/search?num=5&q=IEnumOleDocumentViews+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IEnumOleDocumentViews](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumOleDocumentViews)
[IEnumOleUndoUnits](https://www.google.com/search?num=5&q=IEnumOleUndoUnits+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IEnumOleUndoUnits](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumOleUndoUnits)
[IEnumOLEVERB](https://www.google.com/search?num=5&q=IEnumOLEVERB+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IEnumOLEVERB](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumOLEVERB)
[IEnumSTATPROPSETSTG](https://www.google.com/search?num=5&q=IEnumSTATPROPSETSTG+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.IEnumSTATPROPSETSTG](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumSTATPROPSETSTG)
[IEnumSTATPROPSTG](https://www.google.com/search?num=5&q=IEnumSTATPROPSTG+site%3Alearn.microsoft.com) | propidlbase.h | [Vanara.PInvoke.Ole32.IEnumSTATPROPSTG](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumSTATPROPSTG)
[IEnumSTATSTG](https://www.google.com/search?num=5&q=IEnumSTATSTG+site%3Alearn.microsoft.com) | Objidl.h | [Vanara.PInvoke.Ole32.IEnumSTATSTG](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumSTATSTG)
[IEnumStringV](https://www.google.com/search?num=5&q=IEnumStringV+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IEnumStringV](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumStringV)
[IEnumUnknown](https://www.google.com/search?num=5&q=IEnumUnknown+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IEnumUnknown](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumUnknown)
[IEnumWIA_DEV_CAPS](https://www.google.com/search?num=5&q=IEnumWIA_DEV_CAPS+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IEnumWIA_DEV_CAPS](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumWIA_DEV_CAPS)
[IEnumWIA_DEV_INFO](https://www.google.com/search?num=5&q=IEnumWIA_DEV_INFO+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IEnumWIA_DEV_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumWIA_DEV_INFO)
[IEnumWIA_FORMAT_INFO](https://www.google.com/search?num=5&q=IEnumWIA_FORMAT_INFO+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IEnumWIA_FORMAT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumWIA_FORMAT_INFO)
[IEnumWiaItem](https://www.google.com/search?num=5&q=IEnumWiaItem+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IEnumWiaItem](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumWiaItem)
[IErrorInfo](https://www.google.com/search?num=5&q=IErrorInfo+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.IErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IErrorInfo)
[IErrorLog](https://www.google.com/search?num=5&q=IErrorLog+site%3Alearn.microsoft.com) | OAIdl.h | [Vanara.PInvoke.OleAut32.IErrorLog](https://github.com/dahall/Vanara/search?l=C%23&q=IErrorLog)
[IExternalConnection](https://www.google.com/search?num=5&q=IExternalConnection+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IExternalConnection](https://github.com/dahall/Vanara/search?l=C%23&q=IExternalConnection)
[IFastRundown](https://www.google.com/search?num=5&q=IFastRundown+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IFastRundown](https://github.com/dahall/Vanara/search?l=C%23&q=IFastRundown)
[IFileBasedLogInit](https://www.google.com/search?num=5&q=IFileBasedLogInit+site%3Alearn.microsoft.com) | txlogpub.h | [Vanara.PInvoke.Ole32.IFileBasedLogInit](https://github.com/dahall/Vanara/search?l=C%23&q=IFileBasedLogInit)
[IFillLockBytes](https://www.google.com/search?num=5&q=IFillLockBytes+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IFillLockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=IFillLockBytes)
[IFont](https://www.google.com/search?num=5&q=IFont+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IFont](https://github.com/dahall/Vanara/search?l=C%23&q=IFont)
[IForegroundTransfer](https://www.google.com/search?num=5&q=IForegroundTransfer+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IForegroundTransfer](https://github.com/dahall/Vanara/search?l=C%23&q=IForegroundTransfer)
[IGlobalInterfaceTable](https://www.google.com/search?num=5&q=IGlobalInterfaceTable+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IGlobalInterfaceTable](https://github.com/dahall/Vanara/search?l=C%23&q=IGlobalInterfaceTable)
[IGlobalOptions](https://www.google.com/search?num=5&q=IGlobalOptions+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.IGlobalOptions](https://github.com/dahall/Vanara/search?l=C%23&q=IGlobalOptions)
[IInitializeSpy](https://www.google.com/search?num=5&q=IInitializeSpy+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IInitializeSpy](https://github.com/dahall/Vanara/search?l=C%23&q=IInitializeSpy)
[IInitializeWithStream](https://www.google.com/search?num=5&q=IInitializeWithStream+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IInitializeWithStream](https://github.com/dahall/Vanara/search?l=C%23&q=IInitializeWithStream)
[IInspectable](https://www.google.com/search?num=5&q=IInspectable+site%3Alearn.microsoft.com) | inspectable.h | [Vanara.PInvoke.Ole32.IInspectable](https://github.com/dahall/Vanara/search?l=C%23&q=IInspectable)
[IInternalUnknown](https://www.google.com/search?num=5&q=IInternalUnknown+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.IInternalUnknown](https://github.com/dahall/Vanara/search?l=C%23&q=IInternalUnknown)
[ILayoutStorage](https://www.google.com/search?num=5&q=ILayoutStorage+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ILayoutStorage](https://github.com/dahall/Vanara/search?l=C%23&q=ILayoutStorage)
[ILockBytes](https://www.google.com/search?num=5&q=ILockBytes+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ILockBytes](https://github.com/dahall/Vanara/search?l=C%23&q=ILockBytes)
[ILog](https://www.google.com/search?num=5&q=ILog+site%3Alearn.microsoft.com) | txlogpub.h | [Vanara.PInvoke.Ole32.ILog](https://github.com/dahall/Vanara/search?l=C%23&q=ILog)
[IMalloc](https://www.google.com/search?num=5&q=IMalloc+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IMalloc](https://github.com/dahall/Vanara/search?l=C%23&q=IMalloc)
[IMallocSpy](https://www.google.com/search?num=5&q=IMallocSpy+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IMallocSpy](https://github.com/dahall/Vanara/search?l=C%23&q=IMallocSpy)
[IMarshal](https://www.google.com/search?num=5&q=IMarshal+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=IMarshal)
[IMarshalingStream](https://www.google.com/search?num=5&q=IMarshalingStream+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IMarshalingStream](https://github.com/dahall/Vanara/search?l=C%23&q=IMarshalingStream)
[IMessageDispatcher](https://www.google.com/search?num=5&q=IMessageDispatcher+site%3Alearn.microsoft.com) | imessagedispatcher.h | [Vanara.PInvoke.Ole32.IMessageDispatcher](https://github.com/dahall/Vanara/search?l=C%23&q=IMessageDispatcher)
[IMessageFilter](https://www.google.com/search?num=5&q=IMessageFilter+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.IMessageFilter](https://github.com/dahall/Vanara/search?l=C%23&q=IMessageFilter)
[IMultiQI](https://www.google.com/search?num=5&q=IMultiQI+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IMultiQI](https://github.com/dahall/Vanara/search?l=C%23&q=IMultiQI)
[INoMarshal](https://www.google.com/search?num=5&q=INoMarshal+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.INoMarshal](https://github.com/dahall/Vanara/search?l=C%23&q=INoMarshal)
[IObjContext](https://www.google.com/search?num=5&q=IObjContext+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IObjContext](https://github.com/dahall/Vanara/search?l=C%23&q=IObjContext)
[IObjectSafety](https://www.google.com/search?num=5&q=IObjectSafety+site%3Alearn.microsoft.com) | Objsafe.h | [Vanara.PInvoke.Ole32.IObjectSafety](https://github.com/dahall/Vanara/search?l=C%23&q=IObjectSafety)
[IObjectWithPropertyKey](https://www.google.com/search?num=5&q=IObjectWithPropertyKey+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IObjectWithPropertyKey](https://github.com/dahall/Vanara/search?l=C%23&q=IObjectWithPropertyKey)
[IObjectWithSite](https://www.google.com/search?num=5&q=IObjectWithSite+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IObjectWithSite](https://github.com/dahall/Vanara/search?l=C%23&q=IObjectWithSite)
[IOleAdviseHolder](https://www.google.com/search?num=5&q=IOleAdviseHolder+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleAdviseHolder](https://github.com/dahall/Vanara/search?l=C%23&q=IOleAdviseHolder)
[IOleCache](https://www.google.com/search?num=5&q=IOleCache+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleCache](https://github.com/dahall/Vanara/search?l=C%23&q=IOleCache)
[IOleCache2](https://www.google.com/search?num=5&q=IOleCache2+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleCache2](https://github.com/dahall/Vanara/search?l=C%23&q=IOleCache2)
[IOleCacheControl](https://www.google.com/search?num=5&q=IOleCacheControl+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleCacheControl](https://github.com/dahall/Vanara/search?l=C%23&q=IOleCacheControl)
[IOleClientSite](https://www.google.com/search?num=5&q=IOleClientSite+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleClientSite](https://github.com/dahall/Vanara/search?l=C%23&q=IOleClientSite)
[IOleCommandTarget](https://www.google.com/search?num=5&q=IOleCommandTarget+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IOleCommandTarget](https://github.com/dahall/Vanara/search?l=C%23&q=IOleCommandTarget)
[IOleContainer](https://www.google.com/search?num=5&q=IOleContainer+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleContainer](https://github.com/dahall/Vanara/search?l=C%23&q=IOleContainer)
[IOleControl](https://www.google.com/search?num=5&q=IOleControl+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleControl](https://github.com/dahall/Vanara/search?l=C%23&q=IOleControl)
[IOleControlSite](https://www.google.com/search?num=5&q=IOleControlSite+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleControlSite](https://github.com/dahall/Vanara/search?l=C%23&q=IOleControlSite)
[IOleDocument](https://www.google.com/search?num=5&q=IOleDocument+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IOleDocument](https://github.com/dahall/Vanara/search?l=C%23&q=IOleDocument)
[IOleDocumentSite](https://www.google.com/search?num=5&q=IOleDocumentSite+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IOleDocumentSite](https://github.com/dahall/Vanara/search?l=C%23&q=IOleDocumentSite)
[IOleDocumentView](https://www.google.com/search?num=5&q=IOleDocumentView+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IOleDocumentView](https://github.com/dahall/Vanara/search?l=C%23&q=IOleDocumentView)
[IOleInPlaceActiveObject](https://www.google.com/search?num=5&q=IOleInPlaceActiveObject+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceActiveObject](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceActiveObject)
[IOleInPlaceFrame](https://www.google.com/search?num=5&q=IOleInPlaceFrame+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceFrame](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceFrame)
[IOleInPlaceObject](https://www.google.com/search?num=5&q=IOleInPlaceObject+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceObject](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceObject)
[IOleInPlaceObjectWindowless](https://www.google.com/search?num=5&q=IOleInPlaceObjectWindowless+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceObjectWindowless](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceObjectWindowless)
[IOleInPlaceSite](https://www.google.com/search?num=5&q=IOleInPlaceSite+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceSite](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceSite)
[IOleInPlaceSiteEx](https://www.google.com/search?num=5&q=IOleInPlaceSiteEx+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceSiteEx](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceSiteEx)
[IOleInPlaceSiteWindowless](https://www.google.com/search?num=5&q=IOleInPlaceSiteWindowless+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceSiteWindowless](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceSiteWindowless)
[IOleInPlaceUIWindow](https://www.google.com/search?num=5&q=IOleInPlaceUIWindow+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleInPlaceUIWindow](https://github.com/dahall/Vanara/search?l=C%23&q=IOleInPlaceUIWindow)
[IOleLink](https://www.google.com/search?num=5&q=IOleLink+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleLink](https://github.com/dahall/Vanara/search?l=C%23&q=IOleLink)
[IOleObject](https://www.google.com/search?num=5&q=IOleObject+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IOleObject](https://github.com/dahall/Vanara/search?l=C%23&q=IOleObject)
[IOleParentUndoUnit](https://www.google.com/search?num=5&q=IOleParentUndoUnit+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleParentUndoUnit](https://github.com/dahall/Vanara/search?l=C%23&q=IOleParentUndoUnit)
[IOleUndoManager](https://www.google.com/search?num=5&q=IOleUndoManager+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleUndoManager](https://github.com/dahall/Vanara/search?l=C%23&q=IOleUndoManager)
[IOleUndoUnit](https://www.google.com/search?num=5&q=IOleUndoUnit+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IOleUndoUnit](https://github.com/dahall/Vanara/search?l=C%23&q=IOleUndoUnit)
[IOleWindow](https://www.google.com/search?num=5&q=IOleWindow+site%3Alearn.microsoft.com) | Oleidl.h | [Vanara.PInvoke.Ole32.IOleWindow](https://github.com/dahall/Vanara/search?l=C%23&q=IOleWindow)
[IParseDisplayName](https://www.google.com/search?num=5&q=IParseDisplayName+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IParseDisplayName](https://github.com/dahall/Vanara/search?l=C%23&q=IParseDisplayName)
[IPerPropertyBrowsing](https://www.google.com/search?num=5&q=IPerPropertyBrowsing+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPerPropertyBrowsing](https://github.com/dahall/Vanara/search?l=C%23&q=IPerPropertyBrowsing)
[IPersist](https://www.google.com/search?num=5&q=IPersist+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IPersist](https://github.com/dahall/Vanara/search?l=C%23&q=IPersist)
[IPersistPropertyBag](https://www.google.com/search?num=5&q=IPersistPropertyBag+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPersistPropertyBag](https://github.com/dahall/Vanara/search?l=C%23&q=IPersistPropertyBag)
[IPersistSerializedPropStorage](https://www.google.com/search?num=5&q=IPersistSerializedPropStorage+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PropSys.IPersistSerializedPropStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IPersistSerializedPropStorage)
[IPersistStorage](https://www.google.com/search?num=5&q=IPersistStorage+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IPersistStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IPersistStorage)
[IPersistStream](https://www.google.com/search?num=5&q=IPersistStream+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IPersistStream](https://github.com/dahall/Vanara/search?l=C%23&q=IPersistStream)
[IPersistStreamInit](https://www.google.com/search?num=5&q=IPersistStreamInit+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPersistStreamInit](https://github.com/dahall/Vanara/search?l=C%23&q=IPersistStreamInit)
[IPicture](https://www.google.com/search?num=5&q=IPicture+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPicture](https://github.com/dahall/Vanara/search?l=C%23&q=IPicture)
[IPicture2](https://www.google.com/search?num=5&q=IPicture2+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPicture2](https://github.com/dahall/Vanara/search?l=C%23&q=IPicture2)
[IPointerInactive](https://www.google.com/search?num=5&q=IPointerInactive+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPointerInactive](https://github.com/dahall/Vanara/search?l=C%23&q=IPointerInactive)
[IPrint](https://www.google.com/search?num=5&q=IPrint+site%3Alearn.microsoft.com) | docobj.h | [Vanara.PInvoke.Ole32.IPrint](https://github.com/dahall/Vanara/search?l=C%23&q=IPrint)
[IProcessInitControl](https://www.google.com/search?num=5&q=IProcessInitControl+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IProcessInitControl](https://github.com/dahall/Vanara/search?l=C%23&q=IProcessInitControl)
[IProcessLock](https://www.google.com/search?num=5&q=IProcessLock+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IProcessLock](https://github.com/dahall/Vanara/search?l=C%23&q=IProcessLock)
[IProgressNotify](https://www.google.com/search?num=5&q=IProgressNotify+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IProgressNotify](https://github.com/dahall/Vanara/search?l=C%23&q=IProgressNotify)
[IPropertyBag](https://www.google.com/search?num=5&q=IPropertyBag+site%3Alearn.microsoft.com) | OAIdl.h | [Vanara.PInvoke.OleAut32.IPropertyBag](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyBag)
[IPropertyBag2](https://www.google.com/search?num=5&q=IPropertyBag2+site%3Alearn.microsoft.com) | Ocidl.h | [Vanara.PInvoke.OleAut32.IPropertyBag2](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyBag2)
[IPropertyChange](https://www.google.com/search?num=5&q=IPropertyChange+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyChange](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyChange)
[IPropertyChangeArray](https://www.google.com/search?num=5&q=IPropertyChangeArray+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyChangeArray](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyChangeArray)
[IPropertyDescription](https://www.google.com/search?num=5&q=IPropertyDescription+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyDescription](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyDescription)
[IPropertyDescription2](https://www.google.com/search?num=5&q=IPropertyDescription2+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyDescription2](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyDescription2)
[IPropertyDescriptionList](https://www.google.com/search?num=5&q=IPropertyDescriptionList+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyDescriptionList](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyDescriptionList)
[IPropertyEnumType](https://www.google.com/search?num=5&q=IPropertyEnumType+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyEnumType](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyEnumType)
[IPropertyEnumType2](https://www.google.com/search?num=5&q=IPropertyEnumType2+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyEnumType2](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyEnumType2)
[IPropertyEnumTypeList](https://www.google.com/search?num=5&q=IPropertyEnumTypeList+site%3Alearn.microsoft.com) | Propsys.h | [Vanara.PInvoke.PropSys.IPropertyEnumTypeList](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyEnumTypeList)
[IPropertyNotifySink](https://www.google.com/search?num=5&q=IPropertyNotifySink+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPropertyNotifySink](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyNotifySink)
[IPropertyPage](https://www.google.com/search?num=5&q=IPropertyPage+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPropertyPage](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyPage)
[IPropertyPage2](https://www.google.com/search?num=5&q=IPropertyPage2+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPropertyPage2](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyPage2)
[IPropertyPageSite](https://www.google.com/search?num=5&q=IPropertyPageSite+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IPropertyPageSite](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyPageSite)
[IPropertySetStorage](https://www.google.com/search?num=5&q=IPropertySetStorage+site%3Alearn.microsoft.com) | Propidl.h | [Vanara.PInvoke.Ole32.IPropertySetStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertySetStorage)
[IPropertyStorage](https://www.google.com/search?num=5&q=IPropertyStorage+site%3Alearn.microsoft.com) | propidl.h | [Vanara.PInvoke.Ole32.IPropertyStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyStorage)
[IPropertyStore](https://www.google.com/search?num=5&q=IPropertyStore+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.IPropertyStore](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyStore)
[IPropertyStoreCapabilities](https://www.google.com/search?num=5&q=IPropertyStoreCapabilities+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PropSys.IPropertyStoreCapabilities](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyStoreCapabilities)
[IPropertyStoreFactory](https://www.google.com/search?num=5&q=IPropertyStoreFactory+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.IPropertyStoreFactory](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertyStoreFactory)
[IPropertySystem](https://www.google.com/search?num=5&q=IPropertySystem+site%3Alearn.microsoft.com) | propsys.h | [Vanara.PInvoke.PropSys.IPropertySystem](https://github.com/dahall/Vanara/search?l=C%23&q=IPropertySystem)
[IProtectedModeMenuServices](https://www.google.com/search?num=5&q=IProtectedModeMenuServices+site%3Alearn.microsoft.com) | Docobj.h | [Vanara.PInvoke.Ole32.IProtectedModeMenuServices](https://github.com/dahall/Vanara/search?l=C%23&q=IProtectedModeMenuServices)
[IProtectFocus](https://www.google.com/search?num=5&q=IProtectFocus+site%3Alearn.microsoft.com) | Docobj.h | [Vanara.PInvoke.Ole32.IProtectFocus](https://github.com/dahall/Vanara/search?l=C%23&q=IProtectFocus)
[IProvideClassInfo](https://www.google.com/search?num=5&q=IProvideClassInfo+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IProvideClassInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IProvideClassInfo)
[IProvideClassInfo2](https://www.google.com/search?num=5&q=IProvideClassInfo2+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IProvideClassInfo2](https://github.com/dahall/Vanara/search?l=C%23&q=IProvideClassInfo2)
[IProvideMultipleClassInfo](https://www.google.com/search?num=5&q=IProvideMultipleClassInfo+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IProvideMultipleClassInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IProvideMultipleClassInfo)
[IPSFactoryBuffer](https://www.google.com/search?num=5&q=IPSFactoryBuffer+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IPSFactoryBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=IPSFactoryBuffer)
[IQuickActivate](https://www.google.com/search?num=5&q=IQuickActivate+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IQuickActivate](https://github.com/dahall/Vanara/search?l=C%23&q=IQuickActivate)
[IRecordInfo](https://www.google.com/search?num=5&q=IRecordInfo+site%3Alearn.microsoft.com) | OAIdl.h | [Vanara.PInvoke.OleAut32.IRecordInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IRecordInfo)
[IROTData](https://www.google.com/search?num=5&q=IROTData+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IROTData](https://github.com/dahall/Vanara/search?l=C%23&q=IROTData)
[IRpcChannelBuffer](https://www.google.com/search?num=5&q=IRpcChannelBuffer+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRpcChannelBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=IRpcChannelBuffer)
[IRpcOptions](https://www.google.com/search?num=5&q=IRpcOptions+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRpcOptions](https://github.com/dahall/Vanara/search?l=C%23&q=IRpcOptions)
[IRpcProxyBuffer](https://www.google.com/search?num=5&q=IRpcProxyBuffer+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRpcProxyBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=IRpcProxyBuffer)
[IRpcStubBuffer](https://www.google.com/search?num=5&q=IRpcStubBuffer+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRpcStubBuffer](https://github.com/dahall/Vanara/search?l=C%23&q=IRpcStubBuffer)
[IRunnableObject](https://www.google.com/search?num=5&q=IRunnableObject+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRunnableObject](https://github.com/dahall/Vanara/search?l=C%23&q=IRunnableObject)
[IRunningObjectTable](https://www.google.com/search?num=5&q=IRunningObjectTable+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IRunningObjectTable](https://github.com/dahall/Vanara/search?l=C%23&q=IRunningObjectTable)
[ISequentialStream](https://www.google.com/search?num=5&q=ISequentialStream+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.ISequentialStream](https://github.com/dahall/Vanara/search?l=C%23&q=ISequentialStream)
[IServerSecurity](https://www.google.com/search?num=5&q=IServerSecurity+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IServerSecurity](https://github.com/dahall/Vanara/search?l=C%23&q=IServerSecurity)
[ISimpleFrameSite](https://www.google.com/search?num=5&q=ISimpleFrameSite+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.ISimpleFrameSite](https://github.com/dahall/Vanara/search?l=C%23&q=ISimpleFrameSite)
[ISpecifyPropertyPages](https://www.google.com/search?num=5&q=ISpecifyPropertyPages+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.ISpecifyPropertyPages](https://github.com/dahall/Vanara/search?l=C%23&q=ISpecifyPropertyPages)
[IStdMarshalInfo](https://www.google.com/search?num=5&q=IStdMarshalInfo+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IStdMarshalInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IStdMarshalInfo)
[IStorage](https://www.google.com/search?num=5&q=IStorage+site%3Alearn.microsoft.com) | Objidl.h | [Vanara.PInvoke.Ole32.IStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IStorage)
[IStreamV](https://www.google.com/search?num=5&q=IStreamV+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.IStreamV](https://github.com/dahall/Vanara/search?l=C%23&q=IStreamV)
[ISupportErrorInfo](https://www.google.com/search?num=5&q=ISupportErrorInfo+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ISupportErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=ISupportErrorInfo)
[ISurrogate](https://www.google.com/search?num=5&q=ISurrogate+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ISurrogate](https://github.com/dahall/Vanara/search?l=C%23&q=ISurrogate)
[ISurrogateService](https://www.google.com/search?num=5&q=ISurrogateService+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ISurrogateService](https://github.com/dahall/Vanara/search?l=C%23&q=ISurrogateService)
[ISynchronize](https://www.google.com/search?num=5&q=ISynchronize+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ISynchronize](https://github.com/dahall/Vanara/search?l=C%23&q=ISynchronize)
[ISynchronizeContainer](https://www.google.com/search?num=5&q=ISynchronizeContainer+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.ISynchronizeContainer](https://github.com/dahall/Vanara/search?l=C%23&q=ISynchronizeContainer)
[ISynchronizeEvent](https://www.google.com/search?num=5&q=ISynchronizeEvent+site%3Alearn.microsoft.com) | objidlbase.h | [Vanara.PInvoke.Ole32.ISynchronizeEvent](https://github.com/dahall/Vanara/search?l=C%23&q=ISynchronizeEvent)
[ISynchronizeHandle](https://www.google.com/search?num=5&q=ISynchronizeHandle+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.ISynchronizeHandle](https://github.com/dahall/Vanara/search?l=C%23&q=ISynchronizeHandle)
[ITypeChangeEvents](https://www.google.com/search?num=5&q=ITypeChangeEvents+site%3Alearn.microsoft.com) | oaidl.h | [Vanara.PInvoke.OleAut32.ITypeChangeEvents](https://github.com/dahall/Vanara/search?l=C%23&q=ITypeChangeEvents)
[IViewObject](https://www.google.com/search?num=5&q=IViewObject+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IViewObject](https://github.com/dahall/Vanara/search?l=C%23&q=IViewObject)
[IViewObject2](https://www.google.com/search?num=5&q=IViewObject2+site%3Alearn.microsoft.com) | oleidl.h | [Vanara.PInvoke.Ole32.IViewObject2](https://github.com/dahall/Vanara/search?l=C%23&q=IViewObject2)
[IViewObjectEx](https://www.google.com/search?num=5&q=IViewObjectEx+site%3Alearn.microsoft.com) | ocidl.h | [Vanara.PInvoke.Ole32.IViewObjectEx](https://github.com/dahall/Vanara/search?l=C%23&q=IViewObjectEx)
[IWiaDataCallback](https://www.google.com/search?num=5&q=IWiaDataCallback+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaDataCallback](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaDataCallback)
[IWiaDataTransfer](https://www.google.com/search?num=5&q=IWiaDataTransfer+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaDataTransfer](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaDataTransfer)
[IWiaDevMgr](https://www.google.com/search?num=5&q=IWiaDevMgr+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaDevMgr](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaDevMgr)
[IWiaEventCallback](https://www.google.com/search?num=5&q=IWiaEventCallback+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaEventCallback](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaEventCallback)
[IWiaItem](https://www.google.com/search?num=5&q=IWiaItem+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaItem](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaItem)
[IWiaItemExtras](https://www.google.com/search?num=5&q=IWiaItemExtras+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaItemExtras](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaItemExtras)
[IWiaPropertyStorage](https://www.google.com/search?num=5&q=IWiaPropertyStorage+site%3Alearn.microsoft.com) | wia_xp.h | [Vanara.PInvoke.OleAut32.IWiaPropertyStorage](https://github.com/dahall/Vanara/search?l=C%23&q=IWiaPropertyStorage)
[IZoomEvents](https://www.google.com/search?num=5&q=IZoomEvents+site%3Alearn.microsoft.com) | Docobj.h | [Vanara.PInvoke.Ole32.IZoomEvents](https://github.com/dahall/Vanara/search?l=C%23&q=IZoomEvents)
2020-12-24 13:00:18 -05:00
### Classes
Native Class | Header | Managed Class
--- | --- | ---
2022-10-25 13:24:54 -04:00
[AppUserModel](https://www.google.com/search?num=5&q=AppUserModel+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.AppUserModel](https://github.com/dahall/Vanara/search?l=C%23&q=AppUserModel)
[Audio](https://www.google.com/search?num=5&q=Audio+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Audio](https://github.com/dahall/Vanara/search?l=C%23&q=Audio)
[BIND_OPTS_V](https://www.google.com/search?num=5&q=BIND_OPTS_V+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS_V](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS_V)
[BIND_OPTS2](https://www.google.com/search?num=5&q=BIND_OPTS2+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS2](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS2)
[BIND_OPTS3](https://www.google.com/search?num=5&q=BIND_OPTS3+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.BIND_OPTS3](https://github.com/dahall/Vanara/search?l=C%23&q=BIND_OPTS3)
[Calendar](https://www.google.com/search?num=5&q=Calendar+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Calendar](https://github.com/dahall/Vanara/search?l=C%23&q=Calendar)
[Communication](https://www.google.com/search?num=5&q=Communication+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Communication](https://github.com/dahall/Vanara/search?l=C%23&q=Communication)
[Computer](https://www.google.com/search?num=5&q=Computer+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Computer](https://github.com/dahall/Vanara/search?l=C%23&q=Computer)
[Contact](https://www.google.com/search?num=5&q=Contact+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Contact](https://github.com/dahall/Vanara/search?l=C%23&q=Contact)
[ContextSwitcher](https://www.google.com/search?num=5&q=ContextSwitcher+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.ContextSwitcher](https://github.com/dahall/Vanara/search?l=C%23&q=ContextSwitcher)
[COSERVERINFO](https://www.google.com/search?num=5&q=COSERVERINFO+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.COSERVERINFO](https://github.com/dahall/Vanara/search?l=C%23&q=COSERVERINFO)
[Device](https://www.google.com/search?num=5&q=Device+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Device](https://github.com/dahall/Vanara/search?l=C%23&q=Device)
[DeviceInterface](https://www.google.com/search?num=5&q=DeviceInterface+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.DeviceInterface](https://github.com/dahall/Vanara/search?l=C%23&q=DeviceInterface)
[Devices](https://www.google.com/search?num=5&q=Devices+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Devices](https://github.com/dahall/Vanara/search?l=C%23&q=Devices)
[Document](https://www.google.com/search?num=5&q=Document+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Document](https://github.com/dahall/Vanara/search?l=C%23&q=Document)
[DRM](https://www.google.com/search?num=5&q=DRM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.DRM](https://github.com/dahall/Vanara/search?l=C%23&q=DRM)
[GPS](https://www.google.com/search?num=5&q=GPS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.GPS](https://github.com/dahall/Vanara/search?l=C%23&q=GPS)
[Identity](https://www.google.com/search?num=5&q=Identity+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Identity](https://github.com/dahall/Vanara/search?l=C%23&q=Identity)
[IdentityProvider](https://www.google.com/search?num=5&q=IdentityProvider+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.IdentityProvider](https://github.com/dahall/Vanara/search?l=C%23&q=IdentityProvider)
[IEnumUnknownImpl](https://www.google.com/search?num=5&q=IEnumUnknownImpl+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.IEnumUnknownImpl](https://github.com/dahall/Vanara/search?l=C%23&q=IEnumUnknownImpl)
[Image](https://www.google.com/search?num=5&q=Image+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Image](https://github.com/dahall/Vanara/search?l=C%23&q=Image)
[INTERFACEINFO](https://www.google.com/search?num=5&q=INTERFACEINFO+site%3Alearn.microsoft.com) | objidl.h | [Vanara.PInvoke.Ole32.INTERFACEINFO](https://github.com/dahall/Vanara/search?l=C%23&q=INTERFACEINFO)
[JA](https://www.google.com/search?num=5&q=JA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Contact.JA](https://github.com/dahall/Vanara/search?l=C%23&q=JA)
[Journal](https://www.google.com/search?num=5&q=Journal+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Journal](https://github.com/dahall/Vanara/search?l=C%23&q=Journal)
[LayoutPattern](https://www.google.com/search?num=5&q=LayoutPattern+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.LayoutPattern](https://github.com/dahall/Vanara/search?l=C%23&q=LayoutPattern)
[Link](https://www.google.com/search?num=5&q=Link+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Link](https://github.com/dahall/Vanara/search?l=C%23&q=Link)
[Media](https://www.google.com/search?num=5&q=Media+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Media](https://github.com/dahall/Vanara/search?l=C%23&q=Media)
[Message](https://www.google.com/search?num=5&q=Message+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Message](https://github.com/dahall/Vanara/search?l=C%23&q=Message)
[Music](https://www.google.com/search?num=5&q=Music+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Music](https://github.com/dahall/Vanara/search?l=C%23&q=Music)
[Note](https://www.google.com/search?num=5&q=Note+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Note](https://github.com/dahall/Vanara/search?l=C%23&q=Note)
[Notifications](https://www.google.com/search?num=5&q=Notifications+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Devices.Notifications](https://github.com/dahall/Vanara/search?l=C%23&q=Notifications)
[Photo](https://www.google.com/search?num=5&q=Photo+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Photo](https://github.com/dahall/Vanara/search?l=C%23&q=Photo)
[PropGroup](https://www.google.com/search?num=5&q=PropGroup+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.PropGroup](https://github.com/dahall/Vanara/search?l=C%23&q=PropGroup)
[PropList](https://www.google.com/search?num=5&q=PropList+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.PropList](https://github.com/dahall/Vanara/search?l=C%23&q=PropList)
[PROPVARIANT](https://www.google.com/search?num=5&q=PROPVARIANT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPVARIANT](https://github.com/dahall/Vanara/search?l=C%23&q=PROPVARIANT)
[PSExtensions](https://www.google.com/search?num=5&q=PSExtensions+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PSExtensions](https://github.com/dahall/Vanara/search?l=C%23&q=PSExtensions)
[RecordedTV](https://www.google.com/search?num=5&q=RecordedTV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.RecordedTV](https://github.com/dahall/Vanara/search?l=C%23&q=RecordedTV)
[Recycle](https://www.google.com/search?num=5&q=Recycle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Recycle](https://github.com/dahall/Vanara/search?l=C%23&q=Recycle)
[SafeArrayScopedAccessData](https://www.google.com/search?num=5&q=SafeArrayScopedAccessData+site%3Alearn.microsoft.com) | OleAuto.h | [Vanara.PInvoke.OleAut32.SafeArrayScopedAccessData](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayScopedAccessData)
[SafeBSTR](https://www.google.com/search?num=5&q=SafeBSTR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.SafeBSTR](https://github.com/dahall/Vanara/search?l=C%23&q=SafeBSTR)
[SafeDescriptorSAFEARRAY](https://www.google.com/search?num=5&q=SafeDescriptorSAFEARRAY+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.SafeDescriptorSAFEARRAY](https://github.com/dahall/Vanara/search?l=C%23&q=SafeDescriptorSAFEARRAY)
[SafeSAFEARRAY](https://www.google.com/search?num=5&q=SafeSAFEARRAY+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.SafeSAFEARRAY](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSAFEARRAY)
[Search](https://www.google.com/search?num=5&q=Search+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Search](https://github.com/dahall/Vanara/search?l=C%23&q=Search)
[Shell](https://www.google.com/search?num=5&q=Shell+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Shell](https://github.com/dahall/Vanara/search?l=C%23&q=Shell)
[SimpleFileBasedLog](https://www.google.com/search?num=5&q=SimpleFileBasedLog+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.SimpleFileBasedLog](https://github.com/dahall/Vanara/search?l=C%23&q=SimpleFileBasedLog)
[SNB](https://www.google.com/search?num=5&q=SNB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.SNB](https://github.com/dahall/Vanara/search?l=C%23&q=SNB)
[Software](https://www.google.com/search?num=5&q=Software+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Software](https://github.com/dahall/Vanara/search?l=C%23&q=Software)
[StdComponentCategoriesMgr](https://www.google.com/search?num=5&q=StdComponentCategoriesMgr+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.StdComponentCategoriesMgr](https://github.com/dahall/Vanara/search?l=C%23&q=StdComponentCategoriesMgr)
[Sync](https://www.google.com/search?num=5&q=Sync+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Sync](https://github.com/dahall/Vanara/search?l=C%23&q=Sync)
[System](https://www.google.com/search?num=5&q=System+site%3Alearn.microsoft.com) | Propkey.h | [Vanara.PInvoke.Ole32.PROPERTYKEY.System](https://github.com/dahall/Vanara/search?l=C%23&q=System)
[Task](https://www.google.com/search?num=5&q=Task+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Task](https://github.com/dahall/Vanara/search?l=C%23&q=Task)
[Video](https://www.google.com/search?num=5&q=Video+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Video](https://github.com/dahall/Vanara/search?l=C%23&q=Video)
[Volume](https://www.google.com/search?num=5&q=Volume+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.PROPERTYKEY.System.Volume](https://github.com/dahall/Vanara/search?l=C%23&q=Volume)