Updated project files for 4.0.1

nullableenabled v4.0.1
David Hall 2024-04-30 08:47:45 -06:00
parent a9f3a59106
commit 0234d0cd26
25 changed files with 520 additions and 34 deletions

View File

@ -10,7 +10,7 @@ Enum | Description | Values
---- | ---- | ----
[Vanara.InteropServices.CorrespondingAction](https://github.com/dahall/Vanara/search?l=C%23&q=CorrespondingAction) | Actions that can be taken with a corresponding type. | None, Get, Set, GetSet, Exception
[Vanara.RunTimeLib.FileAttributeConstant](https://github.com/dahall/Vanara/search?l=C%23&q=FileAttributeConstant) | These constants specify the current attributes of the file or directory specified by the function. | _A_NORMAL, _A_RDONLY, _A_HIDDEN, _A_SYSTEM, _A_SUBDIR, _A_ARCH
[Vanara.RunTimeLib.FileOpConstant](https://github.com/dahall/Vanara/search?l=C%23&q=FileOpConstant) | The integer expression formed from one or more of these constants determines the type of reading or writing operations permitted. It is formed by combining one or more constants with a translation-mode constant. | _O_RDONLY, _O_WRONLY, _O_RDWR, _O_APPEND, _O_RANDOM, _O_SEQUENTIAL, _O_TEMPORARY, _O_NOINHERIT, _O_CREAT, _O_TRUNC, _O_EXCL, _O_SHORT_LIVED, _O_OBTAIN_DIR, _O_TEXT, _O_RAW, _O_BINARY, _O_WTEXT, _O_U16TEXT, _O_U8TEXT
[Vanara.RunTimeLib.FileOpConstant](https://github.com/dahall/Vanara/search?l=C%23&q=FileOpConstant) | The integer expression formed from one or more of these constants determines the type of reading or writing operations permitted. It is formed by combining one or more constants with a translation-mode constant. | _O_RDONLY, _O_WRONLY, _O_RDWR, _O_APPEND, _O_RANDOM, _O_SEQUENTIAL, _O_TEMPORARY, _O_NOINHERIT, _O_CREAT, _O_TRUNC, _O_EXCL, _O_SHORT_LIVED, _O_OBTAIN_DIR, _O_TEXT, _O_BINARY, _O_RAW, _O_WTEXT, _O_U16TEXT, _O_U8TEXT
[Vanara.RunTimeLib.FilePermissionConstant](https://github.com/dahall/Vanara/search?l=C%23&q=FilePermissionConstant) | These constants are used to indicate file type in the st_mode field of the _stat structure. | _S_IEXEC, _S_IWRITE, _S_IREAD, _S_IFIFO, _S_IFCHR, _S_IFDIR, _S_IFREG, _S_IFMT
[Vanara.InteropServices.StringListPackMethod](https://github.com/dahall/Vanara/search?l=C%23&q=StringListPackMethod) | Method used to pack a list of strings into memory. | Concatenated, Packed
### Structures

View File

@ -0,0 +1,3 @@
#If NET5_0_OR_GREATER Then
<Assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")>
#End If

View File

@ -4,7 +4,7 @@
<SupportedDlls>FirewallApi.dll</SupportedDlls>
</ProjectExtensions>
<PropertyGroup>
<TargetFrameworks>net45;net48;net6.0-windows;net7.0-windows;net8.0-windows;netstandard2.0;netcoreapp3.1</TargetFrameworks>
<!--<TargetFrameworks>net45;net48;net6.0-windows;net7.0-windows;net8.0-windows;netstandard2.0;netcoreapp3.1</TargetFrameworks>-->
<Description>PInvoke API (methods, structures and constants) imported from FirewallApi.dll for Windows Firewall with Advanced Security.</Description>
<AssemblyName>Vanara.PInvoke.FirewallApi</AssemblyName>
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ PInvoke API (methods, structures and constants) imported from Windows Kernel32.d
- Includes methods from kernel32.dll, kernelbase.dll, normaliz.dll, vertdll.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Kernel32?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Kernel32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Kernel32)
### Methods - 100% API coverage (1152 of 1152 functions)
### Methods - 100% API coverage (1151 of 1151 functions)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[AcquireSRWLockExclusive](https://www.google.com/search?num=5&q=AcquireSRWLockExclusive+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.AcquireSRWLockExclusive](https://github.com/dahall/Vanara/search?l=C%23&q=AcquireSRWLockExclusive)
@ -140,9 +140,9 @@ Native Method | Native DLL | Header | Managed Method
[CreateThreadpool](https://www.google.com/search?num=5&q=CreateThreadpool+site%3Alearn.microsoft.com) | kernel32.dll | threadpoolapiset.h | [Vanara.PInvoke.Kernel32.CreateThreadpool](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpool)
[CreateThreadpoolCleanupGroup](https://www.google.com/search?num=5&q=CreateThreadpoolCleanupGroup+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateThreadpoolCleanupGroup](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpoolCleanupGroup)
[CreateThreadpoolIo](https://www.google.com/search?num=5&q=CreateThreadpoolIo+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateThreadpoolIo](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpoolIo)
[CreateThreadpoolTimer](https://www.google.com/search?num=5&q=CreateThreadpoolTimer+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.InternalCreateThreadpoolTimer](https://github.com/dahall/Vanara/search?l=C%23&q=InternalCreateThreadpoolTimer)
[CreateThreadpoolWait](https://www.google.com/search?num=5&q=CreateThreadpoolWait+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.InternalCreateThreadpoolWait](https://github.com/dahall/Vanara/search?l=C%23&q=InternalCreateThreadpoolWait)
[CreateThreadpoolWork](https://www.google.com/search?num=5&q=CreateThreadpoolWork+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.InternalCreateThreadpoolWork](https://github.com/dahall/Vanara/search?l=C%23&q=InternalCreateThreadpoolWork)
[CreateThreadpoolTimer](https://www.google.com/search?num=5&q=CreateThreadpoolTimer+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateThreadpoolTimer](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpoolTimer)
[CreateThreadpoolWait](https://www.google.com/search?num=5&q=CreateThreadpoolWait+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateThreadpoolWait](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpoolWait)
[CreateThreadpoolWork](https://www.google.com/search?num=5&q=CreateThreadpoolWork+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateThreadpoolWork](https://github.com/dahall/Vanara/search?l=C%23&q=CreateThreadpoolWork)
[CreateTimerQueue](https://www.google.com/search?num=5&q=CreateTimerQueue+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateTimerQueue](https://github.com/dahall/Vanara/search?l=C%23&q=CreateTimerQueue)
[CreateTimerQueueTimer](https://www.google.com/search?num=5&q=CreateTimerQueueTimer+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.CreateTimerQueueTimer](https://github.com/dahall/Vanara/search?l=C%23&q=CreateTimerQueueTimer)
[CreateToolhelp32Snapshot](https://www.google.com/search?num=5&q=CreateToolhelp32Snapshot+site%3Alearn.microsoft.com) | kernel32.dll | tlhelp32.h | [Vanara.PInvoke.Kernel32.CreateToolhelp32Snapshot](https://github.com/dahall/Vanara/search?l=C%23&q=CreateToolhelp32Snapshot)
@ -736,7 +736,6 @@ Native Method | Native DLL | Header | Managed Method
[MapViewOfFileNuma2](https://www.google.com/search?num=5&q=MapViewOfFileNuma2+site%3Alearn.microsoft.com) | kernelbase.dll | WinBase.h | [Vanara.PInvoke.Kernel32.MapViewOfFileNuma2](https://github.com/dahall/Vanara/search?l=C%23&q=MapViewOfFileNuma2)
[Module32First](https://www.google.com/search?num=5&q=Module32First+site%3Alearn.microsoft.com) | kernel32.dll | tlhelp32.h | [Vanara.PInvoke.Kernel32.Module32First](https://github.com/dahall/Vanara/search?l=C%23&q=Module32First)
[Module32Next](https://www.google.com/search?num=5&q=Module32Next+site%3Alearn.microsoft.com) | kernel32.dll | tlhelp32.h | [Vanara.PInvoke.Kernel32.Module32Next](https://github.com/dahall/Vanara/search?l=C%23&q=Module32Next)
[Module32NextA](https://www.google.com/search?num=5&q=Module32NextA+site%3Alearn.microsoft.com) | kernel32.dll | tlhelp32.h | [Vanara.PInvoke.Kernel32.Module32Next](https://github.com/dahall/Vanara/search?l=C%23&q=Module32Next)
[MoveFile](https://www.google.com/search?num=5&q=MoveFileA+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.MoveFile](https://github.com/dahall/Vanara/search?l=C%23&q=MoveFile)
[MoveFileEx](https://www.google.com/search?num=5&q=MoveFileExA+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.MoveFileEx](https://github.com/dahall/Vanara/search?l=C%23&q=MoveFileEx)
[MoveFileFromAppW](https://www.google.com/search?num=5&q=MoveFileFromAppW+site%3Alearn.microsoft.com) | kernelbase.dll | fileapifromapp.h | [Vanara.PInvoke.Kernel32.MoveFileFromAppW](https://github.com/dahall/Vanara/search?l=C%23&q=MoveFileFromAppW)
@ -895,7 +894,7 @@ Native Method | Native DLL | Header | Managed Method
[RtlCaptureContext](https://www.google.com/search?num=5&q=RtlCaptureContext+site%3Alearn.microsoft.com) | kernel32.dll | rtlsupportapi.h | [Vanara.PInvoke.Kernel32.RtlCaptureContext](https://github.com/dahall/Vanara/search?l=C%23&q=RtlCaptureContext)
[RtlCopyMemory](https://www.google.com/search?num=5&q=RtlCopyMemory+site%3Alearn.microsoft.com) | kernel32.dll | wdm.h | [Vanara.PInvoke.Kernel32.RtlCopyMemory](https://github.com/dahall/Vanara/search?l=C%23&q=RtlCopyMemory)
[RtlDeleteFunctionTable](https://www.google.com/search?num=5&q=RtlDeleteFunctionTable+site%3Alearn.microsoft.com) | kernel32.dll | rtlsupportapi.h | [Vanara.PInvoke.Kernel32.RtlDeleteFunctionTable](https://github.com/dahall/Vanara/search?l=C%23&q=RtlDeleteFunctionTable)
[RtlFillMemory](https://www.google.com/search?num=5&q=RtlFillMemory+site%3Alearn.microsoft.com) | kernel32.dll | wdm.h | [Vanara.PInvoke.Kernel32.RtlFillMemory](https://github.com/dahall/Vanara/search?l=C%23&q=RtlFillMemory)
[RtlFillMemory](https://www.google.com/search?num=5&q=RtlFillMemory+site%3Alearn.microsoft.com) | kernel32.dll | WinBase.h | [Vanara.PInvoke.Kernel32.FillMemory](https://github.com/dahall/Vanara/search?l=C%23&q=FillMemory)
[RtlInstallFunctionTableCallback](https://www.google.com/search?num=5&q=RtlInstallFunctionTableCallback+site%3Alearn.microsoft.com) | kernel32.dll | rtlsupportapi.h | [Vanara.PInvoke.Kernel32.RtlInstallFunctionTableCallback](https://github.com/dahall/Vanara/search?l=C%23&q=RtlInstallFunctionTableCallback)
[RtlLookupFunctionEntry](https://www.google.com/search?num=5&q=RtlLookupFunctionEntry+site%3Alearn.microsoft.com) | kernel32.dll | rtlsupportapi.h | [Vanara.PInvoke.Kernel32.RtlLookupFunctionEntry](https://github.com/dahall/Vanara/search?l=C%23&q=RtlLookupFunctionEntry)
[RtlMoveMemory](https://www.google.com/search?num=5&q=RtlMoveMemory+site%3Alearn.microsoft.com) | kernel32.dll | winnt.h | [Vanara.PInvoke.Kernel32.RtlMoveMemory](https://github.com/dahall/Vanara/search?l=C%23&q=RtlMoveMemory)

View File

@ -9,7 +9,15 @@
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;odbc32;odbc</PackageTags>
<PackageReleaseNotes />
<PackageReleaseNotes>Currently implements:
Functions
SQLAllocHandle SQLBindCol SQLBindParameter SQLBrowseConnect SQLBulkOperations SQLCancel SQLCancelHandle SQLCloseCursor SQLColAttribute SQLColumnPrivileges SQLColumns SQLConnect SQLCopyDesc SQLDataSources SQLDescribeCol SQLDescribeParam SQLDisconnect SQLDriverConnect SQLDrivers SQLEndTran SQLExecDirect SQLExecute SQLFetch SQLFetchScroll SQLForeignKeys SQLFreeHandle SQLFreeStmt SQLGetConnectAttr SQLGetCursorName SQLGetData SQLGetDescField SQLGetDescRec SQLGetDiagField SQLGetDiagRec SQLGetEnvAttr SQLGetFunctions SQLGetInfo SQLGetStmtAttr SQLGetTypeInfo SQLMoreResults SQLNativeSql SQLNumParams SQLNumResultCols SQLParamData SQLPrepare SQLPrimaryKeys SQLProcedureColumns SQLProcedures SQLPutData SQLRowCount SQLSetConnectAttr SQLSetCursorName SQLSetDescField SQLSetDescRec SQLSetEnvAttr SQLSetPos SQLSetStmtAttr SQLSpecialColumns SQLStatistics SQLTablePrivileges SQLTables
Structures
DATE_STRUCT INTVAL SQLHDBC SQLHDESC SQLHENV SQLHSTMT SQL_DAY_SECOND SQL_INTERVAL_STRUCT SQL_NUMERIC_STRUCT SQL_YEAR_MONTH TIMESTAMP_STRUCT TIME_STRUCT
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>

View File

@ -0,0 +1,21 @@
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Odbc32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Odbc32?label=NuGet&style=flat-square)](https://github.com/dahall/Vanara/releases)
[![Build status](https://img.shields.io/appveyor/build/dahall/vanara?label=AppVeyor%20build&style=flat-square)](https://ci.appveyor.com/project/dahall/vanara)
PInvoke API (methods, structures and constants) imported from Windows Odbc32.dll.
### **What is Vanara?**
[Vanara](https://github.com/dahall/Vanara) is a community project that contains various .NET assemblies which have P/Invoke functions, interfaces, enums and structures from Windows libraries. Each assembly is associated with one or a few tightly related libraries.
### **Issues?**
First check if it's already fixed by trying the [AppVeyor build](https://ci.appveyor.com/nuget/vanara-prerelease).
If you're still running into problems, file an [issue](https://github.com/dahall/Vanara/issues).
### **Included in Vanara.PInvoke.Odbc32**
Functions | Enumerations | Structures
--- | --- | ---
SQLAllocHandle SQLBindCol SQLBindParameter SQLBrowseConnect SQLBulkOperations SQLCancel SQLCancelHandle SQLCloseCursor SQLColAttribute SQLColumnPrivileges SQLColumns SQLConnect SQLCopyDesc SQLDataSources SQLDescribeCol SQLDescribeParam SQLDisconnect SQLDriverConnect SQLDrivers SQLEndTran SQLExecDirect SQLExecute SQLFetch SQLFetchScroll SQLForeignKeys SQLFreeHandle SQLFreeStmt SQLGetConnectAttr SQLGetCursorName SQLGetData SQLGetDescField SQLGetDescRec SQLGetDiagField SQLGetDiagRec SQLGetEnvAttr SQLGetFunctions SQLGetInfo SQLGetStmtAttr SQLGetTypeInfo SQLMoreResults SQLNativeSql SQLNumParams SQLNumResultCols SQLParamData SQLPrepare SQLPrimaryKeys SQLProcedureColumns SQLProcedures SQLPutData SQLRowCount SQLSetConnectAttr SQLSetCursorName SQLSetDescField SQLSetDescRec SQLSetEnvAttr SQLSetPos SQLSetStmtAttr SQLSpecialColumns SQLStatistics SQLTablePrivileges SQLTables | SQL_AD SQL_AF SQL_AM SQL_API SQL_ASYNC_DBC SQL_ASYNC_NOTIFICATION SQL_AT SQL_ATTR SQL_BOOL SQL_BP SQL_BRC SQL_BS SQL_C SQL_CA SQL_CA1 SQL_CA2 SQL_CB SQL_CCB SQL_CCOL SQL_CCS SQL_CDO SQL_CL SQL_CN SQL_COLID SQL_COLUMN SQL_COMMIT SQL_CP SQL_CP_MATCH SQL_CS SQL_CT SQL_CTR SQL_CU SQL_CURSOR SQL_CV SQL_CVT SQL_DA SQL_DC SQL_DCS SQL_DD SQL_DESC SQL_DI SQL_DIAG_ID SQL_DL SQL_DRIVER SQL_DRIVER_AWARE_POOLING SQL_DS SQL_DT SQL_DTC SQL_DTR SQL_DV SQL_FCODE SQL_FD SQL_FETCH SQL_FETCH_DIRECTION SQL_FILE SQL_FN_CVT SQL_FN_NUM SQL_FN_STR SQL_FN_SYS SQL_FN_TD SQL_FN_TSI SQL_GB SQL_GD SQL_HANDLE SQL_IC SQL_IK SQL_INDEX SQL_INDEX_TYPE SQL_INFO SQL_IS SQL_ISV SQL_LCK SQL_LOCK SQL_NC SQL_NNC SQL_NULLABILITY SQL_OAC SQL_OIC SQL_OJ SQL_OSC SQL_OSCC SQL_OU SQL_OV SQL_PARC SQL_PAS SQL_POS SQL_PS SQL_QL SQL_QU SQL_RES SQL_SC SQL_SCC SQL_SCCO SQL_SCOPE SQL_SDF SQL_SFKD SQL_SFKU SQL_SG SQL_SNVF SQL_SO SQL_SP SQL_SQ SQL_SR SQL_SRJO SQL_SRVC SQL_SS SQL_SSF SQL_STMT SQL_SU SQL_SVE SQL_TC SQL_TXN SQL_TYPE SQL_U SQL_US SQLBulkOperation SQLINTERVAL SQLRETURN | SQLHDBC SQLHDESC SQLHENV SQLHSTMT DATE_STRUCT SQL_DAY_SECOND SQL_INTERVAL_STRUCT SQL_NUMERIC_STRUCT SQL_YEAR_MONTH TIME_STRUCT TIMESTAMP_STRUCT INTVAL

214
PInvoke/Odbc32/readme.md Normal file
View File

@ -0,0 +1,214 @@
## Vanara.PInvoke.Odbc32
PInvoke API (methods, structures and constants) imported from Windows Odbc32.dll.
- Includes methods from odbc32.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Odbc32?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Odbc32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Odbc32)
### Methods - 100% API coverage (61 of 61 functions)
Native Method | Header | Managed Method
--- | --- | ---
[SQLAllocHandle](https://www.google.com/search?num=5&q=SQLAllocHandle+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLAllocHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SQLAllocHandle)
[SQLBindCol](https://www.google.com/search?num=5&q=SQLBindCol+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLBindCol](https://github.com/dahall/Vanara/search?l=C%23&q=SQLBindCol)
[SQLBindParameter](https://www.google.com/search?num=5&q=SQLBindParameter+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLBindParameter](https://github.com/dahall/Vanara/search?l=C%23&q=SQLBindParameter)
[SQLBrowseConnect](https://www.google.com/search?num=5&q=SQLBrowseConnect+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLBrowseConnect](https://github.com/dahall/Vanara/search?l=C%23&q=SQLBrowseConnect)
[SQLBulkOperations](https://www.google.com/search?num=5&q=SQLBulkOperations+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLBulkOperations](https://github.com/dahall/Vanara/search?l=C%23&q=SQLBulkOperations)
[SQLCancel](https://www.google.com/search?num=5&q=SQLCancel+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLCancel](https://github.com/dahall/Vanara/search?l=C%23&q=SQLCancel)
[SQLCancelHandle](https://www.google.com/search?num=5&q=SQLCancelHandle+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLCancelHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SQLCancelHandle)
[SQLCloseCursor](https://www.google.com/search?num=5&q=SQLCloseCursor+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLCloseCursor](https://github.com/dahall/Vanara/search?l=C%23&q=SQLCloseCursor)
[SQLColAttribute](https://www.google.com/search?num=5&q=SQLColAttribute+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLColAttribute](https://github.com/dahall/Vanara/search?l=C%23&q=SQLColAttribute)
[SQLColumnPrivileges](https://www.google.com/search?num=5&q=SQLColumnPrivileges+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLColumnPrivileges](https://github.com/dahall/Vanara/search?l=C%23&q=SQLColumnPrivileges)
[SQLColumns](https://www.google.com/search?num=5&q=SQLColumns+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLColumns](https://github.com/dahall/Vanara/search?l=C%23&q=SQLColumns)
[SQLConnect](https://www.google.com/search?num=5&q=SQLConnect+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLConnect](https://github.com/dahall/Vanara/search?l=C%23&q=SQLConnect)
[SQLCopyDesc](https://www.google.com/search?num=5&q=SQLCopyDesc+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLCopyDesc](https://github.com/dahall/Vanara/search?l=C%23&q=SQLCopyDesc)
[SQLDataSources](https://www.google.com/search?num=5&q=SQLDataSources+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDataSources](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDataSources)
[SQLDescribeCol](https://www.google.com/search?num=5&q=SQLDescribeCol+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDescribeCol](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDescribeCol)
[SQLDescribeParam](https://www.google.com/search?num=5&q=SQLDescribeParam+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDescribeParam](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDescribeParam)
[SQLDisconnect](https://www.google.com/search?num=5&q=SQLDisconnect+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDisconnect](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDisconnect)
[SQLDriverConnect](https://www.google.com/search?num=5&q=SQLDriverConnect+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDriverConnect](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDriverConnect)
[SQLDrivers](https://www.google.com/search?num=5&q=SQLDrivers+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLDrivers](https://github.com/dahall/Vanara/search?l=C%23&q=SQLDrivers)
[SQLEndTran](https://www.google.com/search?num=5&q=SQLEndTran+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLEndTran](https://github.com/dahall/Vanara/search?l=C%23&q=SQLEndTran)
[SQLExecDirect](https://www.google.com/search?num=5&q=SQLExecDirect+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLExecDirect](https://github.com/dahall/Vanara/search?l=C%23&q=SQLExecDirect)
[SQLExecute](https://www.google.com/search?num=5&q=SQLExecute+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLExecute](https://github.com/dahall/Vanara/search?l=C%23&q=SQLExecute)
[SQLFetch](https://www.google.com/search?num=5&q=SQLFetch+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLFetch](https://github.com/dahall/Vanara/search?l=C%23&q=SQLFetch)
[SQLFetchScroll](https://www.google.com/search?num=5&q=SQLFetchScroll+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLFetchScroll](https://github.com/dahall/Vanara/search?l=C%23&q=SQLFetchScroll)
[SQLForeignKeys](https://www.google.com/search?num=5&q=SQLForeignKeys+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLForeignKeys](https://github.com/dahall/Vanara/search?l=C%23&q=SQLForeignKeys)
[SQLFreeHandle](https://www.google.com/search?num=5&q=SQLFreeHandle+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLFreeHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SQLFreeHandle)
[SQLFreeStmt](https://www.google.com/search?num=5&q=SQLFreeStmt+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLFreeStmt](https://github.com/dahall/Vanara/search?l=C%23&q=SQLFreeStmt)
[SQLGetConnectAttr](https://www.google.com/search?num=5&q=SQLGetConnectAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetConnectAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetConnectAttr)
[SQLGetCursorName](https://www.google.com/search?num=5&q=SQLGetCursorName+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetCursorName](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetCursorName)
[SQLGetData](https://www.google.com/search?num=5&q=SQLGetData+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetData](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetData)
[SQLGetDescField](https://www.google.com/search?num=5&q=SQLGetDescField+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetDescField](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetDescField)
[SQLGetDescRec](https://www.google.com/search?num=5&q=SQLGetDescRec+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetDescRec](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetDescRec)
[SQLGetDiagField](https://www.google.com/search?num=5&q=SQLGetDiagField+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetDiagField](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetDiagField)
[SQLGetDiagRec](https://www.google.com/search?num=5&q=SQLGetDiagRec+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetDiagRec](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetDiagRec)
[SQLGetEnvAttr](https://www.google.com/search?num=5&q=SQLGetEnvAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetEnvAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetEnvAttr)
[SQLGetFunctions](https://www.google.com/search?num=5&q=SQLGetFunctions+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetFunctions](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetFunctions)
[SQLGetInfo](https://www.google.com/search?num=5&q=SQLGetInfo+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetInfo)
[SQLGetStmtAttr](https://www.google.com/search?num=5&q=SQLGetStmtAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetStmtAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetStmtAttr)
[SQLGetTypeInfo](https://www.google.com/search?num=5&q=SQLGetTypeInfo+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLGetTypeInfo](https://github.com/dahall/Vanara/search?l=C%23&q=SQLGetTypeInfo)
[SQLMoreResults](https://www.google.com/search?num=5&q=SQLMoreResults+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLMoreResults](https://github.com/dahall/Vanara/search?l=C%23&q=SQLMoreResults)
[SQLNativeSql](https://www.google.com/search?num=5&q=SQLNativeSql+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLNativeSql](https://github.com/dahall/Vanara/search?l=C%23&q=SQLNativeSql)
[SQLNumParams](https://www.google.com/search?num=5&q=SQLNumParams+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLNumParams](https://github.com/dahall/Vanara/search?l=C%23&q=SQLNumParams)
[SQLNumResultCols](https://www.google.com/search?num=5&q=SQLNumResultCols+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLNumResultCols](https://github.com/dahall/Vanara/search?l=C%23&q=SQLNumResultCols)
[SQLParamData](https://www.google.com/search?num=5&q=SQLParamData+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLParamData](https://github.com/dahall/Vanara/search?l=C%23&q=SQLParamData)
[SQLPrepare](https://www.google.com/search?num=5&q=SQLPrepare+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLPrepare](https://github.com/dahall/Vanara/search?l=C%23&q=SQLPrepare)
[SQLPrimaryKeys](https://www.google.com/search?num=5&q=SQLPrimaryKeys+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLPrimaryKeys](https://github.com/dahall/Vanara/search?l=C%23&q=SQLPrimaryKeys)
[SQLProcedureColumns](https://www.google.com/search?num=5&q=SQLProcedureColumns+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLProcedureColumns](https://github.com/dahall/Vanara/search?l=C%23&q=SQLProcedureColumns)
[SQLProcedures](https://www.google.com/search?num=5&q=SQLProcedures+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLProcedures](https://github.com/dahall/Vanara/search?l=C%23&q=SQLProcedures)
[SQLPutData](https://www.google.com/search?num=5&q=SQLPutData+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLPutData](https://github.com/dahall/Vanara/search?l=C%23&q=SQLPutData)
[SQLRowCount](https://www.google.com/search?num=5&q=SQLRowCount+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLRowCount](https://github.com/dahall/Vanara/search?l=C%23&q=SQLRowCount)
[SQLSetConnectAttr](https://www.google.com/search?num=5&q=SQLSetConnectAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetConnectAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetConnectAttr)
[SQLSetCursorName](https://www.google.com/search?num=5&q=SQLSetCursorName+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetCursorName](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetCursorName)
[SQLSetDescField](https://www.google.com/search?num=5&q=SQLSetDescField+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetDescField](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetDescField)
[SQLSetDescRec](https://www.google.com/search?num=5&q=SQLSetDescRec+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetDescRec](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetDescRec)
[SQLSetEnvAttr](https://www.google.com/search?num=5&q=SQLSetEnvAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetEnvAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetEnvAttr)
[SQLSetPos](https://www.google.com/search?num=5&q=SQLSetPos+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetPos](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetPos)
[SQLSetStmtAttr](https://www.google.com/search?num=5&q=SQLSetStmtAttr+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSetStmtAttr](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSetStmtAttr)
[SQLSpecialColumns](https://www.google.com/search?num=5&q=SQLSpecialColumns+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLSpecialColumns](https://github.com/dahall/Vanara/search?l=C%23&q=SQLSpecialColumns)
[SQLStatistics](https://www.google.com/search?num=5&q=SQLStatistics+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLStatistics](https://github.com/dahall/Vanara/search?l=C%23&q=SQLStatistics)
[SQLTablePrivileges](https://www.google.com/search?num=5&q=SQLTablePrivileges+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLTablePrivileges](https://github.com/dahall/Vanara/search?l=C%23&q=SQLTablePrivileges)
[SQLTables](https://www.google.com/search?num=5&q=SQLTables+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQLTables](https://github.com/dahall/Vanara/search?l=C%23&q=SQLTables)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[SQL_AD](https://www.google.com/search?num=5&q=SQL_AD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_AD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_AD)
[SQL_AF](https://www.google.com/search?num=5&q=SQL_AF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_AF](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_AF)
[SQL_AM](https://www.google.com/search?num=5&q=SQL_AM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_AM](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_AM)
[SQL_API](https://www.google.com/search?num=5&q=SQL_API+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_API](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_API)
[SQL_ASYNC_DBC](https://www.google.com/search?num=5&q=SQL_ASYNC_DBC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_ASYNC_DBC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_ASYNC_DBC)
[SQL_ASYNC_NOTIFICATION](https://www.google.com/search?num=5&q=SQL_ASYNC_NOTIFICATION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_ASYNC_NOTIFICATION](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_ASYNC_NOTIFICATION)
[SQL_AT](https://www.google.com/search?num=5&q=SQL_AT+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_AT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_AT)
[SQL_ATTR](https://www.google.com/search?num=5&q=SQL_ATTR+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_ATTR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_ATTR)
[SQL_BOOL](https://www.google.com/search?num=5&q=SQL_BOOL+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_BOOL](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_BOOL)
[SQL_BP](https://www.google.com/search?num=5&q=SQL_BP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_BP](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_BP)
[SQL_BRC](https://www.google.com/search?num=5&q=SQL_BRC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_BRC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_BRC)
[SQL_BS](https://www.google.com/search?num=5&q=SQL_BS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_BS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_BS)
[SQL_C](https://www.google.com/search?num=5&q=SQL_C+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_C](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_C)
[SQL_CA](https://www.google.com/search?num=5&q=SQL_CA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CA](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CA)
[SQL_CA1](https://www.google.com/search?num=5&q=SQL_CA1+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CA1](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CA1)
[SQL_CA2](https://www.google.com/search?num=5&q=SQL_CA2+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CA2](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CA2)
[SQL_CB](https://www.google.com/search?num=5&q=SQL_CB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CB](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CB)
[SQL_CCB](https://www.google.com/search?num=5&q=SQL_CCB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CCB](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CCB)
[SQL_CCOL](https://www.google.com/search?num=5&q=SQL_CCOL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CCOL](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CCOL)
[SQL_CCS](https://www.google.com/search?num=5&q=SQL_CCS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CCS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CCS)
[SQL_CDO](https://www.google.com/search?num=5&q=SQL_CDO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CDO](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CDO)
[SQL_CL](https://www.google.com/search?num=5&q=SQL_CL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CL](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CL)
[SQL_CN](https://www.google.com/search?num=5&q=SQL_CN+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CN](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CN)
[SQL_COLID](https://www.google.com/search?num=5&q=SQL_COLID+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_COLID](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_COLID)
[SQL_COLUMN](https://www.google.com/search?num=5&q=SQL_COLUMN+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_COLUMN](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_COLUMN)
[SQL_COMMIT](https://www.google.com/search?num=5&q=SQL_COMMIT+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_COMMIT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_COMMIT)
[SQL_CP](https://www.google.com/search?num=5&q=SQL_CP+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_CP](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CP)
[SQL_CP_MATCH](https://www.google.com/search?num=5&q=SQL_CP_MATCH+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_CP_MATCH](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CP_MATCH)
[SQL_CS](https://www.google.com/search?num=5&q=SQL_CS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CS)
[SQL_CT](https://www.google.com/search?num=5&q=SQL_CT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CT)
[SQL_CTR](https://www.google.com/search?num=5&q=SQL_CTR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CTR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CTR)
[SQL_CU](https://www.google.com/search?num=5&q=SQL_CU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CU](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CU)
[SQL_CURSOR](https://www.google.com/search?num=5&q=SQL_CURSOR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CURSOR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CURSOR)
[SQL_CV](https://www.google.com/search?num=5&q=SQL_CV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_CV](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CV)
[SQL_CVT](https://www.google.com/search?num=5&q=SQL_CVT+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_CVT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_CVT)
[SQL_DA](https://www.google.com/search?num=5&q=SQL_DA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DA](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DA)
[SQL_DC](https://www.google.com/search?num=5&q=SQL_DC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DC)
[SQL_DCS](https://www.google.com/search?num=5&q=SQL_DCS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DCS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DCS)
[SQL_DD](https://www.google.com/search?num=5&q=SQL_DD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DD)
[SQL_DESC](https://www.google.com/search?num=5&q=SQL_DESC+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_DESC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DESC)
[SQL_DI](https://www.google.com/search?num=5&q=SQL_DI+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DI](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DI)
[SQL_DIAG_ID](https://www.google.com/search?num=5&q=SQL_DIAG_ID+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_DIAG_ID](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DIAG_ID)
[SQL_DL](https://www.google.com/search?num=5&q=SQL_DL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DL](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DL)
[SQL_DRIVER](https://www.google.com/search?num=5&q=SQL_DRIVER+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_DRIVER](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DRIVER)
[SQL_DRIVER_AWARE_POOLING](https://www.google.com/search?num=5&q=SQL_DRIVER_AWARE_POOLING+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DRIVER_AWARE_POOLING](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DRIVER_AWARE_POOLING)
[SQL_DS](https://www.google.com/search?num=5&q=SQL_DS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DS)
[SQL_DT](https://www.google.com/search?num=5&q=SQL_DT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DT)
[SQL_DTC](https://www.google.com/search?num=5&q=SQL_DTC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DTC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DTC)
[SQL_DTR](https://www.google.com/search?num=5&q=SQL_DTR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DTR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DTR)
[SQL_DV](https://www.google.com/search?num=5&q=SQL_DV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_DV](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DV)
[SQL_FCODE](https://www.google.com/search?num=5&q=SQL_FCODE+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_FCODE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FCODE)
[SQL_FD](https://www.google.com/search?num=5&q=SQL_FD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FD)
[SQL_FETCH](https://www.google.com/search?num=5&q=SQL_FETCH+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_FETCH](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FETCH)
[SQL_FETCH_DIRECTION](https://www.google.com/search?num=5&q=SQL_FETCH_DIRECTION+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_FETCH_DIRECTION](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FETCH_DIRECTION)
[SQL_FILE](https://www.google.com/search?num=5&q=SQL_FILE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FILE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FILE)
[SQL_FN_CVT](https://www.google.com/search?num=5&q=SQL_FN_CVT+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_FN_CVT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_CVT)
[SQL_FN_NUM](https://www.google.com/search?num=5&q=SQL_FN_NUM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FN_NUM](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_NUM)
[SQL_FN_STR](https://www.google.com/search?num=5&q=SQL_FN_STR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FN_STR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_STR)
[SQL_FN_SYS](https://www.google.com/search?num=5&q=SQL_FN_SYS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FN_SYS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_SYS)
[SQL_FN_TD](https://www.google.com/search?num=5&q=SQL_FN_TD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FN_TD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_TD)
[SQL_FN_TSI](https://www.google.com/search?num=5&q=SQL_FN_TSI+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_FN_TSI](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_FN_TSI)
[SQL_GB](https://www.google.com/search?num=5&q=SQL_GB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_GB](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_GB)
[SQL_GD](https://www.google.com/search?num=5&q=SQL_GD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_GD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_GD)
[SQL_HANDLE](https://www.google.com/search?num=5&q=SQL_HANDLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_HANDLE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_HANDLE)
[SQL_IC](https://www.google.com/search?num=5&q=SQL_IC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_IC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_IC)
[SQL_IK](https://www.google.com/search?num=5&q=SQL_IK+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_IK](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_IK)
[SQL_INDEX](https://www.google.com/search?num=5&q=SQL_INDEX+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_INDEX](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_INDEX)
[SQL_INDEX_TYPE](https://www.google.com/search?num=5&q=SQL_INDEX_TYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_INDEX_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_INDEX_TYPE)
[SQL_INFO](https://www.google.com/search?num=5&q=SQL_INFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_INFO)
[SQL_IS](https://www.google.com/search?num=5&q=SQL_IS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_IS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_IS)
[SQL_ISV](https://www.google.com/search?num=5&q=SQL_ISV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_ISV](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_ISV)
[SQL_LCK](https://www.google.com/search?num=5&q=SQL_LCK+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_LCK](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_LCK)
[SQL_LOCK](https://www.google.com/search?num=5&q=SQL_LOCK+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_LOCK](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_LOCK)
[SQL_NC](https://www.google.com/search?num=5&q=SQL_NC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_NC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_NC)
[SQL_NNC](https://www.google.com/search?num=5&q=SQL_NNC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_NNC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_NNC)
[SQL_NULLABILITY](https://www.google.com/search?num=5&q=SQL_NULLABILITY+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_NULLABILITY](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_NULLABILITY)
[SQL_OAC](https://www.google.com/search?num=5&q=SQL_OAC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OAC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OAC)
[SQL_OIC](https://www.google.com/search?num=5&q=SQL_OIC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OIC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OIC)
[SQL_OJ](https://www.google.com/search?num=5&q=SQL_OJ+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OJ](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OJ)
[SQL_OSC](https://www.google.com/search?num=5&q=SQL_OSC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OSC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OSC)
[SQL_OSCC](https://www.google.com/search?num=5&q=SQL_OSCC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OSCC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OSCC)
[SQL_OU](https://www.google.com/search?num=5&q=SQL_OU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_OU](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OU)
[SQL_OV](https://www.google.com/search?num=5&q=SQL_OV+site%3Alearn.microsoft.com) | sqlext.h | [Vanara.PInvoke.Odbc32.SQL_OV](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_OV)
[SQL_PARC](https://www.google.com/search?num=5&q=SQL_PARC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_PARC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_PARC)
[SQL_PAS](https://www.google.com/search?num=5&q=SQL_PAS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_PAS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_PAS)
[SQL_POS](https://www.google.com/search?num=5&q=SQL_POS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_POS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_POS)
[SQL_PS](https://www.google.com/search?num=5&q=SQL_PS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_PS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_PS)
[SQL_QL](https://www.google.com/search?num=5&q=SQL_QL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_QL](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_QL)
[SQL_QU](https://www.google.com/search?num=5&q=SQL_QU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_QU](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_QU)
[SQL_RES](https://www.google.com/search?num=5&q=SQL_RES+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_RES](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_RES)
[SQL_SC](https://www.google.com/search?num=5&q=SQL_SC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SC)
[SQL_SCC](https://www.google.com/search?num=5&q=SQL_SCC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SCC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SCC)
[SQL_SCCO](https://www.google.com/search?num=5&q=SQL_SCCO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SCCO](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SCCO)
[SQL_SCOPE](https://www.google.com/search?num=5&q=SQL_SCOPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SCOPE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SCOPE)
[SQL_SDF](https://www.google.com/search?num=5&q=SQL_SDF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SDF](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SDF)
[SQL_SFKD](https://www.google.com/search?num=5&q=SQL_SFKD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SFKD](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SFKD)
[SQL_SFKU](https://www.google.com/search?num=5&q=SQL_SFKU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SFKU](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SFKU)
[SQL_SG](https://www.google.com/search?num=5&q=SQL_SG+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SG](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SG)
[SQL_SNVF](https://www.google.com/search?num=5&q=SQL_SNVF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SNVF](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SNVF)
[SQL_SO](https://www.google.com/search?num=5&q=SQL_SO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SO](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SO)
[SQL_SP](https://www.google.com/search?num=5&q=SQL_SP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SP](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SP)
[SQL_SQ](https://www.google.com/search?num=5&q=SQL_SQ+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SQ](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SQ)
[SQL_SR](https://www.google.com/search?num=5&q=SQL_SR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SR](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SR)
[SQL_SRJO](https://www.google.com/search?num=5&q=SQL_SRJO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SRJO](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SRJO)
[SQL_SRVC](https://www.google.com/search?num=5&q=SQL_SRVC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SRVC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SRVC)
[SQL_SS](https://www.google.com/search?num=5&q=SQL_SS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SS](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SS)
[SQL_SSF](https://www.google.com/search?num=5&q=SQL_SSF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SSF](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SSF)
[SQL_STMT](https://www.google.com/search?num=5&q=SQL_STMT+site%3Alearn.microsoft.com) | sql.h | [Vanara.PInvoke.Odbc32.SQL_STMT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_STMT)
[SQL_SU](https://www.google.com/search?num=5&q=SQL_SU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SU](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SU)
[SQL_SVE](https://www.google.com/search?num=5&q=SQL_SVE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_SVE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_SVE)
[SQL_TC](https://www.google.com/search?num=5&q=SQL_TC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_TC](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_TC)
[SQL_TXN](https://www.google.com/search?num=5&q=SQL_TXN+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_TXN](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_TXN)
[SQL_TYPE](https://www.google.com/search?num=5&q=SQL_TYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_TYPE)
[SQL_U](https://www.google.com/search?num=5&q=SQL_U+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_U](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_U)
[SQL_US](https://www.google.com/search?num=5&q=SQL_US+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_US](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_US)
[SQLBulkOperation](https://www.google.com/search?num=5&q=SQLBulkOperation+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQLBulkOperation](https://github.com/dahall/Vanara/search?l=C%23&q=SQLBulkOperation)
[SQLINTERVAL](https://www.google.com/search?num=5&q=SQLINTERVAL+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQLINTERVAL](https://github.com/dahall/Vanara/search?l=C%23&q=SQLINTERVAL)
[SQLRETURN](https://www.google.com/search?num=5&q=SQLRETURN+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQLRETURN](https://github.com/dahall/Vanara/search?l=C%23&q=SQLRETURN)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[DATE_STRUCT](https://www.google.com/search?num=5&q=DATE_STRUCT+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.DATE_STRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=DATE_STRUCT)
[INTVAL](https://www.google.com/search?num=5&q=INTVAL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQL_INTERVAL_STRUCT.INTVAL](https://github.com/dahall/Vanara/search?l=C%23&q=INTVAL)
[SQL_DAY_SECOND](https://www.google.com/search?num=5&q=SQL_DAY_SECOND+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQL_DAY_SECOND](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_DAY_SECOND)
[SQL_INTERVAL_STRUCT](https://www.google.com/search?num=5&q=SQL_INTERVAL_STRUCT+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQL_INTERVAL_STRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_INTERVAL_STRUCT)
[SQL_NUMERIC_STRUCT](https://www.google.com/search?num=5&q=SQL_NUMERIC_STRUCT+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQL_NUMERIC_STRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_NUMERIC_STRUCT)
[SQL_YEAR_MONTH](https://www.google.com/search?num=5&q=SQL_YEAR_MONTH+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.SQL_YEAR_MONTH](https://github.com/dahall/Vanara/search?l=C%23&q=SQL_YEAR_MONTH)
[SQLHDBC](https://www.google.com/search?num=5&q=SQLHDBC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQLHDBC](https://github.com/dahall/Vanara/search?l=C%23&q=SQLHDBC)
[SQLHDESC](https://www.google.com/search?num=5&q=SQLHDESC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQLHDESC](https://github.com/dahall/Vanara/search?l=C%23&q=SQLHDESC)
[SQLHENV](https://www.google.com/search?num=5&q=SQLHENV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQLHENV](https://github.com/dahall/Vanara/search?l=C%23&q=SQLHENV)
[SQLHSTMT](https://www.google.com/search?num=5&q=SQLHSTMT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SQLHSTMT](https://github.com/dahall/Vanara/search?l=C%23&q=SQLHSTMT)
[TIME_STRUCT](https://www.google.com/search?num=5&q=TIME_STRUCT+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.TIME_STRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=TIME_STRUCT)
[TIMESTAMP_STRUCT](https://www.google.com/search?num=5&q=TIMESTAMP_STRUCT+site%3Alearn.microsoft.com) | sqltypes.h | [Vanara.PInvoke.Odbc32.TIMESTAMP_STRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=TIMESTAMP_STRUCT)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[Odbc32Error](https://www.google.com/search?num=5&q=Odbc32Error+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.Odbc32Exception.Odbc32Error](https://github.com/dahall/Vanara/search?l=C%23&q=Odbc32Error)
[Odbc32Exception](https://www.google.com/search?num=5&q=Odbc32Exception+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.Odbc32Exception](https://github.com/dahall/Vanara/search?l=C%23&q=Odbc32Exception)
[SafeSQLHDBC](https://www.google.com/search?num=5&q=SafeSQLHDBC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SafeSQLHDBC](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSQLHDBC)
[SafeSQLHDESC](https://www.google.com/search?num=5&q=SafeSQLHDESC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SafeSQLHDESC](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSQLHDESC)
[SafeSQLHENV](https://www.google.com/search?num=5&q=SafeSQLHENV+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SafeSQLHENV](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSQLHENV)
[SafeSQLHSTMT](https://www.google.com/search?num=5&q=SafeSQLHSTMT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Odbc32.SafeSQLHSTMT](https://github.com/dahall/Vanara/search?l=C%23&q=SafeSQLHSTMT)

View File

@ -1265,6 +1265,7 @@ Native Class | Header | Managed Class
[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)
[IMallocMemoryMethods](https://www.google.com/search?num=5&q=IMallocMemoryMethods+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.IMallocMemoryMethods](https://github.com/dahall/Vanara/search?l=C%23&q=IMallocMemoryMethods)
[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)
@ -1282,9 +1283,11 @@ Native Class | Header | Managed Class
[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)
[SafeArrayMarshaler](https://www.google.com/search?num=5&q=SafeArrayMarshaler+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleAut32.SafeArrayMarshaler](https://github.com/dahall/Vanara/search?l=C%23&q=SafeArrayMarshaler)
[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)
[SafeIMallocHandle](https://www.google.com/search?num=5&q=SafeIMallocHandle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.Ole32.SafeIMallocHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeIMallocHandle)
[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)

View File

@ -9,7 +9,16 @@
<AssemblyTitle>$(AssemblyName)</AssemblyTitle>
<PackageId>$(AssemblyName)</PackageId>
<PackageTags>pinvoke;vanara;net-extensions;interop;OleDb</PackageTags>
<PackageReleaseNotes />
<PackageReleaseNotes>Currently implements:
Structures
CIPROPERTYDEF CI_STATE DBBINDEXT DBBINDING DBCOLUMNACCESS DBCOLUMNDESC DBCOLUMNINFO DBCONSTRAINTDESC DBFAILUREINFO DBID DBIMPLICITSESSION DBINDEXCOLUMNDESC DBOBJECT DBPARAMINFO DBPARAMS DBPROP DBPROPINFO DBVECTOR DB_VARNUMERIC ERRORINFO MDAXISINFO RMTPACK SEC_OBJECT SEC_OBJECT_ELEMENT UGUID UNAME
Interfaces
IAccessor IColumnsInfo IColumnsInfo2 ICommand ICommandProperties ICommandText IDataInitialize IDBAsynchNotify IDBAsynchStatus IDBCreateCommand IDBCreateSession IDBInitialize IDBPromptInitialize IDBProperties IDBSchemaRowset IErrorLookup IErrorRecords IGetRow IOpenRowset IRowset IRowsetInfo ISessionProperties ISourcesRowset ISQLErrorInfo
</PackageReleaseNotes>
<PackageReadmeFile>pkgreadme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Core\Vanara.Core.csproj" />

View File

@ -0,0 +1,21 @@
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.OleDb NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.OleDb?label=NuGet&style=flat-square)](https://github.com/dahall/Vanara/releases)
[![Build status](https://img.shields.io/appveyor/build/dahall/vanara?label=AppVeyor%20build&style=flat-square)](https://ci.appveyor.com/project/dahall/vanara)
PInvoke API (methods, structures and constants) imported from Windows OLE DB.
### **What is Vanara?**
[Vanara](https://github.com/dahall/Vanara) is a community project that contains various .NET assemblies which have P/Invoke functions, interfaces, enums and structures from Windows libraries. Each assembly is associated with one or a few tightly related libraries.
### **Issues?**
First check if it's already fixed by trying the [AppVeyor build](https://ci.appveyor.com/nuget/vanara-prerelease).
If you're still running into problems, file an [issue](https://github.com/dahall/Vanara/issues).
### **Included in Vanara.PInvoke.OleDb**
Enumerations | Structures | Interfaces
--- | --- | ---
BMK_DURABILITY DB_BINDFLAGS DB_COLLATION DB_IMP_LEVEL DB_MODE DB_PROT_LEVEL DB_PT DB_SEARCHABLE DBACCESSORFLAGS DBASYNCHOP DBASYNCHPHASE DBBINDFLAG DBBINDSTATUS DBBINDURLFLAG DBBINDURLSTATUS DBBOOKMARK DBCOLUMNDESCFLAGS DBCOLUMNFLAGS DBCOMMANDPERSISTFLAG DBCOMPAREOPS DBCOMPUTEMODE DBCONSTRAINTTYPE DBDEFERRABILITY DBEVENTPHASE DBINDEX_COL_ORDER DBKIND DBMATCHTYPE DBMEMOWNER DBPARAMFLAGS DBPARAMIO DBPARAMTYPE DBPART DBPROMPT DBPROPENUM DBPROPFLAGS DBPROPOPTIONS DBPROPSTATUS DBPROPVAL_AO DBPROPVAL_ASYNCH DBPROPVAL_BD DBPROPVAL_BI DBPROPVAL_BMK DBPROPVAL_BO DBPROPVAL_CB DBPROPVAL_CD DBPROPVAL_CL DBPROPVAL_CM DBPROPVAL_CNB DBPROPVAL_CO DBPROPVAL_CS DBPROPVAL_CU DBPROPVAL_DF DBPROPVAL_DST DBPROPVAL_FU DBPROPVAL_GB DBPROPVAL_GU DBPROPVAL_HT DBPROPVAL_IC DBPROPVAL_IN DBPROPVAL_IT DBPROPVAL_LM DBPROPVAL_MR DBPROPVAL_NC DBPROPVAL_NP DBPROPVAL_NT DBPROPVAL_OA DBPROPVAL_OO DBPROPVAL_OP DBPROPVAL_ORS DBPROPVAL_OS DBPROPVAL_PT DBPROPVAL_RD DBPROPVAL_RT DBPROPVAL_SQ DBPROPVAL_SQL DBPROPVAL_SS DBPROPVAL_STGM DBPROPVAL_SU DBPROPVAL_TC DBPROPVAL_TI DBPROPVAL_TR DBPROPVAL_TS DBPROPVAL_UP DBREASON DBROWSTATUS DBSORT DBSTATUS DBTABLESTATISTICSTYPE26 DBTYPE DBUPDELRULE MD_DIMTYPE MDFF MDLEVEL_TYPE MDMEASURE_AGGR MDMEMBER_TYPE MDPROPVAL_AU MDPROPVAL_FS MDPROPVAL_MC MDPROPVAL_MD MDPROPVAL_MF MDPROPVAL_MJC MDPROPVAL_MMF MDPROPVAL_MNF MDPROPVAL_MOQ MDPROPVAL_MS MDPROPVAL_MSC MDPROPVAL_MSF MDPROPVAL_NL MDPROPVAL_NME MDPROPVAL_RR MDPROPVAL_VISUAL_MODE MDTREEOP DBPROMPTOPTIONS DBSOURCETYPE OleDbErr | DB_VARNUMERIC DBBINDEXT DBBINDING DBCOLUMNACCESS DBCOLUMNDESC DBCOLUMNINFO DBCONSTRAINTDESC DBFAILUREINFO DBID DBIMPLICITSESSION DBINDEXCOLUMNDESC DBOBJECT DBPARAMINFO DBPROP DBPROPINFO DBVECTOR MDAXISINFO RMTPACK SEC_OBJECT SEC_OBJECT_ELEMENT DBPARAMS CI_STATE CIPROPERTYDEF ERRORINFO UGUID UNAME | IDataInitialize IDBPromptInitialize IAccessor IColumnsInfo IColumnsInfo2 ICommand ICommandProperties ICommandText IDBAsynchNotify IDBAsynchStatus IDBCreateCommand IDBCreateSession IDBInitialize IDBProperties IDBSchemaRowset IErrorLookup IErrorRecords IGetRow IOpenRowset IRowset IRowsetInfo ISessionProperties ISourcesRowset ISQLErrorInfo

198
PInvoke/OleDb/readme.md Normal file
View File

@ -0,0 +1,198 @@
## Vanara.PInvoke.OleDb
PInvoke API (methods, structures and constants) imported from Windows OLE DB.
- Includes methods from Vanara.PInvoke.OleDb.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.OleDb?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.OleDb?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.OleDb)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[BMK_DURABILITY](https://www.google.com/search?num=5&q=BMK_DURABILITY+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.BMK_DURABILITY](https://github.com/dahall/Vanara/search?l=C%23&q=BMK_DURABILITY)
[DB_BINDFLAGS](https://www.google.com/search?num=5&q=DB_BINDFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_BINDFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DB_BINDFLAGS)
[DB_COLLATION](https://www.google.com/search?num=5&q=DB_COLLATION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_COLLATION](https://github.com/dahall/Vanara/search?l=C%23&q=DB_COLLATION)
[DB_IMP_LEVEL](https://www.google.com/search?num=5&q=DB_IMP_LEVEL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_IMP_LEVEL](https://github.com/dahall/Vanara/search?l=C%23&q=DB_IMP_LEVEL)
[DB_MODE](https://www.google.com/search?num=5&q=DB_MODE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_MODE](https://github.com/dahall/Vanara/search?l=C%23&q=DB_MODE)
[DB_PROT_LEVEL](https://www.google.com/search?num=5&q=DB_PROT_LEVEL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_PROT_LEVEL](https://github.com/dahall/Vanara/search?l=C%23&q=DB_PROT_LEVEL)
[DB_PT](https://www.google.com/search?num=5&q=DB_PT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_PT](https://github.com/dahall/Vanara/search?l=C%23&q=DB_PT)
[DB_SEARCHABLE](https://www.google.com/search?num=5&q=DB_SEARCHABLE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_SEARCHABLE](https://github.com/dahall/Vanara/search?l=C%23&q=DB_SEARCHABLE)
[DBACCESSORFLAGS](https://www.google.com/search?num=5&q=DBACCESSORFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBACCESSORFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DBACCESSORFLAGS)
[DBASYNCHOP](https://www.google.com/search?num=5&q=DBASYNCHOP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBASYNCHOP](https://github.com/dahall/Vanara/search?l=C%23&q=DBASYNCHOP)
[DBASYNCHPHASE](https://www.google.com/search?num=5&q=DBASYNCHPHASE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBASYNCHPHASE](https://github.com/dahall/Vanara/search?l=C%23&q=DBASYNCHPHASE)
[DBBINDFLAG](https://www.google.com/search?num=5&q=DBBINDFLAG+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDFLAG)
[DBBINDSTATUS](https://www.google.com/search?num=5&q=DBBINDSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDSTATUS)
[DBBINDURLFLAG](https://www.google.com/search?num=5&q=DBBINDURLFLAG+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDURLFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDURLFLAG)
[DBBINDURLSTATUS](https://www.google.com/search?num=5&q=DBBINDURLSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDURLSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDURLSTATUS)
[DBBOOKMARK](https://www.google.com/search?num=5&q=DBBOOKMARK+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBOOKMARK](https://github.com/dahall/Vanara/search?l=C%23&q=DBBOOKMARK)
[DBCOLUMNDESCFLAGS](https://www.google.com/search?num=5&q=DBCOLUMNDESCFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNDESCFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNDESCFLAGS)
[DBCOLUMNFLAGS](https://www.google.com/search?num=5&q=DBCOLUMNFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNFLAGS)
[DBCOMMANDPERSISTFLAG](https://www.google.com/search?num=5&q=DBCOMMANDPERSISTFLAG+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOMMANDPERSISTFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOMMANDPERSISTFLAG)
[DBCOMPAREOPS](https://www.google.com/search?num=5&q=DBCOMPAREOPS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOMPAREOPS](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOMPAREOPS)
[DBCOMPUTEMODE](https://www.google.com/search?num=5&q=DBCOMPUTEMODE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOMPUTEMODE](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOMPUTEMODE)
[DBCONSTRAINTTYPE](https://www.google.com/search?num=5&q=DBCONSTRAINTTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCONSTRAINTTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DBCONSTRAINTTYPE)
[DBDEFERRABILITY](https://www.google.com/search?num=5&q=DBDEFERRABILITY+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBDEFERRABILITY](https://github.com/dahall/Vanara/search?l=C%23&q=DBDEFERRABILITY)
[DBEVENTPHASE](https://www.google.com/search?num=5&q=DBEVENTPHASE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBEVENTPHASE](https://github.com/dahall/Vanara/search?l=C%23&q=DBEVENTPHASE)
[DBINDEX_COL_ORDER](https://www.google.com/search?num=5&q=DBINDEX_COL_ORDER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBINDEX_COL_ORDER](https://github.com/dahall/Vanara/search?l=C%23&q=DBINDEX_COL_ORDER)
[DBKIND](https://www.google.com/search?num=5&q=DBKIND+site%3Alearn.microsoft.com) | oledbguid.h | [Vanara.PInvoke.OleDb.DBKIND](https://github.com/dahall/Vanara/search?l=C%23&q=DBKIND)
[DBMATCHTYPE](https://www.google.com/search?num=5&q=DBMATCHTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBMATCHTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DBMATCHTYPE)
[DBMEMOWNER](https://www.google.com/search?num=5&q=DBMEMOWNER+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBMEMOWNER](https://github.com/dahall/Vanara/search?l=C%23&q=DBMEMOWNER)
[DBPARAMFLAGS](https://www.google.com/search?num=5&q=DBPARAMFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMFLAGS)
[DBPARAMIO](https://www.google.com/search?num=5&q=DBPARAMIO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMIO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMIO)
[DBPARAMTYPE](https://www.google.com/search?num=5&q=DBPARAMTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMTYPE)
[DBPART](https://www.google.com/search?num=5&q=DBPART+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPART](https://github.com/dahall/Vanara/search?l=C%23&q=DBPART)
[DBPROMPT](https://www.google.com/search?num=5&q=DBPROMPT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROMPT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROMPT)
[DBPROMPTOPTIONS](https://www.google.com/search?num=5&q=DBPROMPTOPTIONS+site%3Alearn.microsoft.com) | msdasc.h | [Vanara.PInvoke.OleDb.DBPROMPTOPTIONS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROMPTOPTIONS)
[DBPROPENUM](https://www.google.com/search?num=5&q=DBPROPENUM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPENUM](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPENUM)
[DBPROPFLAGS](https://www.google.com/search?num=5&q=DBPROPFLAGS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPFLAGS)
[DBPROPOPTIONS](https://www.google.com/search?num=5&q=DBPROPOPTIONS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPOPTIONS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPOPTIONS)
[DBPROPSTATUS](https://www.google.com/search?num=5&q=DBPROPSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPSTATUS)
[DBPROPVAL_AO](https://www.google.com/search?num=5&q=DBPROPVAL_AO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_AO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_AO)
[DBPROPVAL_ASYNCH](https://www.google.com/search?num=5&q=DBPROPVAL_ASYNCH+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_ASYNCH](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_ASYNCH)
[DBPROPVAL_BD](https://www.google.com/search?num=5&q=DBPROPVAL_BD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_BD](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_BD)
[DBPROPVAL_BI](https://www.google.com/search?num=5&q=DBPROPVAL_BI+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_BI](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_BI)
[DBPROPVAL_BMK](https://www.google.com/search?num=5&q=DBPROPVAL_BMK+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_BMK](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_BMK)
[DBPROPVAL_BO](https://www.google.com/search?num=5&q=DBPROPVAL_BO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_BO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_BO)
[DBPROPVAL_CB](https://www.google.com/search?num=5&q=DBPROPVAL_CB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CB](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CB)
[DBPROPVAL_CD](https://www.google.com/search?num=5&q=DBPROPVAL_CD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CD](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CD)
[DBPROPVAL_CL](https://www.google.com/search?num=5&q=DBPROPVAL_CL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CL](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CL)
[DBPROPVAL_CM](https://www.google.com/search?num=5&q=DBPROPVAL_CM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CM](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CM)
[DBPROPVAL_CNB](https://www.google.com/search?num=5&q=DBPROPVAL_CNB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CNB](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CNB)
[DBPROPVAL_CO](https://www.google.com/search?num=5&q=DBPROPVAL_CO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CO)
[DBPROPVAL_CS](https://www.google.com/search?num=5&q=DBPROPVAL_CS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CS)
[DBPROPVAL_CU](https://www.google.com/search?num=5&q=DBPROPVAL_CU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_CU](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_CU)
[DBPROPVAL_DF](https://www.google.com/search?num=5&q=DBPROPVAL_DF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_DF](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_DF)
[DBPROPVAL_DST](https://www.google.com/search?num=5&q=DBPROPVAL_DST+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_DST](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_DST)
[DBPROPVAL_FU](https://www.google.com/search?num=5&q=DBPROPVAL_FU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_FU](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_FU)
[DBPROPVAL_GB](https://www.google.com/search?num=5&q=DBPROPVAL_GB+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_GB](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_GB)
[DBPROPVAL_GU](https://www.google.com/search?num=5&q=DBPROPVAL_GU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_GU](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_GU)
[DBPROPVAL_HT](https://www.google.com/search?num=5&q=DBPROPVAL_HT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_HT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_HT)
[DBPROPVAL_IC](https://www.google.com/search?num=5&q=DBPROPVAL_IC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_IC](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_IC)
[DBPROPVAL_IN](https://www.google.com/search?num=5&q=DBPROPVAL_IN+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_IN](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_IN)
[DBPROPVAL_IT](https://www.google.com/search?num=5&q=DBPROPVAL_IT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_IT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_IT)
[DBPROPVAL_LM](https://www.google.com/search?num=5&q=DBPROPVAL_LM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_LM](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_LM)
[DBPROPVAL_MR](https://www.google.com/search?num=5&q=DBPROPVAL_MR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_MR](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_MR)
[DBPROPVAL_NC](https://www.google.com/search?num=5&q=DBPROPVAL_NC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_NC](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_NC)
[DBPROPVAL_NP](https://www.google.com/search?num=5&q=DBPROPVAL_NP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_NP](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_NP)
[DBPROPVAL_NT](https://www.google.com/search?num=5&q=DBPROPVAL_NT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_NT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_NT)
[DBPROPVAL_OA](https://www.google.com/search?num=5&q=DBPROPVAL_OA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_OA](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_OA)
[DBPROPVAL_OO](https://www.google.com/search?num=5&q=DBPROPVAL_OO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_OO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_OO)
[DBPROPVAL_OP](https://www.google.com/search?num=5&q=DBPROPVAL_OP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_OP](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_OP)
[DBPROPVAL_ORS](https://www.google.com/search?num=5&q=DBPROPVAL_ORS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_ORS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_ORS)
[DBPROPVAL_OS](https://www.google.com/search?num=5&q=DBPROPVAL_OS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_OS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_OS)
[DBPROPVAL_PT](https://www.google.com/search?num=5&q=DBPROPVAL_PT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_PT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_PT)
[DBPROPVAL_RD](https://www.google.com/search?num=5&q=DBPROPVAL_RD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_RD](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_RD)
[DBPROPVAL_RT](https://www.google.com/search?num=5&q=DBPROPVAL_RT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_RT](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_RT)
[DBPROPVAL_SQ](https://www.google.com/search?num=5&q=DBPROPVAL_SQ+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_SQ](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_SQ)
[DBPROPVAL_SQL](https://www.google.com/search?num=5&q=DBPROPVAL_SQL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_SQL](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_SQL)
[DBPROPVAL_SS](https://www.google.com/search?num=5&q=DBPROPVAL_SS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_SS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_SS)
[DBPROPVAL_STGM](https://www.google.com/search?num=5&q=DBPROPVAL_STGM+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_STGM](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_STGM)
[DBPROPVAL_SU](https://www.google.com/search?num=5&q=DBPROPVAL_SU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_SU](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_SU)
[DBPROPVAL_TC](https://www.google.com/search?num=5&q=DBPROPVAL_TC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_TC](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_TC)
[DBPROPVAL_TI](https://www.google.com/search?num=5&q=DBPROPVAL_TI+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_TI](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_TI)
[DBPROPVAL_TR](https://www.google.com/search?num=5&q=DBPROPVAL_TR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_TR](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_TR)
[DBPROPVAL_TS](https://www.google.com/search?num=5&q=DBPROPVAL_TS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_TS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_TS)
[DBPROPVAL_UP](https://www.google.com/search?num=5&q=DBPROPVAL_UP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPVAL_UP](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPVAL_UP)
[DBREASON](https://www.google.com/search?num=5&q=DBREASON+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBREASON](https://github.com/dahall/Vanara/search?l=C%23&q=DBREASON)
[DBROWSTATUS](https://www.google.com/search?num=5&q=DBROWSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBROWSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=DBROWSTATUS)
[DBSORT](https://www.google.com/search?num=5&q=DBSORT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBSORT](https://github.com/dahall/Vanara/search?l=C%23&q=DBSORT)
[DBSOURCETYPE](https://www.google.com/search?num=5&q=DBSOURCETYPE+site%3Alearn.microsoft.com) | msdasc.h | [Vanara.PInvoke.OleDb.DBSOURCETYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DBSOURCETYPE)
[DBSTATUS](https://www.google.com/search?num=5&q=DBSTATUS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBSTATUS](https://github.com/dahall/Vanara/search?l=C%23&q=DBSTATUS)
[DBTABLESTATISTICSTYPE26](https://www.google.com/search?num=5&q=DBTABLESTATISTICSTYPE26+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBTABLESTATISTICSTYPE26](https://github.com/dahall/Vanara/search?l=C%23&q=DBTABLESTATISTICSTYPE26)
[DBTYPE](https://www.google.com/search?num=5&q=DBTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=DBTYPE)
[DBUPDELRULE](https://www.google.com/search?num=5&q=DBUPDELRULE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBUPDELRULE](https://github.com/dahall/Vanara/search?l=C%23&q=DBUPDELRULE)
[MD_DIMTYPE](https://www.google.com/search?num=5&q=MD_DIMTYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MD_DIMTYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MD_DIMTYPE)
[MDFF](https://www.google.com/search?num=5&q=MDFF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDFF](https://github.com/dahall/Vanara/search?l=C%23&q=MDFF)
[MDLEVEL_TYPE](https://www.google.com/search?num=5&q=MDLEVEL_TYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDLEVEL_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MDLEVEL_TYPE)
[MDMEASURE_AGGR](https://www.google.com/search?num=5&q=MDMEASURE_AGGR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDMEASURE_AGGR](https://github.com/dahall/Vanara/search?l=C%23&q=MDMEASURE_AGGR)
[MDMEMBER_TYPE](https://www.google.com/search?num=5&q=MDMEMBER_TYPE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDMEMBER_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=MDMEMBER_TYPE)
[MDPROPVAL_AU](https://www.google.com/search?num=5&q=MDPROPVAL_AU+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_AU](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_AU)
[MDPROPVAL_FS](https://www.google.com/search?num=5&q=MDPROPVAL_FS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_FS](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_FS)
[MDPROPVAL_MC](https://www.google.com/search?num=5&q=MDPROPVAL_MC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MC](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MC)
[MDPROPVAL_MD](https://www.google.com/search?num=5&q=MDPROPVAL_MD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MD](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MD)
[MDPROPVAL_MF](https://www.google.com/search?num=5&q=MDPROPVAL_MF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MF](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MF)
[MDPROPVAL_MJC](https://www.google.com/search?num=5&q=MDPROPVAL_MJC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MJC](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MJC)
[MDPROPVAL_MMF](https://www.google.com/search?num=5&q=MDPROPVAL_MMF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MMF](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MMF)
[MDPROPVAL_MNF](https://www.google.com/search?num=5&q=MDPROPVAL_MNF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MNF](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MNF)
[MDPROPVAL_MOQ](https://www.google.com/search?num=5&q=MDPROPVAL_MOQ+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MOQ](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MOQ)
[MDPROPVAL_MS](https://www.google.com/search?num=5&q=MDPROPVAL_MS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MS](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MS)
[MDPROPVAL_MSC](https://www.google.com/search?num=5&q=MDPROPVAL_MSC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MSC](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MSC)
[MDPROPVAL_MSF](https://www.google.com/search?num=5&q=MDPROPVAL_MSF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_MSF](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_MSF)
[MDPROPVAL_NL](https://www.google.com/search?num=5&q=MDPROPVAL_NL+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_NL](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_NL)
[MDPROPVAL_NME](https://www.google.com/search?num=5&q=MDPROPVAL_NME+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_NME](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_NME)
[MDPROPVAL_RR](https://www.google.com/search?num=5&q=MDPROPVAL_RR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_RR](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_RR)
[MDPROPVAL_VISUAL_MODE](https://www.google.com/search?num=5&q=MDPROPVAL_VISUAL_MODE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDPROPVAL_VISUAL_MODE](https://github.com/dahall/Vanara/search?l=C%23&q=MDPROPVAL_VISUAL_MODE)
[MDTREEOP](https://www.google.com/search?num=5&q=MDTREEOP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDTREEOP](https://github.com/dahall/Vanara/search?l=C%23&q=MDTREEOP)
[OleDbErr](https://www.google.com/search?num=5&q=OleDbErr+site%3Alearn.microsoft.com) | oledberr.h | [Vanara.PInvoke.OleDb.OleDbErr](https://github.com/dahall/Vanara/search?l=C%23&q=OleDbErr)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[CI_STATE](https://www.google.com/search?num=5&q=CI_STATE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.CI_STATE](https://github.com/dahall/Vanara/search?l=C%23&q=CI_STATE)
[CIPROPERTYDEF](https://www.google.com/search?num=5&q=CIPROPERTYDEF+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.CIPROPERTYDEF](https://github.com/dahall/Vanara/search?l=C%23&q=CIPROPERTYDEF)
[DB_VARNUMERIC](https://www.google.com/search?num=5&q=DB_VARNUMERIC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DB_VARNUMERIC](https://github.com/dahall/Vanara/search?l=C%23&q=DB_VARNUMERIC)
[DBBINDEXT](https://www.google.com/search?num=5&q=DBBINDEXT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDEXT](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDEXT)
[DBBINDING](https://www.google.com/search?num=5&q=DBBINDING+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBBINDING](https://github.com/dahall/Vanara/search?l=C%23&q=DBBINDING)
[DBCOLUMNACCESS](https://www.google.com/search?num=5&q=DBCOLUMNACCESS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNACCESS](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNACCESS)
[DBCOLUMNDESC](https://www.google.com/search?num=5&q=DBCOLUMNDESC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNDESC](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNDESC)
[DBCOLUMNINFO](https://www.google.com/search?num=5&q=DBCOLUMNINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNINFO)
[DBCONSTRAINTDESC](https://www.google.com/search?num=5&q=DBCONSTRAINTDESC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCONSTRAINTDESC](https://github.com/dahall/Vanara/search?l=C%23&q=DBCONSTRAINTDESC)
[DBFAILUREINFO](https://www.google.com/search?num=5&q=DBFAILUREINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBFAILUREINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DBFAILUREINFO)
[DBID](https://www.google.com/search?num=5&q=DBID+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBID](https://github.com/dahall/Vanara/search?l=C%23&q=DBID)
[DBIMPLICITSESSION](https://www.google.com/search?num=5&q=DBIMPLICITSESSION+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBIMPLICITSESSION](https://github.com/dahall/Vanara/search?l=C%23&q=DBIMPLICITSESSION)
[DBINDEXCOLUMNDESC](https://www.google.com/search?num=5&q=DBINDEXCOLUMNDESC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBINDEXCOLUMNDESC](https://github.com/dahall/Vanara/search?l=C%23&q=DBINDEXCOLUMNDESC)
[DBOBJECT](https://www.google.com/search?num=5&q=DBOBJECT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBOBJECT](https://github.com/dahall/Vanara/search?l=C%23&q=DBOBJECT)
[DBPARAMINFO](https://www.google.com/search?num=5&q=DBPARAMINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMINFO)
[DBPARAMS](https://www.google.com/search?num=5&q=DBPARAMS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMS)
[DBPROP](https://www.google.com/search?num=5&q=DBPROP+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROP](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROP)
[DBPROPINFO](https://www.google.com/search?num=5&q=DBPROPINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPINFO)
[DBVECTOR](https://www.google.com/search?num=5&q=DBVECTOR+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBVECTOR](https://github.com/dahall/Vanara/search?l=C%23&q=DBVECTOR)
[ERRORINFO](https://www.google.com/search?num=5&q=ERRORINFO+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.ERRORINFO](https://github.com/dahall/Vanara/search?l=C%23&q=ERRORINFO)
[MDAXISINFO](https://www.google.com/search?num=5&q=MDAXISINFO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MDAXISINFO](https://github.com/dahall/Vanara/search?l=C%23&q=MDAXISINFO)
[RMTPACK](https://www.google.com/search?num=5&q=RMTPACK+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.RMTPACK](https://github.com/dahall/Vanara/search?l=C%23&q=RMTPACK)
[SEC_OBJECT](https://www.google.com/search?num=5&q=SEC_OBJECT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SEC_OBJECT](https://github.com/dahall/Vanara/search?l=C%23&q=SEC_OBJECT)
[SEC_OBJECT_ELEMENT](https://www.google.com/search?num=5&q=SEC_OBJECT_ELEMENT+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SEC_OBJECT_ELEMENT](https://github.com/dahall/Vanara/search?l=C%23&q=SEC_OBJECT_ELEMENT)
[UGUID](https://www.google.com/search?num=5&q=UGUID+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBID.UGUID](https://github.com/dahall/Vanara/search?l=C%23&q=UGUID)
[UNAME](https://www.google.com/search?num=5&q=UNAME+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBID.UNAME](https://github.com/dahall/Vanara/search?l=C%23&q=UNAME)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IAccessor](https://www.google.com/search?num=5&q=IAccessor+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IAccessor](https://github.com/dahall/Vanara/search?l=C%23&q=IAccessor)
[IColumnsInfo](https://www.google.com/search?num=5&q=IColumnsInfo+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IColumnsInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IColumnsInfo)
[IColumnsInfo2](https://www.google.com/search?num=5&q=IColumnsInfo2+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IColumnsInfo2](https://github.com/dahall/Vanara/search?l=C%23&q=IColumnsInfo2)
[ICommand](https://www.google.com/search?num=5&q=ICommand+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.ICommand](https://github.com/dahall/Vanara/search?l=C%23&q=ICommand)
[ICommandProperties](https://www.google.com/search?num=5&q=ICommandProperties+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.ICommandProperties](https://github.com/dahall/Vanara/search?l=C%23&q=ICommandProperties)
[ICommandText](https://www.google.com/search?num=5&q=ICommandText+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.ICommandText](https://github.com/dahall/Vanara/search?l=C%23&q=ICommandText)
[IDataInitialize](https://www.google.com/search?num=5&q=IDataInitialize+site%3Alearn.microsoft.com) | msdasc.h | [Vanara.PInvoke.OleDb.IDataInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=IDataInitialize)
[IDBAsynchNotify](https://www.google.com/search?num=5&q=IDBAsynchNotify+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBAsynchNotify](https://github.com/dahall/Vanara/search?l=C%23&q=IDBAsynchNotify)
[IDBAsynchStatus](https://www.google.com/search?num=5&q=IDBAsynchStatus+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBAsynchStatus](https://github.com/dahall/Vanara/search?l=C%23&q=IDBAsynchStatus)
[IDBCreateCommand](https://www.google.com/search?num=5&q=IDBCreateCommand+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBCreateCommand](https://github.com/dahall/Vanara/search?l=C%23&q=IDBCreateCommand)
[IDBCreateSession](https://www.google.com/search?num=5&q=IDBCreateSession+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBCreateSession](https://github.com/dahall/Vanara/search?l=C%23&q=IDBCreateSession)
[IDBInitialize](https://www.google.com/search?num=5&q=IDBInitialize+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=IDBInitialize)
[IDBPromptInitialize](https://www.google.com/search?num=5&q=IDBPromptInitialize+site%3Alearn.microsoft.com) | msdasc.h | [Vanara.PInvoke.OleDb.IDBPromptInitialize](https://github.com/dahall/Vanara/search?l=C%23&q=IDBPromptInitialize)
[IDBProperties](https://www.google.com/search?num=5&q=IDBProperties+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBProperties](https://github.com/dahall/Vanara/search?l=C%23&q=IDBProperties)
[IDBSchemaRowset](https://www.google.com/search?num=5&q=IDBSchemaRowset+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IDBSchemaRowset](https://github.com/dahall/Vanara/search?l=C%23&q=IDBSchemaRowset)
[IErrorLookup](https://www.google.com/search?num=5&q=IErrorLookup+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IErrorLookup](https://github.com/dahall/Vanara/search?l=C%23&q=IErrorLookup)
[IErrorRecords](https://www.google.com/search?num=5&q=IErrorRecords+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IErrorRecords](https://github.com/dahall/Vanara/search?l=C%23&q=IErrorRecords)
[IGetRow](https://www.google.com/search?num=5&q=IGetRow+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IGetRow](https://github.com/dahall/Vanara/search?l=C%23&q=IGetRow)
[IOpenRowset](https://www.google.com/search?num=5&q=IOpenRowset+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IOpenRowset](https://github.com/dahall/Vanara/search?l=C%23&q=IOpenRowset)
[IRowset](https://www.google.com/search?num=5&q=IRowset+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IRowset](https://github.com/dahall/Vanara/search?l=C%23&q=IRowset)
[IRowsetInfo](https://www.google.com/search?num=5&q=IRowsetInfo+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.IRowsetInfo](https://github.com/dahall/Vanara/search?l=C%23&q=IRowsetInfo)
[ISessionProperties](https://www.google.com/search?num=5&q=ISessionProperties+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.ISessionProperties](https://github.com/dahall/Vanara/search?l=C%23&q=ISessionProperties)
[ISourcesRowset](https://www.google.com/search?num=5&q=ISourcesRowset+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.ISourcesRowset](https://github.com/dahall/Vanara/search?l=C%23&q=ISourcesRowset)
[ISQLErrorInfo](https://www.google.com/search?num=5&q=ISQLErrorInfo+site%3Alearn.microsoft.com) | oledb.h | [Vanara.PInvoke.OleDb.ISQLErrorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=ISQLErrorInfo)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[DataLinks](https://www.google.com/search?num=5&q=DataLinks+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DataLinks](https://github.com/dahall/Vanara/search?l=C%23&q=DataLinks)
[DBCOLUMNINFO_MGD](https://www.google.com/search?num=5&q=DBCOLUMNINFO_MGD+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBCOLUMNINFO_MGD](https://github.com/dahall/Vanara/search?l=C%23&q=DBCOLUMNINFO_MGD)
[DBPARAMS](https://www.google.com/search?num=5&q=DBPARAMS+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=DBPARAMS)
[DBPROPIDSET](https://www.google.com/search?num=5&q=DBPROPIDSET+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPIDSET](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPIDSET)
[DBPROPINFOSET](https://www.google.com/search?num=5&q=DBPROPINFOSET+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPINFOSET](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPINFOSET)
[DBPROPSET](https://www.google.com/search?num=5&q=DBPROPSET+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBPROPSET](https://github.com/dahall/Vanara/search?l=C%23&q=DBPROPSET)
[DBSET](https://www.google.com/search?num=5&q=DBSET+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.DBSET](https://github.com/dahall/Vanara/search?l=C%23&q=DBSET)
[MSDAINITIALIZE](https://www.google.com/search?num=5&q=MSDAINITIALIZE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.MSDAINITIALIZE](https://github.com/dahall/Vanara/search?l=C%23&q=MSDAINITIALIZE)
[OleDb](https://www.google.com/search?num=5&q=OleDb+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb](https://github.com/dahall/Vanara/search?l=C%23&q=OleDb)
[OleDbRootEnumerator](https://www.google.com/search?num=5&q=OleDbRootEnumerator+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.OleDbRootEnumerator](https://github.com/dahall/Vanara/search?l=C%23&q=OleDbRootEnumerator)
[PDPO](https://www.google.com/search?num=5&q=PDPO+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.PDPO](https://github.com/dahall/Vanara/search?l=C%23&q=PDPO)
[RootBinder](https://www.google.com/search?num=5&q=RootBinder+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.RootBinder](https://github.com/dahall/Vanara/search?l=C%23&q=RootBinder)
[SafeDBPROPIDSETListHandle](https://www.google.com/search?num=5&q=SafeDBPROPIDSETListHandle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SafeDBPROPIDSETListHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeDBPROPIDSETListHandle)
[SafeDBPROPINFOSETListHandle](https://www.google.com/search?num=5&q=SafeDBPROPINFOSETListHandle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SafeDBPROPINFOSETListHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeDBPROPINFOSETListHandle)
[SafeDBPROPSETListHandle](https://www.google.com/search?num=5&q=SafeDBPROPSETListHandle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SafeDBPROPSETListHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeDBPROPSETListHandle)
[SafeDBSETListHandle](https://www.google.com/search?num=5&q=SafeDBSETListHandle+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.OleDb.SafeDBSETListHandle](https://github.com/dahall/Vanara/search?l=C%23&q=SafeDBSETListHandle)

View File

@ -33,6 +33,8 @@ Native Interface | Header | Managed Interface
Native Class | Header | Managed Class
--- | --- | ---
[PhotoAcquire](https://www.google.com/search?num=5&q=PhotoAcquire+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition.PhotoAcquire](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquire)
[PhotoAcquireAutoPlayDropTarget](https://www.google.com/search?num=5&q=PhotoAcquireAutoPlayDropTarget+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition.PhotoAcquireAutoPlayDropTarget](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquireAutoPlayDropTarget)
[PhotoAcquireAutoPlayHWEventHandler](https://www.google.com/search?num=5&q=PhotoAcquireAutoPlayHWEventHandler+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition.PhotoAcquireAutoPlayHWEventHandler](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquireAutoPlayHWEventHandler)
[PhotoAcquireDeviceSelectionDialog](https://www.google.com/search?num=5&q=PhotoAcquireDeviceSelectionDialog+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition.PhotoAcquireDeviceSelectionDialog](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquireDeviceSelectionDialog)
[PhotoAcquireOptionsDialog](https://www.google.com/search?num=5&q=PhotoAcquireOptionsDialog+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition.PhotoAcquireOptionsDialog](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquireOptionsDialog)
[PhotoAcquisition](https://www.google.com/search?num=5&q=PhotoAcquisition+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.PhotoAcquisition](https://github.com/dahall/Vanara/search?l=C%23&q=PhotoAcquisition)

View File

@ -13,7 +13,7 @@ Native Method | Native DLL | Header | Managed Method
[AddPort](https://www.google.com/search?num=5&q=AddPortA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPort](https://github.com/dahall/Vanara/search?l=C%23&q=AddPort)
[AddPrinter](https://www.google.com/search?num=5&q=AddPrinterA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrinter](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinter)
[AddPrinterConnection](https://www.google.com/search?num=5&q=AddPrinterConnectionA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrinterConnection](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinterConnection)
[AddPrinterConnection2](https://www.google.com/search?num=5&q=AddPrinterConnection2A+site%3Alearn.microsoft.com) | winspool.drv | | [Vanara.PInvoke.WinSpool.AddPrinterConnection2](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinterConnection2)
[AddPrinterConnection2](https://www.google.com/search?num=5&q=AddPrinterConnection2A+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrinterConnection2](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinterConnection2)
[AddPrinterDriver](https://www.google.com/search?num=5&q=AddPrinterDriverA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrinterDriver](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinterDriver)
[AddPrinterDriverEx](https://www.google.com/search?num=5&q=AddPrinterDriverExA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrinterDriverEx](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrinterDriverEx)
[AddPrintProcessor](https://www.google.com/search?num=5&q=AddPrintProcessorA+site%3Alearn.microsoft.com) | winspool.drv | winspool.h | [Vanara.PInvoke.WinSpool.AddPrintProcessor](https://github.com/dahall/Vanara/search?l=C%23&q=AddPrintProcessor)

View File

@ -16,7 +16,7 @@
<PackageReleaseNotes>Currently implements:
Classes
AnySizeStringMarshaler&lt;T&gt;, AssociateAttribute, AssociateStringAttribute, ClipCorrespondingTypeAttribute, ComTryGetNext, CoTaskMemStringMarshaler, EnumeratorToEnumVariantMarshaler, FunctionHelper, GenericStringMarshaler&lt;T&gt;, GenericStringMarshalerBase&lt;T&gt;, IEnumeratorFromNext&lt;T&gt;, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, IndirectResource, IndirectString, Lib, LOGPALETTE, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PFILETIME, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PSYSTEMTIME, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeAnysizeStruct&lt;T&gt;, SafeAnysizeStructBase&lt;T&gt;, SafeAnysizeStructMarshaler&lt;T&gt;, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeNativeListBase&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SBFunc&lt;T&gt;, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StaticFieldValueHash, StringPtrArrayMarshaler, StructHelper, TryGetNext&lt;T&gt;, TryGetNext&lt;T&gt;
AnySizeStringMarshaler&lt;T&gt;, AssociateAttribute, AssociateStringAttribute, ClipCorrespondingTypeAttribute, ComTryGetNext, CoTaskMemStringMarshaler, EnumeratorToEnumVariantMarshaler, ErrorHelper, FunctionHelper, GenericStringMarshaler&lt;T&gt;, GenericStringMarshalerBase&lt;T&gt;, IEnumeratorFromNext&lt;T&gt;, IEnumFromCom&lt;T&gt;, IEnumFromIndexer&lt;T&gt;, IEnumFromNext&lt;T&gt;, IndirectResource, IndirectString, Lib, LOGPALETTE, Macros, NullTermStringArrayMarshaler, OverlappedAsync, OverlappedAsyncResult, PFILETIME, PInvokeClientExtensions, PInvokeDataAttribute, PRECT, PSYSTEMTIME, PtrFunc&lt;T&gt;, RegistryTypeExt, SafeAnysizeStruct&lt;T&gt;, SafeAnysizeStructBase&lt;T&gt;, SafeAnysizeStructMarshaler&lt;T&gt;, SafeElementArray&lt;T&gt;, SafeHANDLE, SafeNativeArray&lt;T&gt;, SafeNativeArrayBase&lt;T&gt;, SafeNativeLinkedList&lt;T&gt;, SafeNativeListBase&lt;T&gt;, SafeResourceId, SBFunc&lt;T&gt;, SBFunc&lt;T&gt;, SBFunc&lt;T&gt;, SECURITY_ATTRIBUTES, SizeFunc&lt;T&gt;, StaticFieldValueHash, StringPtrArrayMarshaler, StructHelper, TryGetNext&lt;T&gt;, TryGetNext&lt;T&gt;
Structures
ACCESS_MASK, BusNumber, CLIPFORMAT, CM_FULL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_DESCRIPTOR, CM_PARTIAL_RESOURCE_LIST, CM_POWER_DATA, CM_RESOURCE_LIST, COLORREF, Connection, CORRELATION_VECTOR, CY, DATE, DECIMAL, DEVICE_CAPABILITIES, DevicePrivate, DeviceSpecificData, DEVMODE, Dma, DmaV3, Generic, HACCEL, HANDLE, HBITMAP, HBRUSH, HCOLORSPACE, HCURSOR, HDC, HDESK, HDPA, HDROP, HDSA, HDWP, HENHMETAFILE, HEVENT, HFILE, HFONT, HGDIOBJ, HICON, HIMAGELIST, HINSTANCE, HKEY, HMENU, HMETAFILE, HMONITOR, HPALETTE, HPEN, HPROCESS, HPROPSHEET, HPROPSHEETPAGE, HRESULT, HRGN, HSECTION, HTASK, HTHEME, HTHREAD, HTHUMBNAIL, HTOKEN, HWINSTA, HWND, Interrupt, LANGID, LCID, LOGFONT, LOGPALETTE, Memory40, Memory48, Memory64, MessageInterruptRaw, MSG, NTStatus, OBJECT_TYPE_LIST, OFSTRUCT, PACE, PACL, PALETTEENTRY, PFILETIME, POINT, POINTS, PRECT, PSECURITY_DESCRIPTOR, PSID, PSYSTEMTIME, RECT, ResourceId, ResourceIdOrHandle&lt;T&gt;, RGBQUAD, SECURITY_ATTRIBUTES, SIZE, SYSTEMTIME, tagSECURITY_ATTRIBUTES, TEXTMETRIC, Union, WIN32_FIND_DATA, Win32Error

View File

@ -25,4 +25,4 @@ If you're still running into problems, file an [issue](https://github.com/dahall
Classes | Structures | Enumerations | Interfaces
--- | --- | --- | ---
AnySizeStringMarshaler AssociateAttribute AssociateStringAttribute ClipCorrespondingTypeAttribute ComTryGetNext CoTaskMemStringMarshaler EnumeratorToEnumVariantMarshaler FunctionHelper GenericStringMarshaler GenericStringMarshalerBase IEnumeratorFromNext IEnumFromCom IEnumFromIndexer IEnumFromNext IndirectResource IndirectString Lib LOGPALETTE Macros NullTermStringArrayMarshaler OverlappedAsync OverlappedAsyncResult PFILETIME PInvokeClientExtensions PInvokeDataAttribute PRECT PSYSTEMTIME PtrFunc RegistryTypeExt SafeAnysizeStruct SafeAnysizeStructBase SafeAnysizeStructMarshaler SafeElementArray SafeHANDLE SafeNativeArray SafeNativeArrayBase SafeNativeLinkedList SafeNativeListBase SafeResourceId SBFunc SBFunc SBFunc SECURITY_ATTRIBUTES SizeFunc StaticFieldValueHash StringPtrArrayMarshaler StructHelper TryGetNext TryGetNext | ACCESS_MASK BusNumber CLIPFORMAT CM_FULL_RESOURCE_DESCRIPTOR CM_PARTIAL_RESOURCE_DESCRIPTOR CM_PARTIAL_RESOURCE_LIST CM_POWER_DATA CM_RESOURCE_LIST COLORREF Connection CORRELATION_VECTOR CY DATE DECIMAL DEVICE_CAPABILITIES DevicePrivate DeviceSpecificData DEVMODE Dma DmaV3 Generic HACCEL HANDLE HBITMAP HBRUSH HCOLORSPACE HCURSOR HDC HDESK HDPA HDROP HDSA HDWP HENHMETAFILE HEVENT HFILE HFONT HGDIOBJ HICON HIMAGELIST HINSTANCE HKEY HMENU HMETAFILE HMONITOR HPALETTE HPEN HPROCESS HPROPSHEET HPROPSHEETPAGE HRESULT HRGN HSECTION HTASK HTHEME HTHREAD HTHUMBNAIL HTOKEN HWINSTA HWND Interrupt LANGID LCID LOGFONT LOGPALETTE Memory40 Memory48 Memory64 MessageInterruptRaw MSG NTStatus OBJECT_TYPE_LIST OFSTRUCT PACE PACL PALETTEENTRY PFILETIME POINT POINTS PRECT PSECURITY_DESCRIPTOR PSID PSYSTEMTIME RECT ResourceId ResourceIdOrHandle RGBQUAD SECURITY_ATTRIBUTES SIZE SYSTEMTIME tagSECURITY_ATTRIBUTES TEXTMETRIC Union WIN32_FIND_DATA Win32Error | CharacterSet CM_DEVCAP CM_FILE CM_INSTALL_STATE CM_REMOVAL_POLICY CM_RESOURCE CM_SHARE_DISPOSITION CmResourceType CONFIGFLAG DEVICE_POWER_STATE DEVICE_SCALE_FACTOR DMCOLLATE DMCOLOR DMDFO DMDISPLAY DMDITHER DMDO DMDUP DMFIELDS DMICM DMICMMETHOD DMMEDIA DMNUP DMORIENT DMPAPER DMRES DMTT DN DrawTextFlags FacilityCode FacilityCode FILE_DEVICE FILE_SHARE FileFlagsAndAttributes FontFamily FontPitch INTERFACE_TYPE LANG LogFontClippingPrecision LogFontOutputPrecision LogFontOutputQuality MouseButtonState NTDDI ObjectTypeListLevel PC PDCAP PInvokeClient ProcessorArchitecture REG_VALUE_TYPE ResourceType SECURITY_INFORMATION SeverityLevel SeverityLevel ShowWindowCommand SORT STGM SUBLANG SYSTEM_POWER_STATE SystemColorIndex SystemShutDownReason URLZONE WIN32_WINNT | IClipboardFormatter ICOMEnum IErrorProvider IGraphicsObjectHandle IKernelHandle ISecurityObject IShellHandle ISyncHandle IUserHandle
AnySizeStringMarshaler AssociateAttribute AssociateStringAttribute ClipCorrespondingTypeAttribute ComTryGetNext CoTaskMemStringMarshaler EnumeratorToEnumVariantMarshaler ErrorHelper FunctionHelper GenericStringMarshaler GenericStringMarshalerBase IEnumeratorFromNext IEnumFromCom IEnumFromIndexer IEnumFromNext IndirectResource IndirectString Lib LOGPALETTE Macros NullTermStringArrayMarshaler OverlappedAsync OverlappedAsyncResult PFILETIME PInvokeClientExtensions PInvokeDataAttribute PRECT PSYSTEMTIME PtrFunc RegistryTypeExt SafeAnysizeStruct SafeAnysizeStructBase SafeAnysizeStructMarshaler SafeElementArray SafeHANDLE SafeNativeArray SafeNativeArrayBase SafeNativeLinkedList SafeNativeListBase SafeResourceId SBFunc SBFunc SBFunc SECURITY_ATTRIBUTES SizeFunc StaticFieldValueHash StringPtrArrayMarshaler StructHelper TryGetNext TryGetNext | ACCESS_MASK BusNumber CLIPFORMAT CM_FULL_RESOURCE_DESCRIPTOR CM_PARTIAL_RESOURCE_DESCRIPTOR CM_PARTIAL_RESOURCE_LIST CM_POWER_DATA CM_RESOURCE_LIST COLORREF Connection CORRELATION_VECTOR CY DATE DECIMAL DEVICE_CAPABILITIES DevicePrivate DeviceSpecificData DEVMODE Dma DmaV3 Generic HACCEL HANDLE HBITMAP HBRUSH HCOLORSPACE HCURSOR HDC HDESK HDPA HDROP HDSA HDWP HENHMETAFILE HEVENT HFILE HFONT HGDIOBJ HICON HIMAGELIST HINSTANCE HKEY HMENU HMETAFILE HMONITOR HPALETTE HPEN HPROCESS HPROPSHEET HPROPSHEETPAGE HRESULT HRGN HSECTION HTASK HTHEME HTHREAD HTHUMBNAIL HTOKEN HWINSTA HWND Interrupt LANGID LCID LOGFONT LOGPALETTE Memory40 Memory48 Memory64 MessageInterruptRaw MSG NTStatus OBJECT_TYPE_LIST OFSTRUCT PACE PACL PALETTEENTRY PFILETIME POINT POINTS PRECT PSECURITY_DESCRIPTOR PSID PSYSTEMTIME RECT ResourceId ResourceIdOrHandle RGBQUAD SECURITY_ATTRIBUTES SIZE SYSTEMTIME tagSECURITY_ATTRIBUTES TEXTMETRIC Union WIN32_FIND_DATA Win32Error | CharacterSet CM_DEVCAP CM_FILE CM_INSTALL_STATE CM_REMOVAL_POLICY CM_RESOURCE CM_SHARE_DISPOSITION CmResourceType CONFIGFLAG DEVICE_POWER_STATE DEVICE_SCALE_FACTOR DMCOLLATE DMCOLOR DMDFO DMDISPLAY DMDITHER DMDO DMDUP DMFIELDS DMICM DMICMMETHOD DMMEDIA DMNUP DMORIENT DMPAPER DMRES DMTT DN DrawTextFlags FacilityCode FacilityCode FILE_DEVICE FILE_SHARE FileFlagsAndAttributes FontFamily FontPitch INTERFACE_TYPE LANG LogFontClippingPrecision LogFontOutputPrecision LogFontOutputQuality MouseButtonState NTDDI ObjectTypeListLevel PC PDCAP PInvokeClient ProcessorArchitecture REG_VALUE_TYPE ResourceType SECURITY_INFORMATION SeverityLevel SeverityLevel ShowWindowCommand SORT STGM SUBLANG SYSTEM_POWER_STATE SystemColorIndex SystemShutDownReason URLZONE WIN32_WINNT | IClipboardFormatter ICOMEnum IErrorProvider IGraphicsObjectHandle IKernelHandle ISecurityObject IShellHandle ISyncHandle IUserHandle

File diff suppressed because one or more lines are too long

View File

@ -23,9 +23,9 @@ Native Method | Native DLL | Header | Managed Method
[GetCurrentProcessExplicitAppUserModelID](https://www.google.com/search?num=5&q=GetCurrentProcessExplicitAppUserModelID+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.GetCurrentProcessExplicitAppUserModelID](https://github.com/dahall/Vanara/search?l=C%23&q=GetCurrentProcessExplicitAppUserModelID)
[GetFileNameFromBrowse](https://www.google.com/search?num=5&q=GetFileNameFromBrowse+site%3Alearn.microsoft.com) | shell32.dll | shlobj.h | [Vanara.PInvoke.Shell32.GetFileNameFromBrowse](https://github.com/dahall/Vanara/search?l=C%23&q=GetFileNameFromBrowse)
[ILAppendID](https://www.google.com/search?num=5&q=ILAppendID+site%3Alearn.microsoft.com) | shell32.dll | shlobj_core.h | [Vanara.PInvoke.Shell32.ILAppendID](https://github.com/dahall/Vanara/search?l=C%23&q=ILAppendID)
[ILClone](https://www.google.com/search?num=5&q=ILClone+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.IntILClone](https://github.com/dahall/Vanara/search?l=C%23&q=IntILClone)
[ILClone](https://www.google.com/search?num=5&q=ILClone+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.ILClone](https://github.com/dahall/Vanara/search?l=C%23&q=ILClone)
[ILCloneFirst](https://www.google.com/search?num=5&q=ILCloneFirst+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.ILCloneFirst](https://github.com/dahall/Vanara/search?l=C%23&q=ILCloneFirst)
[ILCombine](https://www.google.com/search?num=5&q=ILCombine+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.IntILCombine](https://github.com/dahall/Vanara/search?l=C%23&q=IntILCombine)
[ILCombine](https://www.google.com/search?num=5&q=ILCombine+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.ILCombine](https://github.com/dahall/Vanara/search?l=C%23&q=ILCombine)
[ILCreateFromPath](https://www.google.com/search?num=5&q=ILCreateFromPath+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.ILCreateFromPath](https://github.com/dahall/Vanara/search?l=C%23&q=ILCreateFromPath)
[ILFindChild](https://www.google.com/search?num=5&q=ILFindChild+site%3Alearn.microsoft.com) | shell32.dll | shlobj_core.h | [Vanara.PInvoke.Shell32.ILFindChild](https://github.com/dahall/Vanara/search?l=C%23&q=ILFindChild)
[ILFindLastID](https://www.google.com/search?num=5&q=ILFindLastID+site%3Alearn.microsoft.com) | shell32.dll | Shobjidl.h | [Vanara.PInvoke.Shell32.ILFindLastID](https://github.com/dahall/Vanara/search?l=C%23&q=ILFindLastID)

File diff suppressed because one or more lines are too long

View File

@ -175,7 +175,7 @@ Native Method | Header | Managed Method
[GetCursor](https://www.google.com/search?num=5&q=GetCursor+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetCursor](https://github.com/dahall/Vanara/search?l=C%23&q=GetCursor)
[GetCursorInfo](https://www.google.com/search?num=5&q=GetCursorInfo+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetCursorInfo](https://github.com/dahall/Vanara/search?l=C%23&q=GetCursorInfo)
[GetCursorPos](https://www.google.com/search?num=5&q=GetCursorPos+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetCursorPos](https://github.com/dahall/Vanara/search?l=C%23&q=GetCursorPos)
[GetDC](https://www.google.com/search?num=5&q=GetDC+site%3Alearn.microsoft.com) | Winuser.h | [Vanara.PInvoke.User32.GetDC](https://github.com/dahall/Vanara/search?l=C%23&q=GetDC)
[GetDC](https://www.google.com/search?num=5&q=GetDC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.GetDCInternal](https://github.com/dahall/Vanara/search?l=C%23&q=GetDCInternal)
[GetDCEx](https://www.google.com/search?num=5&q=GetDCEx+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetDCEx](https://github.com/dahall/Vanara/search?l=C%23&q=GetDCEx)
[GetDesktopWindow](https://www.google.com/search?num=5&q=GetDesktopWindow+site%3Alearn.microsoft.com) | Winuser.h | [Vanara.PInvoke.User32.GetDesktopWindow](https://github.com/dahall/Vanara/search?l=C%23&q=GetDesktopWindow)
[GetDialogBaseUnits](https://www.google.com/search?num=5&q=GetDialogBaseUnits+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.GetDialogBaseUnits](https://github.com/dahall/Vanara/search?l=C%23&q=GetDialogBaseUnits)
@ -737,6 +737,7 @@ Native Enum | Header | Managed Enum
[RI_MOUSE](https://www.google.com/search?num=5&q=RI_MOUSE+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RI_MOUSE](https://github.com/dahall/Vanara/search?l=C%23&q=RI_MOUSE)
[RID](https://www.google.com/search?num=5&q=RID+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RID](https://github.com/dahall/Vanara/search?l=C%23&q=RID)
[RIDEV](https://www.google.com/search?num=5&q=RIDEV+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RIDEV](https://github.com/dahall/Vanara/search?l=C%23&q=RIDEV)
[RIDI](https://www.google.com/search?num=5&q=RIDI+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RIDI](https://github.com/dahall/Vanara/search?l=C%23&q=RIDI)
[RIM_CODE](https://www.google.com/search?num=5&q=RIM_CODE+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RIM_CODE](https://github.com/dahall/Vanara/search?l=C%23&q=RIM_CODE)
[RIM_TYPE](https://www.google.com/search?num=5&q=RIM_TYPE+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.RIM_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=RIM_TYPE)
[SB](https://www.google.com/search?num=5&q=SB+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.SB](https://github.com/dahall/Vanara/search?l=C%23&q=SB)
@ -969,6 +970,7 @@ Native Class | Header | Managed Class
[SafeHSYNTHETICPOINTERDEVICE](https://www.google.com/search?num=5&q=SafeHSYNTHETICPOINTERDEVICE+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeHSYNTHETICPOINTERDEVICE](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHSYNTHETICPOINTERDEVICE)
[SafeHWINSTA](https://www.google.com/search?num=5&q=SafeHWINSTA+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeHWINSTA](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHWINSTA)
[SafeHWND](https://www.google.com/search?num=5&q=SafeHWND+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeHWND](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHWND)
[SafeReleaseHDC](https://www.google.com/search?num=5&q=SafeReleaseHDC+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SafeReleaseHDC](https://github.com/dahall/Vanara/search?l=C%23&q=SafeReleaseHDC)
[SpecialWindowHandles](https://www.google.com/search?num=5&q=SpecialWindowHandles+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.User32.SpecialWindowHandles](https://github.com/dahall/Vanara/search?l=C%23&q=SpecialWindowHandles)
[StandardCursor](https://www.google.com/search?num=5&q=StandardCursor+site%3Alearn.microsoft.com) | winuser.h | [Vanara.PInvoke.User32.StandardCursor](https://github.com/dahall/Vanara/search?l=C%23&q=StandardCursor)
[SystemEventHandler](https://www.google.com/search?num=5&q=SystemEventHandler+site%3Alearn.microsoft.com) | | [Vanara.PInvoke.SystemEventHandler](https://github.com/dahall/Vanara/search?l=C%23&q=SystemEventHandler)

View File

@ -48,7 +48,7 @@ Native Method | Header | Managed Method
[GetThemeFilename](https://www.google.com/search?num=5&q=GetThemeFilename+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemeFilename](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeFilename)
[GetThemeFont](https://www.google.com/search?num=5&q=GetThemeFont+site%3Alearn.microsoft.com) | uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemeFont](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeFont)
[GetThemeInt](https://www.google.com/search?num=5&q=GetThemeInt+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemeInt](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeInt)
[GetThemeIntList](https://www.google.com/search?num=5&q=GetThemeIntList+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.GetThemeIntListPreVista](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeIntListPreVista)
[GetThemeIntList](https://www.google.com/search?num=5&q=GetThemeIntList+site%3Alearn.microsoft.com) | UxTheme.h | [Vanara.PInvoke.UxTheme.GetThemeIntList](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeIntList)
[GetThemeMargins](https://www.google.com/search?num=5&q=GetThemeMargins+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemeMargins](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeMargins)
[GetThemeMetric](https://www.google.com/search?num=5&q=GetThemeMetric+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemeMetric](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemeMetric)
[GetThemePartSize](https://www.google.com/search?num=5&q=GetThemePartSize+site%3Alearn.microsoft.com) | Uxtheme.h | [Vanara.PInvoke.UxTheme.GetThemePartSize](https://github.com/dahall/Vanara/search?l=C%23&q=GetThemePartSize)

View File

@ -94,8 +94,10 @@ netprofm.dll | [Vanara.PInvoke.NetListMgr](https://github.com/dahall/Vanara/blob
NewDev.dll | [Vanara.PInvoke.NewDev](https://github.com/dahall/Vanara/blob/master/PInvoke/NewDev/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.NewDev?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.NewDev?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.NewDev)
ntdll.dll | [Vanara.PInvoke.NtDll](https://github.com/dahall/Vanara/blob/master/PInvoke/NtDll/readme.md) | ![Coverage](https://img.shields.io/badge/6%25-red.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.NtDll?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.NtDll?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.NtDll)
ntdsapi.dll | [Vanara.PInvoke.NTDSApi](https://github.com/dahall/Vanara/blob/master/PInvoke/NTDSApi/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.NTDSApi?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.NTDSApi?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.NTDSApi)
odbc32.dll | [Vanara.PInvoke.Odbc32](https://github.com/dahall/Vanara/blob/master/PInvoke/Odbc32/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Odbc32?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Odbc32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Odbc32)
ole32.dll, oleaut32.dll, propsys.dll | [Vanara.PInvoke.Ole](https://github.com/dahall/Vanara/blob/master/PInvoke/Ole/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Ole?label=%20&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)
oleacc.dll | [Vanara.PInvoke.Accessibility](https://github.com/dahall/Vanara/blob/master/PInvoke/Accessibility/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Accessibility?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Accessibility?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Accessibility)
oledb.dll | [Vanara.PInvoke.OleDb](https://github.com/dahall/Vanara/blob/master/PInvoke/OleDb/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.OleDb?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.OleDb?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.OleDb)
OleDlg.dll | [Vanara.PInvoke.OleDlg](https://github.com/dahall/Vanara/blob/master/PInvoke/OleDlg/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.OleDlg?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.OleDlg?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.OleDlg)
opcservices.dll | [Vanara.PInvoke.Opc](https://github.com/dahall/Vanara/blob/master/PInvoke/Opc/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.Opc?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.Opc?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.Opc)
P2P.dll | [Vanara.PInvoke.P2P](https://github.com/dahall/Vanara/blob/master/PInvoke/P2P/readme.md) | ![Coverage](https://img.shields.io/badge/100%25-green.svg?style=flat-square) | [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.P2P?label=%20&logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.P2P?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.P2P)

View File

@ -69,7 +69,9 @@
<dependency id="Vanara.PInvoke.NewDev" version="4.0.1" />
<dependency id="Vanara.PInvoke.NtDll" version="4.0.1" />
<dependency id="Vanara.PInvoke.NTDSApi" version="4.0.1" />
<dependency id="Vanara.PInvoke.Odbc32" version="4.0.1" />
<dependency id="Vanara.PInvoke.Ole" version="4.0.1" />
<dependency id="Vanara.PInvoke.OleDb" version="4.0.1" />
<dependency id="Vanara.PInvoke.OleDlg" version="4.0.1" />
<dependency id="Vanara.PInvoke.Opc" version="4.0.1" />
<dependency id="Vanara.PInvoke.P2P" version="4.0.1" />
@ -101,6 +103,7 @@
<dependency id="Vanara.PInvoke.UxTheme" version="4.0.1" />
<dependency id="Vanara.PInvoke.Version" version="4.0.1" />
<dependency id="Vanara.PInvoke.VirtDisk" version="4.0.1" />
<dependency id="" version="4.0.1" />
<dependency id="Vanara.PInvoke.WcmApi" version="4.0.1" />
<dependency id="Vanara.PInvoke.WcnApi" version="4.0.1" />
<dependency id="Vanara.PInvoke.WebSocket" version="4.0.1" />

View File

@ -14,7 +14,7 @@ Enum | Description | Values
[Vanara.Windows.Forms.ExplorerBrowserContentSectionOptions](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserContentSectionOptions) | Indicates the content options of the explorer browser. Typically use one, or a bitwise combination of these flags to specify how content should appear in the explorer browser control | None, AutoArrange, Desktop, SingleSelection, NoSubfolders, Transparent, NoScrollBars, AlignLeft, NoIcons, SingleClickActivate, NoWebView, HideFileNames, CheckSelect, NoEnumOnRefresh, NoGrouping, FullRowSelect, NoFilters, NoColumnHeader, NoHeaderInAllViews, ExtendedTiles, AutoCheckSelect, NoBrowserViewState, SubsetGroup, UseSearchFolder, AllowRtlReading
[Vanara.Windows.Forms.ExplorerBrowserLoadFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserLoadFlags) | These flags are used with `Vanara.Windows.Forms.ExplorerBrowser.LoadCustomItems(System.Object,Vanara.Windows.Forms.ExplorerBrowserLoadFlags)`. | None, SelectFromDataObject, NoDropTarget
[Vanara.Windows.Forms.ExplorerBrowserNavigateOptions](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserNavigateOptions) | Specifies the options that control subsequent navigation. Typically use one, or a bitwise combination of these flags to specify how the explorer browser navigates. | None, NavigateOnce, ShowFrames, AlwaysNavigate, NoTravelLog, NoWrapperWindow, HtmlSharePointView, NoBorder, NoPersistViewState
[Vanara.Windows.Forms.ExplorerBrowserNavigationItemCategory](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserNavigationItemCategory) | Flags specifying the folder to be browsed. | Default, UseCurrentWindow, Absolute, SameWindow, NewWindow, NoFolderTree, ExploreMode, NoTransferHistory, Relative, ParentFolder, NavigateBack, NavigateForward, AllowAutoNavigate, KeepSearchText, ActivateNoFocus, CreateNoHistory, PlayNoSound, CallerUntrusted, TrustFirstDownload, UntrustedForDownload, NoHistorySelect, WriteNoHistory, TrustedForActiveX, FeedNavigation, Redirect
[Vanara.Windows.Forms.ExplorerBrowserNavigationItemCategory](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserNavigationItemCategory) | Flags specifying the folder to be browsed. | Absolute, UseCurrentWindow, Default, SameWindow, NewWindow, NoFolderTree, ExploreMode, NoTransferHistory, Relative, ParentFolder, NavigateBack, NavigateForward, AllowAutoNavigate, KeepSearchText, ActivateNoFocus, CreateNoHistory, PlayNoSound, CallerUntrusted, TrustFirstDownload, UntrustedForDownload, NoHistorySelect, WriteNoHistory, TrustedForActiveX, FeedNavigation, Redirect
[Vanara.Windows.Forms.ExplorerBrowserViewMode](https://github.com/dahall/Vanara/search?l=C%23&q=ExplorerBrowserViewMode) | Indicates the viewing mode of the explorer browser | Icon, SmallIcon, List, Details, Thumbnail, Tile, ThumbStrip, Content, Auto
[Vanara.Windows.Forms.VisualTheme.FilenameProperty](https://github.com/dahall/Vanara/search?l=C%23&q=FilenameProperty) | Properties accessible via `Vanara.Windows.Forms.VisualTheme.GetFilename(System.Int32,System.Int32,Vanara.Windows.Forms.VisualTheme.FilenameProperty)`. | ImageFile, ImageFile1, ImageFile2, ImageFile3, ImageFile4, ImageFile5, GlyphImageFile
[Vanara.Windows.Forms.DesktopWindowManager.Flip3DWindowPolicy](https://github.com/dahall/Vanara/search?l=C%23&q=Flip3DWindowPolicy) | Flags used by the SetWindowAttr method to specify the Flip3D window policy. | Default, ExcludeBelow, ExcludeAbove