Updated package readme files

pull/303/head v3.4.3
dahall 2022-06-14 16:55:29 -06:00
parent 06d52c2571
commit 298ea34914
92 changed files with 552 additions and 552 deletions

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.BITS NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.BITS NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.BITS?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)
Complete .NET coverage of Windows BITS (Background Intelligent Transfer Service) functionality. Provides access to all library functions through Windows 11 and gracefully fails when new features are not available on older OS versions.
### What is Vanara?
### **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?
### **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.BITS
### **Included in Vanara.BITS**
Classes | Structures | Enumerations
--- | --- | ---
BackgroundCopyException<br>BackgroundCopyFileCollection<br>BackgroundCopyFileInfo<br>BackgroundCopyFileRange<br>BackgroundCopyFileRangesTransferredEventArgs<br>BackgroundCopyFileTransferredEventArgs<br>BackgroundCopyJob<br>BackgroundCopyJobCollection<br>BackgroundCopyJobCredential<br>BackgroundCopyJobCredentials<br>BackgroundCopyJobEventArgs<br>BackgroundCopyManager<br> | BackgroundCopyFileRange<br>BackgroundCopyJobProgress<br>BackgroundCopyJobReplyProgress<br><br><br><br><br><br><br><br><br><br> | BackgroundCopyACLFlags<br>BackgroundCopyCost<br>BackgroundCopyErrorContext<br>BackgroundCopyJobCredentialScheme<br>BackgroundCopyJobCredentialTarget<br>BackgroundCopyJobPriority<br>BackgroundCopyJobSecurity<br>BackgroundCopyJobState<br>BackgroundCopyJobType<br><br><br><br>
BackgroundCopyException BackgroundCopyFileCollection BackgroundCopyFileInfo BackgroundCopyFileRange BackgroundCopyFileRangesTransferredEventArgs BackgroundCopyFileTransferredEventArgs BackgroundCopyJob BackgroundCopyJobCollection BackgroundCopyJobCredential BackgroundCopyJobCredentials BackgroundCopyJobEventArgs BackgroundCopyManager | BackgroundCopyFileRange BackgroundCopyJobProgress BackgroundCopyJobReplyProgress | BackgroundCopyACLFlags BackgroundCopyCost BackgroundCopyErrorContext BackgroundCopyJobCredentialScheme BackgroundCopyJobCredentialTarget BackgroundCopyJobPriority BackgroundCopyJobSecurity BackgroundCopyJobState BackgroundCopyJobType

View File

@ -1,5 +1,5 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Core NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Core NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Core?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)
@ -10,17 +10,17 @@ This library includes shared methods, structures and constants for use throughou
* Safe pinning of objects in memory
* Memory stream based on marshaled memory
### What is Vanara?
### **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?
### **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.Core
### **Included in Vanara.Core**
Classes | Structures | Enumerations | Interfaces
--- | --- | --- | ---
AlignedMemory<br>BeginEndEventContext<br>BitHelper<br>ByteSizeFormatter<br>ComConnectionPoint<br>ComReleaser<br>ComReleaserFactory<br>ComStream<br>ComTypeExtensions<br>ConstantConversionExtensions<br>CorrespondingTypeAttribute<br>CoTaskMemoryMethods<br>EnumerableEqualityComparer<br>EnumExtensions<br>EventedList<br>FileTimeExtensions<br>Formatter<br>FormatterComposer<br>GenericSafeHandle<br>GenericVirtualReadOnlyDictionary<br>HexDempHelpers<br>HGlobalMemoryMethods<br>History<br>IArrayStructExtensions<br>IArrayStructMarshaler<br>InteropExtensions<br>IntPtrConverter<br>IOExtensions<br>LibHelper<br>ListChangedEventArgs<br>MarshalingStream<br>MemoryMethodsBase<br>NativeMemoryEnumerator<br>NativeMemoryStream<br>PinnedObject<br>ReflectionExtensions<br>ReflectionExtensions<br>SafeAllocatedMemoryHandle<br>SafeAllocatedMemoryHandleBase<br>SafeByteArray<br>SafeCoTaskMemHandle<br>SafeCoTaskMemString<br>SafeCoTaskMemStruct<br>SafeGuidPtr<br>SafeHGlobalHandle<br>SafeHGlobalStruct<br>SafeMemoryHandle<br>SafeMemoryHandleExt<br>SafeMemString<br>SafeMemStruct<br>SparseArray<br>StringHelper<br>TryGetValueDelegate<br>UntypedNativeMemoryEnumerator<br>VanaraCustomMarshaler<br>VanaraMarshaler<br>VanaraMarshalerAttribute<br>VirtualDictionary<br>VirtualReadOnlyDictionary<br> | BOOL<br>BOOLEAN<br>EnumFlagIndexer<br>GuidPtr<br>RefEnumerator<br>SizeT<br>StrPtrAnsi<br>StrPtrAuto<br>StrPtrUni<br>time_t<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | CorrespondingAction<br>FileAttributeConstant<br>FileOpConstant<br>FilePermissionConstant<br>StringListPackMethod<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IArrayStruct<br>IHistory<br>IMemoryMethods<br>ISafeMemoryHandle<br>ISimpleMemoryMethods<br>IVanaraMarshaler<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AlignedMemory BeginEndEventContext BitHelper ByteSizeFormatter ComConnectionPoint ComReleaser ComReleaserFactory ComStream ComTypeExtensions ConstantConversionExtensions CorrespondingTypeAttribute CoTaskMemoryMethods EnumerableEqualityComparer EnumExtensions EventedList FileTimeExtensions Formatter FormatterComposer GenericSafeHandle GenericVirtualReadOnlyDictionary HexDempHelpers HGlobalMemoryMethods History IArrayStructExtensions IArrayStructMarshaler InteropExtensions IntPtrConverter IOExtensions LibHelper ListChangedEventArgs MarshalingStream MemoryMethodsBase NativeMemoryEnumerator NativeMemoryStream PinnedObject ReflectionExtensions ReflectionExtensions SafeAllocatedMemoryHandle SafeAllocatedMemoryHandleBase SafeByteArray SafeCoTaskMemHandle SafeCoTaskMemString SafeCoTaskMemStruct SafeGuidPtr SafeHGlobalHandle SafeHGlobalStruct SafeMemoryHandle SafeMemoryHandleExt SafeMemString SafeMemStruct SparseArray StringHelper TryGetValueDelegate UntypedNativeMemoryEnumerator VanaraCustomMarshaler VanaraMarshaler VanaraMarshalerAttribute VirtualDictionary VirtualReadOnlyDictionary | BOOL BOOLEAN EnumFlagIndexer GuidPtr RefEnumerator SizeT StrPtrAnsi StrPtrAuto StrPtrUni time_t | CorrespondingAction FileAttributeConstant FileOpConstant FilePermissionConstant StringListPackMethod | IArrayStruct IHistory IMemoryMethods ISafeMemoryHandle ISimpleMemoryMethods IVanaraMarshaler

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Management NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Management NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Management?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)
Extensions and helper classes for System.Management.
### What is Vanara?
### **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?
### **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.Management
### **Included in Vanara.Management**
Classes
---
DynamicMgmtObject<br>ManagementExtensions<br>
DynamicMgmtObject ManagementExtensions

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.AMSI NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.AMSI NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.AMSI?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 Antimalware Scan Interface (AMSI.dll).
### What is Vanara?
### **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?
### **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.AMSI
### **Included in Vanara.PInvoke.AMSI**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
AmsiCloseSession<br>AmsiInitialize<br>AmsiNotifyOperation<br>AmsiOpenSession<br>AmsiScanBuffer<br>AmsiScanString<br>AmsiUninitialize<br> | AMSI_ATTRIBUTE<br>AMSI_RESULT<br><br><br><br><br><br> | HAMSICONTEXT<br>HAMSISESSION<br><br><br><br><br><br> | IAmsiStream<br>IAntimalware<br>IAntimalware2<br>IAntimalwareProvider<br>IAntimalwareProvider2<br><br><br>
AmsiCloseSession AmsiInitialize AmsiNotifyOperation AmsiOpenSession AmsiScanBuffer AmsiScanString AmsiUninitialize | AMSI_ATTRIBUTE AMSI_RESULT | HAMSICONTEXT HAMSISESSION | IAmsiStream IAntimalware IAntimalware2 IAntimalwareProvider IAntimalwareProvider2

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Accessibility NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Accessibility NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Accessibility?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) for Windows Accessibility Features.
### What is Vanara?
### **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?
### **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.Accessibility
### **Included in Vanara.PInvoke.Accessibility**
Functions | Enumerations
--- | ---
AccessibleChildren<br>AccessibleObjectFromEvent<br>AccessibleObjectFromPoint<br>AccessibleObjectFromWindow<br>AccNotifyTouchInteraction<br>AccSetRunningUtilityState<br>CreateStdAccessibleObject<br>CreateStdAccessibleProxy<br>GetOleaccVersionInfo<br>GetProcessHandleFromHwnd<br>GetRoleText<br>GetStateText<br>LresultFromObject<br>ObjectFromLresult<br>WindowFromAccessibleObject<br> | AccessibilityRole<br>AccessibilityState<br>ANRUS<br><br><br><br><br><br><br><br><br><br><br><br><br>
AccessibleChildren AccessibleObjectFromEvent AccessibleObjectFromPoint AccessibleObjectFromWindow AccNotifyTouchInteraction AccSetRunningUtilityState CreateStdAccessibleObject CreateStdAccessibleProxy GetOleaccVersionInfo GetProcessHandleFromHwnd GetRoleText GetStateText LresultFromObject ObjectFromLresult WindowFromAccessibleObject | AccessibilityRole AccessibilityState ANRUS

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.AclUI NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.AclUI NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.AclUI?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 AclUI.dll.
### What is Vanara?
### **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?
### **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.AclUI
### **Included in Vanara.PInvoke.AclUI**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
CreateSecurityPage<br>EditSecurity<br>EditSecurityAdvanced<br><br><br><br><br> | PropertySheetCallbackMessage<br>SECURITY_OBJECT_ID<br>SI_OBJECT_INFO_Flags<br>SI_PAGE_ACTIVATED<br>SI_PAGE_TYPE<br><br><br> | EFFPERM_RESULT_LIST<br>SECURITY_OBJECT<br>SI_OBJECT_INFO<br>SID_INFO<br>SI_ACCESS<br>SI_INHERIT_TYPE<br><br> | IEffectivePermission<br>IEffectivePermission2<br>ISecurityInformation<br>ISecurityInformation2<br>ISecurityInformation3<br>ISecurityInformation4<br>ISecurityObjectTypeInfo<br>
CreateSecurityPage EditSecurity EditSecurityAdvanced | PropertySheetCallbackMessage SECURITY_OBJECT_ID SI_OBJECT_INFO_Flags SI_PAGE_ACTIVATED SI_PAGE_TYPE | EFFPERM_RESULT_LIST SECURITY_OBJECT SI_OBJECT_INFO SID_INFO SI_ACCESS SI_INHERIT_TYPE | IEffectivePermission IEffectivePermission2 ISecurityInformation ISecurityInformation2 ISecurityInformation3 ISecurityInformation4 ISecurityObjectTypeInfo

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.BITS NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.BITS NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.BITS?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 (interfaces, structures and constants) imported for Windows BITS (Background Intelligent Transfer Service).
### What is Vanara?
### **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?
### **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.BITS
### **Included in Vanara.PInvoke.BITS**
Enumerations | Structures | Interfaces
--- | --- | ---
BG_AUTH_SCHEME<br>BG_AUTH_TARGET<br>BG_CERT_STORE_LOCATION<br>BG_COPY_FILE<br>BG_ENABLE_PEERCACHING<br>BG_ERROR_CONTEXT<br>BG_HTTP_SECURITY<br>BG_JOB_ENABLE_PEERCACHING<br>BG_JOB_ENUM<br>BG_JOB_PRIORITY<br>BG_JOB_PROXY_USAGE<br>BG_JOB_STATE<br>BG_JOB_TYPE<br>BG_NOTIFY<br>BG_TOKEN<br>BITS_COST_STATE<br>BITS_FILE_PROPERTY_ID<br>BITS_JOB_PROPERTY_ID<br><br><br><br><br><br><br><br><br><br><br> | BG_AUTH_CREDENTIALS<br>BG_FILE_INFO<br>BG_FILE_PROGRESS<br>BG_FILE_RANGE<br>BG_JOB_PROGRESS<br>BG_JOB_REPLY_PROGRESS<br>BG_JOB_TIMES<br>BITS_FILE_PROPERTY_VALUE<br>BITS_JOB_PROPERTY_VALUE<br>BG_AUTH_CREDENTIALS_UNION<br>BG_BASIC_CREDENTIALS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IBackgroundCopyCallback<br>IBackgroundCopyCallback2<br>IBackgroundCopyCallback3<br>IBackgroundCopyError<br>IBackgroundCopyFile<br>IBackgroundCopyFile2<br>IBackgroundCopyFile3<br>IBackgroundCopyFile4<br>IBackgroundCopyFile5<br>IBackgroundCopyFile6<br>IBackgroundCopyJob<br>IBackgroundCopyJob2<br>IBackgroundCopyJob3<br>IBackgroundCopyJob4<br>IBackgroundCopyJob5<br>IBackgroundCopyJobHttpOptions<br>IBackgroundCopyJobHttpOptions2<br>IBackgroundCopyJobHttpOptions3<br>IBackgroundCopyManager<br>IBitsPeer<br>IBitsPeerCacheAdministration<br>IBitsPeerCacheRecord<br>IBackgroundCopyServerCertificateValidationCallback<br>IBitsTokenOptions<br>IEnumBackgroundCopyFiles<br>IEnumBackgroundCopyJobs<br>IEnumBitsPeerCacheRecords<br>IEnumBitsPeers<br>
BG_AUTH_SCHEME BG_AUTH_TARGET BG_CERT_STORE_LOCATION BG_COPY_FILE BG_ENABLE_PEERCACHING BG_ERROR_CONTEXT BG_HTTP_SECURITY BG_JOB_ENABLE_PEERCACHING BG_JOB_ENUM BG_JOB_PRIORITY BG_JOB_PROXY_USAGE BG_JOB_STATE BG_JOB_TYPE BG_NOTIFY BG_TOKEN BITS_COST_STATE BITS_FILE_PROPERTY_ID BITS_JOB_PROPERTY_ID | BG_AUTH_CREDENTIALS BG_FILE_INFO BG_FILE_PROGRESS BG_FILE_RANGE BG_JOB_PROGRESS BG_JOB_REPLY_PROGRESS BG_JOB_TIMES BITS_FILE_PROPERTY_VALUE BITS_JOB_PROPERTY_VALUE BG_AUTH_CREDENTIALS_UNION BG_BASIC_CREDENTIALS | IBackgroundCopyCallback IBackgroundCopyCallback2 IBackgroundCopyCallback3 IBackgroundCopyError IBackgroundCopyFile IBackgroundCopyFile2 IBackgroundCopyFile3 IBackgroundCopyFile4 IBackgroundCopyFile5 IBackgroundCopyFile6 IBackgroundCopyJob IBackgroundCopyJob2 IBackgroundCopyJob3 IBackgroundCopyJob4 IBackgroundCopyJob5 IBackgroundCopyJobHttpOptions IBackgroundCopyJobHttpOptions2 IBackgroundCopyJobHttpOptions3 IBackgroundCopyManager IBitsPeer IBitsPeerCacheAdministration IBitsPeerCacheRecord IBackgroundCopyServerCertificateValidationCallback IBitsTokenOptions IEnumBackgroundCopyFiles IEnumBackgroundCopyJobs IEnumBitsPeerCacheRecords IEnumBitsPeers

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Cabinet NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Cabinet NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Cabinet?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 Cabinet.dll.
### What is Vanara?
### **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?
### **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.Cabinet
### **Included in Vanara.PInvoke.Cabinet**
Functions | Enumerations | Structures
--- | --- | ---
CloseCompressor<br>CloseDecompressor<br>Compress<br>CreateCompressor<br>CreateDecompressor<br>Decompress<br>FCIAddFile<br>FCICreate<br>FCIDestroy<br>FCIFlushCabinet<br>FCIFlushFolder<br>FDICopy<br>FDICreate<br>FDIDestroy<br>FDIIsCabinet<br>FDITruncateCabinet<br>QueryCompressorInformation<br>QueryDecompressorInformation<br>ResetCompressor<br>ResetDecompressor<br>SetCompressorInformation<br>SetDecompressorInformation<br> | COMPRESS_ALGORITHM<br>COMPRESS_INFORMATION_CLASS<br>CabinetFileStatus<br>FCIERROR<br>TCOMP<br>FDICPU<br>FDIDECRYPTTYPE<br>FDIERROR<br>FDINOTIFICATIONTYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br> | COMPRESS_ALLOCATION_ROUTINES<br>COMPRESSOR_HANDLE<br>DECOMPRESSOR_HANDLE<br>CCAB<br>HFCI<br>FDICABINETINFO<br>FDIDECRYPT<br>FDINOTIFICATION<br>HFDI<br>ERF<br>Union<br>NEW_CABINET<br>NEW_FOLDER<br>DECRYPT<br><br><br><br><br><br><br><br><br>
CloseCompressor CloseDecompressor Compress CreateCompressor CreateDecompressor Decompress FCIAddFile FCICreate FCIDestroy FCIFlushCabinet FCIFlushFolder FDICopy FDICreate FDIDestroy FDIIsCabinet FDITruncateCabinet QueryCompressorInformation QueryDecompressorInformation ResetCompressor ResetDecompressor SetCompressorInformation SetDecompressorInformation | COMPRESS_ALGORITHM COMPRESS_INFORMATION_CLASS CabinetFileStatus FCIERROR TCOMP FDICPU FDIDECRYPTTYPE FDIERROR FDINOTIFICATIONTYPE | COMPRESS_ALLOCATION_ROUTINES COMPRESSOR_HANDLE DECOMPRESSOR_HANDLE CCAB HFCI FDICABINETINFO FDIDECRYPT FDINOTIFICATION HFDI ERF Union NEW_CABINET NEW_FOLDER DECRYPT

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.CimFs NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.CimFs NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.CimFs?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 CimFs.dll.
### What is Vanara?
### **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?
### **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.CimFs
### **Included in Vanara.PInvoke.CimFs**
Functions | Enumerations | Structures
--- | --- | ---
CimCloseImage<br>CimCloseStream<br>CimCommitImage<br>CimCreateAlternateStream<br>CimCreateFile<br>CimCreateHardLink<br>CimCreateImage<br>CimDeletePath<br>CimDismountImage<br>CimMountImage<br>CimWriteStream<br> | CIM_MOUNT_IMAGE_FLAGS<br><br><br><br><br><br><br><br><br><br><br> | CIMFS_FILE_METADATA<br>CIMFS_IMAGE_HANDLE<br>CIMFS_STREAM_HANDLE<br><br><br><br><br><br><br><br><br>
CimCloseImage CimCloseStream CimCommitImage CimCreateAlternateStream CimCreateFile CimCreateHardLink CimCreateImage CimDeletePath CimDismountImage CimMountImage CimWriteStream | CIM_MOUNT_IMAGE_FLAGS | CIMFS_FILE_METADATA CIMFS_IMAGE_HANDLE CIMFS_STREAM_HANDLE

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.CldApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.CldApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.CldApi?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 CldApi.dll.
### What is Vanara?
### **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?
### **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.CldApi
### **Included in Vanara.PInvoke.CldApi**
Functions | Enumerations | Structures
--- | --- | ---
CfCloseHandle<br>CfConnectSyncRoot<br>CfConvertToPlaceholder<br>CfCreatePlaceholders<br>CfDehydratePlaceholder<br>CfDisconnectSyncRoot<br>CfExecute<br>CfGetCorrelationVector<br>CfGetPlaceholderInfo<br>CfGetPlaceholderRangeInfo<br>CfGetPlaceholderStateFromAttributeTag<br>CfGetPlaceholderStateFromFileInfo<br>CfGetPlaceholderStateFromFindData<br>CfGetPlatformInfo<br>CfGetSyncRootInfoByHandle<br>CfGetSyncRootInfoByPath<br>CfGetTransferKey<br>CfGetWin32HandleFromProtectedHandle<br>CfHydratePlaceholder<br>CfOpenFileWithOplock<br>CfQuerySyncProviderStatus<br>CfReferenceProtectedHandle<br>CfRegisterSyncRoot<br>CfReleaseProtectedHandle<br>CfReleaseTransferKey<br>CfReportProviderProgress<br>CfReportSyncStatus<br>CfRevertPlaceholder<br>CfSetCorrelationVector<br>CfSetInSyncState<br>CfSetPinState<br>CfUnregisterSyncRoot<br>CfUpdatePlaceholder<br>CfUpdateSyncProviderStatus<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | CF_CALLBACK_CANCEL_FLAGS<br>CF_CALLBACK_CLOSE_COMPLETION_FLAGS<br>CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS<br>CF_CALLBACK_DEHYDRATE_FLAGS<br>CF_CALLBACK_DEHYDRATION_REASON<br>CF_CALLBACK_DELETE_COMPLETION_FLAGS<br>CF_CALLBACK_DELETE_FLAGS<br>CF_CALLBACK_FETCH_DATA_FLAGS<br>CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS<br>CF_CALLBACK_OPEN_COMPLETION_FLAGS<br>CF_CALLBACK_RENAME_COMPLETION_FLAGS<br>CF_CALLBACK_RENAME_FLAGS<br>CF_CALLBACK_TYPE<br>CF_CALLBACK_VALIDATE_DATA_FLAGS<br>CF_CONNECT_FLAGS<br>CF_CONVERT_FLAGS<br>CF_CREATE_FLAGS<br>CF_DEHYDRATE_FLAGS<br>CF_HARDLINK_POLICY<br>CF_HYDRATE_FLAGS<br>CF_HYDRATION_POLICY_MODIFIER<br>CF_HYDRATION_POLICY_PRIMARY<br>CF_IN_SYNC_STATE<br>CF_INSYNC_POLICY<br>CF_OPEN_FILE_FLAGS<br>CF_OPERATION_ACK_DATA_FLAGS<br>CF_OPERATION_ACK_DEHYDRATE_FLAGS<br>CF_OPERATION_ACK_DELETE_FLAGS<br>CF_OPERATION_ACK_RENAME_FLAGS<br>CF_OPERATION_RESTART_HYDRATION_FLAGS<br>CF_OPERATION_RETRIEVE_DATA_FLAGS<br>CF_OPERATION_TRANSFER_DATA_FLAGS<br>CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS<br>CF_OPERATION_TYPE<br>CF_PIN_STATE<br>CF_PLACEHOLDER_CREATE_FLAGS<br>CF_PLACEHOLDER_INFO_CLASS<br>CF_PLACEHOLDER_RANGE_INFO_CLASS<br>CF_PLACEHOLDER_STATE<br>CF_POPULATION_POLICY_MODIFIER<br>CF_POPULATION_POLICY_PRIMARY<br>CF_REGISTER_FLAGS<br>CF_REVERT_FLAGS<br>CF_SET_IN_SYNC_FLAGS<br>CF_SET_PIN_FLAGS<br>CF_SYNC_PROVIDER_STATUS<br>CF_SYNC_ROOT_INFO_CLASS<br>CF_UPDATE_FLAGS<br> | CF_CALLBACK_INFO<br>CF_CALLBACK_PARAMETERS<br>CF_CALLBACK_REGISTRATION<br>CF_CONNECTION_KEY<br>CF_FILE_RANGE<br>CF_FILE_RANGE_BUFFER<br>CF_FS_METADATA<br>CF_HYDRATION_POLICY<br>CF_OPERATION_INFO<br>CF_OPERATION_PARAMETERS<br>CF_PLACEHOLDER_BASIC_INFO<br>CF_PLACEHOLDER_CREATE_INFO<br>CF_PLACEHOLDER_STANDARD_INFO<br>CF_PLATFORM_INFO<br>CF_POPULATION_POLICY<br>CF_PROCESS_INFO<br>CF_REQUEST_KEY<br>CF_SYNC_POLICIES<br>CF_SYNC_REGISTRATION<br>CF_SYNC_ROOT_BASIC_INFO<br>CF_SYNC_ROOT_PROVIDER_INFO<br>CF_SYNC_ROOT_STANDARD_INFO<br>CF_SYNC_STATUS<br>CF_TRANSFER_KEY<br>HCFFILE<br>CANCEL<br>CLOSECOMPLETION<br>DEHYDRATE<br>DEHYDRATECOMPLETION<br>DELETE<br>DELETECOMPLETION<br>FETCHDATA<br>FETCHPLACEHOLDERS<br>OPENCOMPLETION<br>RENAME<br>RENAMECOMPLETION<br>VALIDATEDATA<br>TRANSFERDATA<br>RETRIEVEDATA<br>ACKDATA<br>RESTARTHYDRATION<br>TRANSFERPLACEHOLDERS<br>ACKDEHYDRATE<br>ACKRENAME<br>ACKDELETE<br>CANCELFETCHDATA<br><br><br>
CfCloseHandle CfConnectSyncRoot CfConvertToPlaceholder CfCreatePlaceholders CfDehydratePlaceholder CfDisconnectSyncRoot CfExecute CfGetCorrelationVector CfGetPlaceholderInfo CfGetPlaceholderRangeInfo CfGetPlaceholderStateFromAttributeTag CfGetPlaceholderStateFromFileInfo CfGetPlaceholderStateFromFindData CfGetPlatformInfo CfGetSyncRootInfoByHandle CfGetSyncRootInfoByPath CfGetTransferKey CfGetWin32HandleFromProtectedHandle CfHydratePlaceholder CfOpenFileWithOplock CfQuerySyncProviderStatus CfReferenceProtectedHandle CfRegisterSyncRoot CfReleaseProtectedHandle CfReleaseTransferKey CfReportProviderProgress CfReportSyncStatus CfRevertPlaceholder CfSetCorrelationVector CfSetInSyncState CfSetPinState CfUnregisterSyncRoot CfUpdatePlaceholder CfUpdateSyncProviderStatus | CF_CALLBACK_CANCEL_FLAGS CF_CALLBACK_CLOSE_COMPLETION_FLAGS CF_CALLBACK_DEHYDRATE_COMPLETION_FLAGS CF_CALLBACK_DEHYDRATE_FLAGS CF_CALLBACK_DEHYDRATION_REASON CF_CALLBACK_DELETE_COMPLETION_FLAGS CF_CALLBACK_DELETE_FLAGS CF_CALLBACK_FETCH_DATA_FLAGS CF_CALLBACK_FETCH_PLACEHOLDERS_FLAGS CF_CALLBACK_OPEN_COMPLETION_FLAGS CF_CALLBACK_RENAME_COMPLETION_FLAGS CF_CALLBACK_RENAME_FLAGS CF_CALLBACK_TYPE CF_CALLBACK_VALIDATE_DATA_FLAGS CF_CONNECT_FLAGS CF_CONVERT_FLAGS CF_CREATE_FLAGS CF_DEHYDRATE_FLAGS CF_HARDLINK_POLICY CF_HYDRATE_FLAGS CF_HYDRATION_POLICY_MODIFIER CF_HYDRATION_POLICY_PRIMARY CF_IN_SYNC_STATE CF_INSYNC_POLICY CF_OPEN_FILE_FLAGS CF_OPERATION_ACK_DATA_FLAGS CF_OPERATION_ACK_DEHYDRATE_FLAGS CF_OPERATION_ACK_DELETE_FLAGS CF_OPERATION_ACK_RENAME_FLAGS CF_OPERATION_RESTART_HYDRATION_FLAGS CF_OPERATION_RETRIEVE_DATA_FLAGS CF_OPERATION_TRANSFER_DATA_FLAGS CF_OPERATION_TRANSFER_PLACEHOLDERS_FLAGS CF_OPERATION_TYPE CF_PIN_STATE CF_PLACEHOLDER_CREATE_FLAGS CF_PLACEHOLDER_INFO_CLASS CF_PLACEHOLDER_RANGE_INFO_CLASS CF_PLACEHOLDER_STATE CF_POPULATION_POLICY_MODIFIER CF_POPULATION_POLICY_PRIMARY CF_REGISTER_FLAGS CF_REVERT_FLAGS CF_SET_IN_SYNC_FLAGS CF_SET_PIN_FLAGS CF_SYNC_PROVIDER_STATUS CF_SYNC_ROOT_INFO_CLASS CF_UPDATE_FLAGS | CF_CALLBACK_INFO CF_CALLBACK_PARAMETERS CF_CALLBACK_REGISTRATION CF_CONNECTION_KEY CF_FILE_RANGE CF_FILE_RANGE_BUFFER CF_FS_METADATA CF_HYDRATION_POLICY CF_OPERATION_INFO CF_OPERATION_PARAMETERS CF_PLACEHOLDER_BASIC_INFO CF_PLACEHOLDER_CREATE_INFO CF_PLACEHOLDER_STANDARD_INFO CF_PLATFORM_INFO CF_POPULATION_POLICY CF_PROCESS_INFO CF_REQUEST_KEY CF_SYNC_POLICIES CF_SYNC_REGISTRATION CF_SYNC_ROOT_BASIC_INFO CF_SYNC_ROOT_PROVIDER_INFO CF_SYNC_ROOT_STANDARD_INFO CF_SYNC_STATUS CF_TRANSFER_KEY HCFFILE CANCEL CLOSECOMPLETION DEHYDRATE DEHYDRATECOMPLETION DELETE DELETECOMPLETION FETCHDATA FETCHPLACEHOLDERS OPENCOMPLETION RENAME RENAMECOMPLETION VALIDATEDATA TRANSFERDATA RETRIEVEDATA ACKDATA RESTARTHYDRATION TRANSFERPLACEHOLDERS ACKDEHYDRATE ACKRENAME ACKDELETE CANCELFETCHDATA

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.ComDlg32 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.ComDlg32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.ComDlg32?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 ComDlg32.dll.
### What is Vanara?
### **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?
### **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.ComDlg32
### **Included in Vanara.PInvoke.ComDlg32**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
ChooseColor<br>ChooseFont<br>CommDlgExtendedError<br>FindText<br>GetFileTitle<br>GetOpenFileName<br>GetSaveFileName<br>PageSetupDlg<br>PrintDlg<br>PrintDlgEx<br>ReplaceText<br> | CC<br>CF<br>DN<br>FR<br>OFN<br>OFN_EX<br>PD<br>PD_EXCL<br>PD_RESULT<br>PSD<br><br> | CHOOSECOLOR<br>CHOOSEFONT<br>DEVNAMES<br>FINDREPLACE<br>OFNOTIFY<br>OFNOTIFYEX<br>OPENFILENAME<br>PAGESETUPDLG<br>PRINTDLG<br>PRINTDLGEX<br>PRINTPAGERANGE<br> | IPrintDialogCallback<br>IPrintDialogServices<br><br><br><br><br><br><br><br><br><br>
ChooseColor ChooseFont CommDlgExtendedError FindText GetFileTitle GetOpenFileName GetSaveFileName PageSetupDlg PrintDlg PrintDlgEx ReplaceText | CC CF DN FR OFN OFN_EX PD PD_EXCL PD_RESULT PSD | CHOOSECOLOR CHOOSEFONT DEVNAMES FINDREPLACE OFNOTIFY OFNOTIFYEX OPENFILENAME PAGESETUPDLG PRINTDLG PRINTDLGEX PRINTPAGERANGE | IPrintDialogCallback IPrintDialogServices

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.CredUI NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.CredUI NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.CredUI?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 CredUI.dll.
### What is Vanara?
### **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?
### **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.CredUI
### **Included in Vanara.PInvoke.CredUI**
Functions | Enumerations | Structures
--- | --- | ---
CredPackAuthenticationBuffer<br>CredUICmdLinePromptForCredentials<br>CredUIConfirmCredentials<br>CredUIParseUserName<br>CredUIPromptForCredentials<br>CredUIPromptForWindowsCredentials<br>CredUIReadSSOCred<br>CredUIStoreSSOCred<br>CredUnPackAuthenticationBuffer<br>SspiGetCredUIContext<br>SspiIsPromptingNeeded<br>SspiPromptForCredentials<br>SspiUnmarshalCredUIContext<br>SspiUpdateCredentials<br> | SSPIPFC<br>CredentialsDialogOptions<br>CredPackFlags<br>WindowsCredentialsDialogOptions<br><br><br><br><br><br><br><br><br><br><br> | PSEC_WINNT_CREDUI_CONTEXT<br>PSEC_WINNT_CREDUI_CONTEXT_VECTOR<br>CREDUI_INFO<br><br><br><br><br><br><br><br><br><br><br><br>
CredPackAuthenticationBuffer CredUICmdLinePromptForCredentials CredUIConfirmCredentials CredUIParseUserName CredUIPromptForCredentials CredUIPromptForWindowsCredentials CredUIReadSSOCred CredUIStoreSSOCred CredUnPackAuthenticationBuffer SspiGetCredUIContext SspiIsPromptingNeeded SspiPromptForCredentials SspiUnmarshalCredUIContext SspiUpdateCredentials | SSPIPFC CredentialsDialogOptions CredPackFlags WindowsCredentialsDialogOptions | PSEC_WINNT_CREDUI_CONTEXT PSEC_WINNT_CREDUI_CONTEXT_VECTOR CREDUI_INFO

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Dhcp NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Dhcp NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Dhcp?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 Dhcpcsvc.dll and Dhcpcsvc6.dll.
### What is Vanara?
### **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?
### **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.Dhcp
### **Included in Vanara.PInvoke.Dhcp**
Functions | Enumerations | Structures
--- | --- | ---
DhcpCApiCleanup<br>DhcpCApiInitialize<br>DhcpDeRegisterParamChange<br>DhcpGetOriginalSubnetMask<br>DhcpRegisterParamChange<br>DhcpRemoveDNSRegistrations<br>DhcpRequestParams<br>DhcpUndoRequestParams<br>Dhcpv6CApiCleanup<br>Dhcpv6CApiInitialize<br>Dhcpv6ReleasePrefix<br>Dhcpv6RenewPrefix<br>Dhcpv6RequestParams<br>Dhcpv6RequestPrefix<br>McastApiCleanup<br>McastApiStartup<br>McastEnumerateScopes<br>McastGenUID<br>McastReleaseAddress<br>McastRenewAddress<br>McastRequestAddress<br> | DHCP_OPTION_ID<br>DHCPCAPI_REQUEST<br>DHCPV6_OPTION_ID<br>StatusCode<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DHCP_IP_ADDRESS<br>DHCPAPI_PARAMS<br>DHCPCAPI_CLASSID<br>DHCPCAPI_PARAMS_ARRAY<br>DHCPV6CAPI_CLASSID<br>DHCPV6CAPI_PARAMS<br>DHCPV6CAPI_PARAMS_ARRAY<br>DHCPV6Prefix<br>DHCPV6PrefixLeaseInformation<br>IPNG_ADDRESS<br>MCAST_CLIENT_UID<br>MCAST_LEASE_REQUEST<br>MCAST_LEASE_RESPONSE<br>MCAST_SCOPE_CTX<br>MCAST_SCOPE_ENTRY<br><br><br><br><br><br><br>
DhcpCApiCleanup DhcpCApiInitialize DhcpDeRegisterParamChange DhcpGetOriginalSubnetMask DhcpRegisterParamChange DhcpRemoveDNSRegistrations DhcpRequestParams DhcpUndoRequestParams Dhcpv6CApiCleanup Dhcpv6CApiInitialize Dhcpv6ReleasePrefix Dhcpv6RenewPrefix Dhcpv6RequestParams Dhcpv6RequestPrefix McastApiCleanup McastApiStartup McastEnumerateScopes McastGenUID McastReleaseAddress McastRenewAddress McastRequestAddress | DHCP_OPTION_ID DHCPCAPI_REQUEST DHCPV6_OPTION_ID StatusCode | DHCP_IP_ADDRESS DHCPAPI_PARAMS DHCPCAPI_CLASSID DHCPCAPI_PARAMS_ARRAY DHCPV6CAPI_CLASSID DHCPV6CAPI_PARAMS DHCPV6CAPI_PARAMS_ARRAY DHCPV6Prefix DHCPV6PrefixLeaseInformation IPNG_ADDRESS MCAST_CLIENT_UID MCAST_LEASE_REQUEST MCAST_LEASE_RESPONSE MCAST_SCOPE_CTX MCAST_SCOPE_ENTRY

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.DnsApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.DnsApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.DnsApi?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 DnsApi.dll.
### What is Vanara?
### **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?
### **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.DnsApi
### **Included in Vanara.PInvoke.DnsApi**
Functions | Enumerations | Structures
--- | --- | ---
DnsAcquireContextHandle_<br>DnsCancelQuery<br>DnsExtractRecordsFromMessage_W<br>DnsFree<br>DnsFreeCustomServers<br>DnsFreeProxyName<br>DnsGetApplicationSettings<br>DnsGetCacheDataTable<br>DnsGetProxyInformation<br>DnsModifyRecordsInSet_<br>DnsNameCompare_<br>DnsQuery_<br>DnsQueryConfig<br>DnsQueryEx<br>DnsRecordCompare<br>DnsRecordCopyEx<br>DnsRecordSetCompare<br>DnsRecordSetCopyEx<br>DnsRecordSetDetach<br>DnsReleaseContextHandle<br>DnsReplaceRecordSet<br>DnsServiceBrowse<br>DnsServiceBrowseCancel<br>DnsServiceConstructInstance<br>DnsServiceCopyInstance<br>DnsServiceDeRegister<br>DnsServiceFreeInstance<br>DnsServiceRegister<br>DnsServiceRegisterCancel<br>DnsServiceResolve<br>DnsServiceResolveCancel<br>DnsSetApplicationSettings<br>DnsStartMulticastQuery<br>DnsStopMulticastQuery<br>DnsValidateName_<br>DnsValidateServerStatus<br>DnsWriteQuestionToBuffer_W<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ATMA<br>DNS_APP_SETTINGSF<br>DNS_CHARSET<br>DNS_CLASS<br>DNS_CONFIG_FLAG<br>DNS_CONFIG_TYPE<br>DNS_CUSTOM_SERVER_FLAGS<br>DNS_CUSTOM_SERVER_TYPE<br>DNS_FREE_TYPE<br>DNS_NAME_FORMAT<br>DNS_OPCODE<br>DNS_PROXY_INFORMATION_TYPE<br>DNS_QUERY_OPTIONS<br>DNS_RCODE<br>DNS_SECTION<br>DNS_TKEY_MODE<br>DNS_TYPE<br>DNS_UPDATE<br>DNS_WINS_FLAG<br>DnsServerStatus<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DNS_A_DATA<br>DNS_AAAA_DATA<br>DNS_ADDR<br>DNS_ADDR_ARRAY<br>DNS_APPLICATION_SETTINGS<br>DNS_ATMA_DATA<br>DNS_CACHE_ENTRY<br>DNS_CUSTOM_SERVER<br>DNS_DHCID_DATA<br>DNS_DS_DATA<br>DNS_HEADER<br>DNS_KEY_DATA<br>DNS_LOC_DATA<br>DNS_MESSAGE_BUFFER<br>DNS_MINFO_DATA<br>DNS_MX_DATA<br>DNS_NAPTR_DATA<br>DNS_NSEC_DATA<br>DNS_NSEC3_DATA<br>DNS_NSEC3PARAM_DATA<br>DNS_NULL_DATA<br>DNS_NXT_DATA<br>DNS_OPT_DATA<br>DNS_PROXY_INFORMATION<br>DNS_PTR_DATA<br>DNS_QUERY_CANCEL<br>DNS_QUERY_REQUEST<br>DNS_QUERY_RESULT<br>DNS_RECORD<br>DNS_RECORD_FLAGS<br>DNS_RRSET<br>DNS_SERVICE_BROWSE_REQUEST<br>DNS_SERVICE_CANCEL<br>DNS_SERVICE_INSTANCE<br>DNS_SERVICE_REGISTER_REQUEST<br>DNS_SERVICE_RESOLVE_REQUEST<br>DNS_SIG_DATA<br>DNS_SOA_DATA<br>DNS_SRV_DATA<br>DNS_TKEY_DATA<br>DNS_TLSA_DATA<br>DNS_TSIG_DATA<br>DNS_TXT_DATA<br>DNS_UNKNOWN_DATA<br>DNS_WINS_DATA<br>DNS_WINSR_DATA<br>DNS_WIRE_QUESTION<br>DNS_WIRE_RECORD<br>DNS_WKS_DATA<br>IP4_ARRAY<br>MDNS_QUERY_HANDLE<br>MDNS_QUERY_REQUEST<br>HDNSCONTEXT<br>DNS_SERVICE_BROWSE_REQUEST_CALLBACK<br>
DnsAcquireContextHandle_ DnsCancelQuery DnsExtractRecordsFromMessage_W DnsFree DnsFreeCustomServers DnsFreeProxyName DnsGetApplicationSettings DnsGetCacheDataTable DnsGetProxyInformation DnsModifyRecordsInSet_ DnsNameCompare_ DnsQuery_ DnsQueryConfig DnsQueryEx DnsRecordCompare DnsRecordCopyEx DnsRecordSetCompare DnsRecordSetCopyEx DnsRecordSetDetach DnsReleaseContextHandle DnsReplaceRecordSet DnsServiceBrowse DnsServiceBrowseCancel DnsServiceConstructInstance DnsServiceCopyInstance DnsServiceDeRegister DnsServiceFreeInstance DnsServiceRegister DnsServiceRegisterCancel DnsServiceResolve DnsServiceResolveCancel DnsSetApplicationSettings DnsStartMulticastQuery DnsStopMulticastQuery DnsValidateName_ DnsValidateServerStatus DnsWriteQuestionToBuffer_W | ATMA DNS_APP_SETTINGSF DNS_CHARSET DNS_CLASS DNS_CONFIG_FLAG DNS_CONFIG_TYPE DNS_CUSTOM_SERVER_FLAGS DNS_CUSTOM_SERVER_TYPE DNS_FREE_TYPE DNS_NAME_FORMAT DNS_OPCODE DNS_PROXY_INFORMATION_TYPE DNS_QUERY_OPTIONS DNS_RCODE DNS_SECTION DNS_TKEY_MODE DNS_TYPE DNS_UPDATE DNS_WINS_FLAG DnsServerStatus | DNS_A_DATA DNS_AAAA_DATA DNS_ADDR DNS_ADDR_ARRAY DNS_APPLICATION_SETTINGS DNS_ATMA_DATA DNS_CACHE_ENTRY DNS_CUSTOM_SERVER DNS_DHCID_DATA DNS_DS_DATA DNS_HEADER DNS_KEY_DATA DNS_LOC_DATA DNS_MESSAGE_BUFFER DNS_MINFO_DATA DNS_MX_DATA DNS_NAPTR_DATA DNS_NSEC_DATA DNS_NSEC3_DATA DNS_NSEC3PARAM_DATA DNS_NULL_DATA DNS_NXT_DATA DNS_OPT_DATA DNS_PROXY_INFORMATION DNS_PTR_DATA DNS_QUERY_CANCEL DNS_QUERY_REQUEST DNS_QUERY_RESULT DNS_RECORD DNS_RECORD_FLAGS DNS_RRSET DNS_SERVICE_BROWSE_REQUEST DNS_SERVICE_CANCEL DNS_SERVICE_INSTANCE DNS_SERVICE_REGISTER_REQUEST DNS_SERVICE_RESOLVE_REQUEST DNS_SIG_DATA DNS_SOA_DATA DNS_SRV_DATA DNS_TKEY_DATA DNS_TLSA_DATA DNS_TSIG_DATA DNS_TXT_DATA DNS_UNKNOWN_DATA DNS_WINS_DATA DNS_WINSR_DATA DNS_WIRE_QUESTION DNS_WIRE_RECORD DNS_WKS_DATA IP4_ARRAY MDNS_QUERY_HANDLE MDNS_QUERY_REQUEST HDNSCONTEXT DNS_SERVICE_BROWSE_REQUEST_CALLBACK

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Drt NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Drt NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Drt?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 Drt.dll for the Distributed Routing Table (DRT) API.
### What is Vanara?
### **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?
### **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.Drt
### **Included in Vanara.PInvoke.Drt**
Functions | Enumerations | Structures
--- | --- | ---
DrtClose<br>DrtContinueSearch<br>DrtCreateDerivedKey<br>DrtCreateDerivedKeySecurityProvider<br>DrtCreateDnsBootstrapResolver<br>DrtCreateIpv6UdpTransport<br>DrtCreateNullSecurityProvider<br>DrtCreatePnrpBootstrapResolver<br>DrtDeleteDerivedKeySecurityProvider<br>DrtDeleteDnsBootstrapResolver<br>DrtDeleteIpv6UdpTransport<br>DrtDeleteNullSecurityProvider<br>DrtDeletePnrpBootstrapResolver<br>DrtEndSearch<br>DrtGetEventData<br>DrtGetEventDataSize<br>DrtGetInstanceName<br>DrtGetInstanceNameSize<br>DrtGetSearchPath<br>DrtGetSearchPathSize<br>DrtGetSearchResult<br>DrtGetSearchResultSize<br>DrtOpen<br>DrtRegisterKey<br>DrtStartSearch<br>DrtUnregisterKey<br>DrtUpdateKey<br> | DRT_ADDRESS_FLAGS<br>DRT_EVENT_TYPE<br>DRT_LEAFSET_KEY_CHANGE_TYPE<br>DRT_MATCH_TYPE<br>DRT_REGISTRATION_STATE<br>DRT_SCOPE<br>DRT_SECURITY_MODE<br>DRT_STATUS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DRT_ADDRESS<br>DRT_ADDRESS_LIST<br>DRT_BOOTSTRAP_PROVIDER<br>DRT_BOOTSTRAP_RESOLVE_CONTEXT<br>DRT_DATA<br>DRT_EVENT_DATA<br>DRT_REGISTRATION<br>DRT_SEARCH_INFO<br>DRT_SEARCH_RESULT<br>DRT_SECURITY_PROVIDER<br>DRT_SETTINGS<br>HDRT<br>HDRT_REGISTRATION_CONTEXT<br>HDRT_SEARCH_CONTEXT<br>HDRT_TRANSPORT<br>SafeDRT_DATA<br>UNION<br>LEAFSETKEYCHANGE<br>REGISTRATIONSTATECHANGE<br>STATUSCHANGE<br>BOOTSTRAPADDRESSES<br><br><br><br><br><br><br>
DrtClose DrtContinueSearch DrtCreateDerivedKey DrtCreateDerivedKeySecurityProvider DrtCreateDnsBootstrapResolver DrtCreateIpv6UdpTransport DrtCreateNullSecurityProvider DrtCreatePnrpBootstrapResolver DrtDeleteDerivedKeySecurityProvider DrtDeleteDnsBootstrapResolver DrtDeleteIpv6UdpTransport DrtDeleteNullSecurityProvider DrtDeletePnrpBootstrapResolver DrtEndSearch DrtGetEventData DrtGetEventDataSize DrtGetInstanceName DrtGetInstanceNameSize DrtGetSearchPath DrtGetSearchPathSize DrtGetSearchResult DrtGetSearchResultSize DrtOpen DrtRegisterKey DrtStartSearch DrtUnregisterKey DrtUpdateKey | DRT_ADDRESS_FLAGS DRT_EVENT_TYPE DRT_LEAFSET_KEY_CHANGE_TYPE DRT_MATCH_TYPE DRT_REGISTRATION_STATE DRT_SCOPE DRT_SECURITY_MODE DRT_STATUS | DRT_ADDRESS DRT_ADDRESS_LIST DRT_BOOTSTRAP_PROVIDER DRT_BOOTSTRAP_RESOLVE_CONTEXT DRT_DATA DRT_EVENT_DATA DRT_REGISTRATION DRT_SEARCH_INFO DRT_SEARCH_RESULT DRT_SECURITY_PROVIDER DRT_SETTINGS HDRT HDRT_REGISTRATION_CONTEXT HDRT_SEARCH_CONTEXT HDRT_TRANSPORT SafeDRT_DATA UNION LEAFSETKEYCHANGE REGISTRATIONSTATECHANGE STATUSCHANGE BOOTSTRAPADDRESSES

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.DwmApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.DwmApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.DwmApi?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 DwmApi.dll.
### What is Vanara?
### **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?
### **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.DwmApi
### **Included in Vanara.PInvoke.DwmApi**
Functions | Enumerations | Structures
--- | --- | ---
DwmDefWindowProc<br>DwmEnableBlurBehindWindow<br>DwmEnableComposition<br>DwmEnableMMCSS<br>DwmExtendFrameIntoClientArea<br>DwmFlush<br>DwmGetColorizationColor<br>DwmGetCompositionTimingInfo<br>DwmGetTransportAttributes<br>DwmGetUnmetTabRequirements<br>DwmGetWindowAttribute<br>DwmInvalidateIconicBitmaps<br>DwmIsCompositionEnabled<br>DwmpGetColorizationParameters<br>DwmpSetColorizationParameters<br>DwmQueryThumbnailSourceSize<br>DwmRegisterThumbnail<br>DwmRenderGesture<br>DwmSetIconicLivePreviewBitmap<br>DwmSetIconicThumbnail<br>DwmSetWindowAttribute<br>DwmShowContact<br>DwmTetherContact<br>DwmTransitionOwnedWindow<br>DwmUnregisterThumbnail<br>DwmUpdateThumbnailProperties<br> | DWM_BLURBEHIND_Mask<br>DWM_CLOAKED<br>DWM_SETICONICPREVIEW_Flags<br>DWM_SHOWCONTACT<br>DWM_TAB_WINDOW_REQUIREMENTS<br>DWM_TNP<br>DWMFLIP3DWINDOWPOLICY<br>DWMNCRENDERINGPOLICY<br>DWMTRANSITION_OWNEDWINDOW_TARGET<br>DWMWINDOWATTRIBUTE<br>GESTURE_TYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DWM_BLURBEHIND<br>DWM_COLORIZATION_PARAMS<br>DWM_THUMBNAIL_PROPERTIES<br>DWM_TIMING_INFO<br>MARGINS<br>UNSIGNED_RATIO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
DwmDefWindowProc DwmEnableBlurBehindWindow DwmEnableComposition DwmEnableMMCSS DwmExtendFrameIntoClientArea DwmFlush DwmGetColorizationColor DwmGetCompositionTimingInfo DwmGetTransportAttributes DwmGetUnmetTabRequirements DwmGetWindowAttribute DwmInvalidateIconicBitmaps DwmIsCompositionEnabled DwmpGetColorizationParameters DwmpSetColorizationParameters DwmQueryThumbnailSourceSize DwmRegisterThumbnail DwmRenderGesture DwmSetIconicLivePreviewBitmap DwmSetIconicThumbnail DwmSetWindowAttribute DwmShowContact DwmTetherContact DwmTransitionOwnedWindow DwmUnregisterThumbnail DwmUpdateThumbnailProperties | DWM_BLURBEHIND_Mask DWM_CLOAKED DWM_SETICONICPREVIEW_Flags DWM_SHOWCONTACT DWM_TAB_WINDOW_REQUIREMENTS DWM_TNP DWMFLIP3DWINDOWPOLICY DWMNCRENDERINGPOLICY DWMTRANSITION_OWNEDWINDOW_TARGET DWMWINDOWATTRIBUTE GESTURE_TYPE | DWM_BLURBEHIND DWM_COLORIZATION_PARAMS DWM_THUMBNAIL_PROPERTIES DWM_TIMING_INFO MARGINS UNSIGNED_RATIO

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.EnhancedStorage NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.EnhancedStorage NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.EnhancedStorage?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 EnhancedStorage.dll.
### What is Vanara?
### **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?
### **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.EnhancedStorage
### **Included in Vanara.PInvoke.EnhancedStorage**
Enumerations | Structures | Interfaces
--- | --- | ---
ACT_AUTHORIZATION_STATE_VALUE<br>ACT_AUTHORIZE<br>ACT_UNAUTHORIZE<br>CERT_CAPABILITY<br>CERT_TYPE<br>CERT_VALIDATION_POLICY<br>ENHANCED_STORAGE_AUTHN_STATE<br> | ACT_AUTHORIZATION_STATE<br>SILO_INFO<br>ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION<br><br><br><br><br> | IEnhancedStorageACT<br>IEnhancedStorageACT2<br>IEnhancedStorageACT3<br>IEnhancedStorageSilo<br>IEnhancedStorageSiloAction<br>IEnumEnhancedStorageACT<br><br>
ACT_AUTHORIZATION_STATE_VALUE ACT_AUTHORIZE ACT_UNAUTHORIZE CERT_CAPABILITY CERT_TYPE CERT_VALIDATION_POLICY ENHANCED_STORAGE_AUTHN_STATE | ACT_AUTHORIZATION_STATE SILO_INFO ENHANCED_STORAGE_PASSWORD_SILO_INFORMATION | IEnhancedStorageACT IEnhancedStorageACT2 IEnhancedStorageACT3 IEnhancedStorageSilo IEnhancedStorageSiloAction IEnumEnhancedStorageACT

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.FhSvcCtl NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.FhSvcCtl NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.FhSvcCtl?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 FhSvcCtl.dll.
### What is Vanara?
### **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?
### **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.FhSvcCtl
### **Included in Vanara.PInvoke.FhSvcCtl**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
FhServiceBlockBackup<br>FhServiceClosePipe<br>FhServiceOpenPipe<br>FhServiceReloadConfiguration<br>FhServiceStartBackup<br>FhServiceStopBackup<br>FhServiceUnblockBackup<br><br> | FH_BACKUP_STATUS<br>FH_DEVICE_VALIDATION_RESULT<br>FH_LOCAL_POLICY_TYPE<br>FH_PROTECTED_ITEM_CATEGORY<br>FH_RETENTION_TYPES<br>FH_STATE<br>FH_TARGET_DRIVE_TYPES<br>FH_TARGET_PROPERTY_TYPE<br> | FH_SERVICE_PIPE_HANDLE<br><br><br><br><br><br><br><br> | IFhConfigMgr<br>IFhReassociation<br>IFhScopeIterator<br>IFhTarget<br><br><br><br><br>
FhServiceBlockBackup FhServiceClosePipe FhServiceOpenPipe FhServiceReloadConfiguration FhServiceStartBackup FhServiceStopBackup FhServiceUnblockBackup | FH_BACKUP_STATUS FH_DEVICE_VALIDATION_RESULT FH_LOCAL_POLICY_TYPE FH_PROTECTED_ITEM_CATEGORY FH_RETENTION_TYPES FH_STATE FH_TARGET_DRIVE_TYPES FH_TARGET_PROPERTY_TYPE | FH_SERVICE_PIPE_HANDLE | IFhConfigMgr IFhReassociation IFhScopeIterator IFhTarget

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.FirewallApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.FirewallApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.FirewallApi?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 FirewallApi.dll for Windows Firewall with Advanced Security.
### What is Vanara?
### **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?
### **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.FirewallApi
### **Included in Vanara.PInvoke.FirewallApi**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
NetworkIsolationDiagnoseConnectFailureAndGetInfo<br>NetworkIsolationEnumAppContainers<br>NetworkIsolationEnumerateAppContainerRules<br>NetworkIsolationFreeAppContainers<br>NetworkIsolationGetAppContainerConfig<br>NetworkIsolationGetEnterpriseIdAsync<br>NetworkIsolationGetEnterpriseIdClose<br>NetworkIsolationRegisterForAppContainerChanges<br>NetworkIsolationSetAppContainerConfig<br>NetworkIsolationSetupAppContainerBinaries<br>NetworkIsolationUnregisterForAppContainerChanges<br><br><br><br><br><br><br><br><br> | NET_FW_ACTION<br>NET_FW_AUTHENTICATE_TYPE<br>NET_FW_EDGE_TRAVERSAL_TYPE<br>NET_FW_IP_PROTOCOL<br>NET_FW_IP_VERSION<br>NET_FW_MODIFY_STATE<br>NET_FW_POLICY_TYPE<br>NET_FW_PROFILE_TYPE<br>NET_FW_PROFILE_TYPE2<br>NET_FW_RULE_CATEGORY<br>NET_FW_RULE_DIRECTION<br>NET_FW_SCOPE<br>NET_FW_SERVICE_TYPE<br>INET_FIREWALL_AC_CREATION_TYPE<br>NETISO_ERROR_TYPE<br>NETISO_FLAG<br>NETISO_GEID<br>INET_FIREWALL_AC_CHANGE_TYPE<br><br> | INET_FIREWALL_AC_BINARIES<br>INET_FIREWALL_AC_CHANGE<br>INET_FIREWALL_AC_CAPABILITIES<br>INET_FIREWALL_APP_CONTAINER<br>UNIONType<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | INetFwAuthorizedApplication<br>INetFwAuthorizedApplications<br>INetFwIcmpSettings<br>INetFwMgr<br>INetFwOpenPort<br>INetFwOpenPorts<br>INetFwPolicy<br>INetFwPolicy2<br>INetFwProduct<br>INetFwProducts<br>INetFwProfile<br>INetFwRemoteAdminSettings<br>INetFwRule<br>INetFwRule2<br>INetFwRule3<br>INetFwRules<br>INetFwService<br>INetFwServiceRestriction<br>INetFwServices<br>
NetworkIsolationDiagnoseConnectFailureAndGetInfo NetworkIsolationEnumAppContainers NetworkIsolationEnumerateAppContainerRules NetworkIsolationFreeAppContainers NetworkIsolationGetAppContainerConfig NetworkIsolationGetEnterpriseIdAsync NetworkIsolationGetEnterpriseIdClose NetworkIsolationRegisterForAppContainerChanges NetworkIsolationSetAppContainerConfig NetworkIsolationSetupAppContainerBinaries NetworkIsolationUnregisterForAppContainerChanges | NET_FW_ACTION NET_FW_AUTHENTICATE_TYPE NET_FW_EDGE_TRAVERSAL_TYPE NET_FW_IP_PROTOCOL NET_FW_IP_VERSION NET_FW_MODIFY_STATE NET_FW_POLICY_TYPE NET_FW_PROFILE_TYPE NET_FW_PROFILE_TYPE2 NET_FW_RULE_CATEGORY NET_FW_RULE_DIRECTION NET_FW_SCOPE NET_FW_SERVICE_TYPE INET_FIREWALL_AC_CREATION_TYPE NETISO_ERROR_TYPE NETISO_FLAG NETISO_GEID INET_FIREWALL_AC_CHANGE_TYPE | INET_FIREWALL_AC_BINARIES INET_FIREWALL_AC_CHANGE INET_FIREWALL_AC_CAPABILITIES INET_FIREWALL_APP_CONTAINER UNIONType | INetFwAuthorizedApplication INetFwAuthorizedApplications INetFwIcmpSettings INetFwMgr INetFwOpenPort INetFwOpenPorts INetFwPolicy INetFwPolicy2 INetFwProduct INetFwProducts INetFwProfile INetFwRemoteAdminSettings INetFwRule INetFwRule2 INetFwRule3 INetFwRules INetFwService INetFwServiceRestriction INetFwServices

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.FunDisc NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.FunDisc NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.FunDisc?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 Functional Discovery (FunDisc.dll).
### What is Vanara?
### **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?
### **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.FunDisc
### **Included in Vanara.PInvoke.FunDisc**
Enumerations | Interfaces
--- | ---
FD_EVENTID<br>QueryCategoryType<br>QueryUpdateAction<br>SystemVisibilityFlags<br>PropertyConstraint<br><br> | IFunctionDiscovery<br>IFunctionDiscoveryNotification<br>IFunctionInstance<br>IFunctionInstanceCollection<br>IFunctionInstanceCollectionQuery<br>IFunctionInstanceQuery<br>
FD_EVENTID QueryCategoryType QueryUpdateAction SystemVisibilityFlags PropertyConstraint | IFunctionDiscovery IFunctionDiscoveryNotification IFunctionInstance IFunctionInstanceCollection IFunctionInstanceCollectionQuery IFunctionInstanceQuery

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.IMAPI NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.IMAPI NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.IMAPI?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 (interfaces and constants) imported from Windows Image Mastering API.
### What is Vanara?
### **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?
### **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.IMAPI
### **Included in Vanara.PInvoke.IMAPI**
Enumerations | Interfaces
--- | ---
IMAPI_BURN_VERIFICATION_LEVEL<br>IMAPI_CD_SECTOR_TYPE<br>IMAPI_CD_TRACK_DIGITAL_COPY_SETTING<br>IMAPI_FEATURE_PAGE_TYPE<br>IMAPI_FORMAT2_DATA_MEDIA_STATE<br>IMAPI_FORMAT2_DATA_WRITE_ACTION<br>IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE<br>IMAPI_FORMAT2_RAW_CD_WRITE_ACTION<br>IMAPI_FORMAT2_TAO_WRITE_ACTION<br>IMAPI_MEDIA_PHYSICAL_TYPE<br>IMAPI_MEDIA_WRITE_PROTECT_STATE<br>IMAPI_MODE_PAGE_REQUEST_TYPE<br>IMAPI_MODE_PAGE_TYPE<br>IMAPI_PROFILE_TYPE<br>IMAPI_READ_TRACK_ADDRESS_TYPE<br>EmulationType<br>FsiFileSystems<br>FsiItemType<br>PlatformId<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DDiscFormat2DataEvents<br>DDiscFormat2EraseEvents<br>DDiscFormat2RawCDEvents<br>DDiscFormat2TrackAtOnceEvents<br>DDiscMaster2Events<br>DWriteEngine2Events<br>IBlockRange<br>IBlockRangeList<br>IBurnVerification<br>IDiscFormat2Data<br>IDiscFormat2DataEventArgs<br>IDiscFormat2Erase<br>IDiscFormat2RawCD<br>IDiscFormat2RawCDEventArgs<br>IDiscFormat2TrackAtOnce<br>IDiscFormat2TrackAtOnceEventArgs<br>IDiscMaster2<br>IDiscRecorder2<br>IDiscRecorder2Ex<br>IDiscFormat2<br>IMultisession<br>IMultisessionRandomWrite<br>IMultisessionSequential<br>IMultisessionSequential2<br>IRawCDImageCreator<br>IRawCDImageTrackInfo<br>IWriteEngine2<br>IWriteEngine2EventArgs<br>IWriteSpeedDescriptor<br>DFileSystemImageEvents<br>DFileSystemImageImportEvents<br>IBootOptions<br>IEnumFsiItems<br>IEnumProgressItems<br>IFileSystemImage<br>IFileSystemImage2<br>IFileSystemImage3<br>IFileSystemImageResult<br>IFileSystemImageResult2<br>IFsiDirectoryItem<br>IFsiDirectoryItem2<br>IFsiFileItem<br>IFsiFileItem2<br>IFsiItem<br>IFsiNamedStreams<br>IIsoImageManager<br>IProgressItem<br>IProgressItems<br>
IMAPI_BURN_VERIFICATION_LEVEL IMAPI_CD_SECTOR_TYPE IMAPI_CD_TRACK_DIGITAL_COPY_SETTING IMAPI_FEATURE_PAGE_TYPE IMAPI_FORMAT2_DATA_MEDIA_STATE IMAPI_FORMAT2_DATA_WRITE_ACTION IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE IMAPI_FORMAT2_RAW_CD_WRITE_ACTION IMAPI_FORMAT2_TAO_WRITE_ACTION IMAPI_MEDIA_PHYSICAL_TYPE IMAPI_MEDIA_WRITE_PROTECT_STATE IMAPI_MODE_PAGE_REQUEST_TYPE IMAPI_MODE_PAGE_TYPE IMAPI_PROFILE_TYPE IMAPI_READ_TRACK_ADDRESS_TYPE EmulationType FsiFileSystems FsiItemType PlatformId | DDiscFormat2DataEvents DDiscFormat2EraseEvents DDiscFormat2RawCDEvents DDiscFormat2TrackAtOnceEvents DDiscMaster2Events DWriteEngine2Events IBlockRange IBlockRangeList IBurnVerification IDiscFormat2Data IDiscFormat2DataEventArgs IDiscFormat2Erase IDiscFormat2RawCD IDiscFormat2RawCDEventArgs IDiscFormat2TrackAtOnce IDiscFormat2TrackAtOnceEventArgs IDiscMaster2 IDiscRecorder2 IDiscRecorder2Ex IDiscFormat2 IMultisession IMultisessionRandomWrite IMultisessionSequential IMultisessionSequential2 IRawCDImageCreator IRawCDImageTrackInfo IWriteEngine2 IWriteEngine2EventArgs IWriteSpeedDescriptor DFileSystemImageEvents DFileSystemImageImportEvents IBootOptions IEnumFsiItems IEnumProgressItems IFileSystemImage IFileSystemImage2 IFileSystemImage3 IFileSystemImageResult IFileSystemImageResult2 IFsiDirectoryItem IFsiDirectoryItem2 IFsiFileItem IFsiFileItem2 IFsiItem IFsiNamedStreams IIsoImageManager IProgressItem IProgressItems

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.IScsiDsc NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.IScsiDsc NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.IScsiDsc?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 ISCSI Discovery Library (IScsiDsc.dll).
### What is Vanara?
### **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?
### **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.IScsiDsc
### **Included in Vanara.PInvoke.IScsiDsc**
Functions | Enumerations | Structures
--- | --- | ---
AddIScsiConnection<br>AddIScsiSendTargetPortal<br>AddIScsiStaticTarget<br>AddISNSServer<br>AddPersistentIScsiDevice<br>AddRadiusServer<br>ClearPersistentIScsiDevices<br>GetDevicesForIScsiSession<br>GetIScsiIKEInfo<br>GetIScsiInitiatorNodeName<br>GetIScsiSessionList<br>GetIScsiTargetInformation<br>GetIScsiVersionInformation<br>LoginIScsiTarget<br>LogoutIScsiTarget<br>RefreshIScsiSendTargetPortal<br>RefreshISNSServer<br>RemoveIScsiConnection<br>RemoveIScsiPersistentTarget<br>RemoveIScsiSendTargetPortal<br>RemoveIScsiStaticTarget<br>RemoveISNSServer<br>RemovePersistentIScsiDevice<br>RemoveRadiusServer<br>ReportActiveIScsiTargetMappings<br>ReportIScsiInitiatorList<br>ReportIScsiPersistentLogins<br>ReportIScsiSendTargetPortals<br>ReportIScsiSendTargetPortalsEx<br>ReportIScsiTargetPortals<br>ReportIScsiTargets<br>ReportISNSServerList<br>ReportPersistentIScsiDevices<br>ReportRadiusServerList<br>SendScsiInquiry<br>SendScsiReadCapacity<br>SendScsiReportLuns<br>SetIScsiGroupPresharedKey<br>SetIScsiIKEInfo<br>SetIScsiInitiatorCHAPSharedSecret<br>SetIScsiInitiatorNodeName<br>SetIScsiInitiatorRADIUSSharedSecret<br>SetIScsiTunnelModeOuterAddress<br>SetupPersistentIScsiDevices<br>SetupPersistentIScsiVolumes<br> | IKE_AUTHENTICATION_METHOD<br>IKE_IDENTIFICATION_PAYLOAD_TYPE<br>ISCSI_AUTH_TYPES<br>ISCSI_DIGEST_TYPES<br>ISCSI_LOGIN_FLAGS<br>ISCSI_LOGIN_OPTIONS_INFO_SPECIFIED<br>ISCSI_SECURITY_FLAGS<br>ISCSI_TARGET_FLAGS<br>TARGET_INFORMATION_CLASS<br>TARGETPROTOCOLTYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IKE_AUTHENTICATION_INFORMATION<br>IKE_AUTHENTICATION_PRESHARED_KEY<br>ISCSI_CONNECTION_INFO<br>ISCSI_DEVICE_ON_SESSION<br>ISCSI_LOGIN_OPTIONS<br>ISCSI_SESSION_INFO<br>ISCSI_TARGET_MAPPING<br>ISCSI_TARGET_PORTAL<br>ISCSI_TARGET_PORTAL_GROUP<br>ISCSI_TARGET_PORTAL_INFO<br>ISCSI_TARGET_PORTAL_INFO_EX<br>ISCSI_UNIQUE_SESSION_ID<br>ISCSI_VERSION_INFO<br>PERSISTENT_ISCSI_LOGIN_INFO<br>SCSI_ADDRESS<br>SCSI_LUN_LIST<br>STORAGE_DEVICE_NUMBER<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AddIScsiConnection AddIScsiSendTargetPortal AddIScsiStaticTarget AddISNSServer AddPersistentIScsiDevice AddRadiusServer ClearPersistentIScsiDevices GetDevicesForIScsiSession GetIScsiIKEInfo GetIScsiInitiatorNodeName GetIScsiSessionList GetIScsiTargetInformation GetIScsiVersionInformation LoginIScsiTarget LogoutIScsiTarget RefreshIScsiSendTargetPortal RefreshISNSServer RemoveIScsiConnection RemoveIScsiPersistentTarget RemoveIScsiSendTargetPortal RemoveIScsiStaticTarget RemoveISNSServer RemovePersistentIScsiDevice RemoveRadiusServer ReportActiveIScsiTargetMappings ReportIScsiInitiatorList ReportIScsiPersistentLogins ReportIScsiSendTargetPortals ReportIScsiSendTargetPortalsEx ReportIScsiTargetPortals ReportIScsiTargets ReportISNSServerList ReportPersistentIScsiDevices ReportRadiusServerList SendScsiInquiry SendScsiReadCapacity SendScsiReportLuns SetIScsiGroupPresharedKey SetIScsiIKEInfo SetIScsiInitiatorCHAPSharedSecret SetIScsiInitiatorNodeName SetIScsiInitiatorRADIUSSharedSecret SetIScsiTunnelModeOuterAddress SetupPersistentIScsiDevices SetupPersistentIScsiVolumes | IKE_AUTHENTICATION_METHOD IKE_IDENTIFICATION_PAYLOAD_TYPE ISCSI_AUTH_TYPES ISCSI_DIGEST_TYPES ISCSI_LOGIN_FLAGS ISCSI_LOGIN_OPTIONS_INFO_SPECIFIED ISCSI_SECURITY_FLAGS ISCSI_TARGET_FLAGS TARGET_INFORMATION_CLASS TARGETPROTOCOLTYPE | IKE_AUTHENTICATION_INFORMATION IKE_AUTHENTICATION_PRESHARED_KEY ISCSI_CONNECTION_INFO ISCSI_DEVICE_ON_SESSION ISCSI_LOGIN_OPTIONS ISCSI_SESSION_INFO ISCSI_TARGET_MAPPING ISCSI_TARGET_PORTAL ISCSI_TARGET_PORTAL_GROUP ISCSI_TARGET_PORTAL_INFO ISCSI_TARGET_PORTAL_INFO_EX ISCSI_UNIQUE_SESSION_ID ISCSI_VERSION_INFO PERSISTENT_ISCSI_LOGIN_INFO SCSI_ADDRESS SCSI_LUN_LIST STORAGE_DEVICE_NUMBER

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Imm32 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Imm32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Imm32?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 Imm32.dll.
### What is Vanara?
### **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?
### **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.Imm32
### **Included in Vanara.PInvoke.Imm32**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
ImmAssociateContext<br>ImmAssociateContextEx<br>ImmConfigureIME<br>ImmCreateContext<br>ImmDestroyContext<br>ImmDisableIME<br>ImmDisableLegacyIME<br>ImmDisableTextFrameService<br>ImmEnumInputContext<br>ImmEnumRegisterWord<br>ImmEscape<br>ImmGetCandidateList<br>ImmGetCandidateListCount<br>ImmGetCandidateWindow<br>ImmGetCompositionFont<br>ImmGetCompositionString<br>ImmGetCompositionWindow<br>ImmGetContext<br>ImmGetConversionList<br>ImmGetConversionStatus<br>ImmGetDefaultIMEWnd<br>ImmGetDescription<br>ImmGetGuideLine<br>ImmGetIMEFileName<br>ImmGetImeMenuItems<br>ImmGetOpenStatus<br>ImmGetProperty<br>ImmGetRegisterWordStyle<br>ImmGetStatusWindowPos<br>ImmGetVirtualKey<br>ImmInstallIME<br>ImmIsIME<br>ImmIsUIMessage<br>ImmNotifyIME<br>ImmRegisterWord<br>ImmReleaseContext<br>ImmSetCandidateWindow<br>ImmSetCompositionFont<br>ImmSetCompositionString<br>ImmSetCompositionWindow<br>ImmSetConversionStatus<br>ImmSetHotKey<br>ImmSetOpenStatus<br>ImmSetStatusWindowPos<br>ImmSimulateHotKey<br>ImmUnregisterWord<br> | ATTR<br>CFS<br>CPS<br>GCL<br>GCS<br>GGL<br>GL_ID<br>GL_LEVEL<br>IACE<br>IGIMIF<br>IGIMII<br>IGP<br>IME_CAND<br>IME_CMODE<br>IME_CONFIG<br>IME_ESC<br>IME_HOTKEY<br>IME_PROP<br>IME_REGWORD_STYLE<br>IME_SMODE<br>IMEVER<br>IMFS<br>IMFT<br>ISC<br>NI<br>SCS<br>SCS_CAP<br>SELECT_CAP<br>UI_CAP<br>FELANG_CLMN<br>FELANG_CMODE<br>FELANG_REQ<br>IFED_POS<br>IFED_REG<br>IFED_SELECT<br>IFED_TYPE<br>IMEFMT<br>IMEREG<br>IMEREL<br>IMEUCT<br><br><br><br><br><br><br> | CANDIDATELIST<br>CANDIDATELIST_MGD<br>COMPOSITIONFORM<br>HIMC<br>IMEMENUITEMINFO<br>REGISTERWORD<br>STYLEBUF<br>CANDIDATEFORM<br>IMECHARPOSITION<br>RECONVERTSTRING<br>IMEDLG<br>IMEDP<br>IMESHF<br>IMEWRD<br>MORRSLT<br>POSTBL<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IFECommon<br>IFEDictionary<br>IFELanguage<br>IImePlugInDictDictionaryList<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
ImmAssociateContext ImmAssociateContextEx ImmConfigureIME ImmCreateContext ImmDestroyContext ImmDisableIME ImmDisableLegacyIME ImmDisableTextFrameService ImmEnumInputContext ImmEnumRegisterWord ImmEscape ImmGetCandidateList ImmGetCandidateListCount ImmGetCandidateWindow ImmGetCompositionFont ImmGetCompositionString ImmGetCompositionWindow ImmGetContext ImmGetConversionList ImmGetConversionStatus ImmGetDefaultIMEWnd ImmGetDescription ImmGetGuideLine ImmGetIMEFileName ImmGetImeMenuItems ImmGetOpenStatus ImmGetProperty ImmGetRegisterWordStyle ImmGetStatusWindowPos ImmGetVirtualKey ImmInstallIME ImmIsIME ImmIsUIMessage ImmNotifyIME ImmRegisterWord ImmReleaseContext ImmSetCandidateWindow ImmSetCompositionFont ImmSetCompositionString ImmSetCompositionWindow ImmSetConversionStatus ImmSetHotKey ImmSetOpenStatus ImmSetStatusWindowPos ImmSimulateHotKey ImmUnregisterWord | ATTR CFS CPS GCL GCS GGL GL_ID GL_LEVEL IACE IGIMIF IGIMII IGP IME_CAND IME_CMODE IME_CONFIG IME_ESC IME_HOTKEY IME_PROP IME_REGWORD_STYLE IME_SMODE IMEVER IMFS IMFT ISC NI SCS SCS_CAP SELECT_CAP UI_CAP FELANG_CLMN FELANG_CMODE FELANG_REQ IFED_POS IFED_REG IFED_SELECT IFED_TYPE IMEFMT IMEREG IMEREL IMEUCT | CANDIDATELIST CANDIDATELIST_MGD COMPOSITIONFORM HIMC IMEMENUITEMINFO REGISTERWORD STYLEBUF CANDIDATEFORM IMECHARPOSITION RECONVERTSTRING IMEDLG IMEDP IMESHF IMEWRD MORRSLT POSTBL | IFECommon IFEDictionary IFELanguage IImePlugInDictDictionaryList

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.KtmW32 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.KtmW32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.KtmW32?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 KtmW32.dll.
### What is Vanara?
### **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?
### **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.KtmW32
### **Included in Vanara.PInvoke.KtmW32**
Functions | Enumerations | Structures
--- | --- | ---
CommitComplete<br>CommitEnlistment<br>CommitTransaction<br>CommitTransactionAsync<br>CreateEnlistment<br>CreateResourceManager<br>CreateTransaction<br>CreateTransactionManager<br>GetCurrentClockTransactionManager<br>GetEnlistmentId<br>GetEnlistmentRecoveryInformation<br>GetNotificationResourceManager<br>GetNotificationResourceManagerAsync<br>GetTransactionId<br>GetTransactionInformation<br>GetTransactionManagerId<br>OpenEnlistment<br>OpenResourceManager<br>OpenTransaction<br>OpenTransactionManager<br>OpenTransactionManagerById<br>PrepareComplete<br>PrepareEnlistment<br>PrePrepareComplete<br>PrePrepareEnlistment<br>ReadOnlyEnlistment<br>RecoverEnlistment<br>RecoverResourceManager<br>RecoverTransactionManager<br>RenameTransactionManager<br>RollbackComplete<br>RollbackEnlistment<br>RollbackTransaction<br>RollbackTransactionAsync<br>RollforwardTransactionManager<br>SetEnlistmentRecoveryInformation<br>SetResourceManagerCompletionPort<br>SetTransactionInformation<br>SinglePhaseReject<br> | CreateEnlistmentOptions<br>CreateRMOptions<br>CreateTrxnMgrOptions<br>CreateTrxnOptions<br>EnlistmentAccess<br>NOTIFICATION_MASK<br>ResourceManagerAccess<br>TRANSACTION_OUTCOME<br>TransactionAccess<br>TransactionMgrAccess<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | HENLISTMENT<br>HRESMGR<br>HTRXNMGR<br>TRANSACTION_NOTIFICATION<br>TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
CommitComplete CommitEnlistment CommitTransaction CommitTransactionAsync CreateEnlistment CreateResourceManager CreateTransaction CreateTransactionManager GetCurrentClockTransactionManager GetEnlistmentId GetEnlistmentRecoveryInformation GetNotificationResourceManager GetNotificationResourceManagerAsync GetTransactionId GetTransactionInformation GetTransactionManagerId OpenEnlistment OpenResourceManager OpenTransaction OpenTransactionManager OpenTransactionManagerById PrepareComplete PrepareEnlistment PrePrepareComplete PrePrepareEnlistment ReadOnlyEnlistment RecoverEnlistment RecoverResourceManager RecoverTransactionManager RenameTransactionManager RollbackComplete RollbackEnlistment RollbackTransaction RollbackTransactionAsync RollforwardTransactionManager SetEnlistmentRecoveryInformation SetResourceManagerCompletionPort SetTransactionInformation SinglePhaseReject | CreateEnlistmentOptions CreateRMOptions CreateTrxnMgrOptions CreateTrxnOptions EnlistmentAccess NOTIFICATION_MASK ResourceManagerAccess TRANSACTION_OUTCOME TransactionAccess TransactionMgrAccess | HENLISTMENT HRESMGR HTRXNMGR TRANSACTION_NOTIFICATION TRANSACTION_NOTIFICATION_RECOVERY_ARGUMENT

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Lz32 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Lz32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Lz32?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 Lz32.dll.
### What is Vanara?
### **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?
### **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.Lz32
### **Included in Vanara.PInvoke.Lz32**
Functions | Enumerations | Structures
--- | --- | ---
GetExpandedName<br>LZClose<br>LZCopy<br>LZInit<br>LZOpenFile<br>LZRead<br>LZSeek<br> | LZ_OF<br>LZERROR<br><br><br><br><br><br> | HLZFILE<br><br><br><br><br><br><br>
GetExpandedName LZClose LZCopy LZInit LZOpenFile LZRead LZSeek | LZ_OF LZERROR | HLZFILE

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Magnification NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Magnification NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Magnification?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 Magnification.dll.
### What is Vanara?
### **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?
### **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.Magnification
### **Included in Vanara.PInvoke.Magnification**
Functions | Enumerations | Structures
--- | --- | ---
MagGetColorEffect<br>MagGetFullscreenColorEffect<br>MagGetFullscreenTransform<br>MagGetImageScalingCallback<br>MagGetInputTransform<br>MagGetWindowFilterList<br>MagGetWindowSource<br>MagGetWindowTransform<br>MagInitialize<br>MagSetColorEffect<br>MagSetFullscreenColorEffect<br>MagSetFullscreenTransform<br>MagSetImageScalingCallback<br>MagSetInputTransform<br>MagSetWindowFilterList<br>MagSetWindowSource<br>MagSetWindowTransform<br>MagShowSystemCursor<br>MagUninitialize<br> | MagnifierStyles<br>MW_FILTERMODE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | MAGCOLOREFFECT<br>MAGIMAGEHEADER<br>MAGTRANSFORM<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
MagGetColorEffect MagGetFullscreenColorEffect MagGetFullscreenTransform MagGetImageScalingCallback MagGetInputTransform MagGetWindowFilterList MagGetWindowSource MagGetWindowTransform MagInitialize MagSetColorEffect MagSetFullscreenColorEffect MagSetFullscreenTransform MagSetImageScalingCallback MagSetInputTransform MagSetWindowFilterList MagSetWindowSource MagSetWindowTransform MagShowSystemCursor MagUninitialize | MagnifierStyles MW_FILTERMODE | MAGCOLOREFFECT MAGIMAGEHEADER MAGTRANSFORM

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Mpr NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Mpr NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Mpr?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 Mpr.dll.
### What is Vanara?
### **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?
### **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.Mpr
### **Included in Vanara.PInvoke.Mpr**
Functions | Enumerations | Structures
--- | --- | ---
MultinetGetConnectionPerformance<br>WNetAddConnection<br>WNetAddConnection2<br>WNetAddConnection3<br>WNetCancelConnection2<br>WNetCloseEnum<br>WNetConnectionDialog<br>WNetConnectionDialog1<br>WNetDisconnectDialog<br>WNetDisconnectDialog1<br>WNetEnumResource<br>WNetGetConnection<br>WNetGetLastError<br>WNetGetNetworkInformation<br>WNetGetProviderName<br>WNetGetResourceInformation<br>WNetGetResourceParent<br>WNetGetUniversalName<br>WNetGetUser<br>WNetOpenEnum<br>WNetSetLastError<br>WNetUseConnection<br> | CONN_DLG<br>CONNECT<br>DISC<br>INFO_LEVEL<br>NETINFO<br>NETRESOURCEDisplayType<br>NETRESOURCEScope<br>NETRESOURCEType<br>NETRESOURCEUsage<br>WNCON<br>WNNC_NET<br><br><br><br><br><br><br><br><br><br><br><br> | CONNECTDLGSTRUCT<br>DISCDLGSTRUCT<br>NETCONNECTINFOSTRUCT<br>NETINFOSTRUCT<br>NETRESOURCE<br>REMOTE_NAME_INFO<br>UNIVERSAL_NAME_INFO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
MultinetGetConnectionPerformance WNetAddConnection WNetAddConnection2 WNetAddConnection3 WNetCancelConnection2 WNetCloseEnum WNetConnectionDialog WNetConnectionDialog1 WNetDisconnectDialog WNetDisconnectDialog1 WNetEnumResource WNetGetConnection WNetGetLastError WNetGetNetworkInformation WNetGetProviderName WNetGetResourceInformation WNetGetResourceParent WNetGetUniversalName WNetGetUser WNetOpenEnum WNetSetLastError WNetUseConnection | CONN_DLG CONNECT DISC INFO_LEVEL NETINFO NETRESOURCEDisplayType NETRESOURCEScope NETRESOURCEType NETRESOURCEUsage WNCON WNNC_NET | CONNECTDLGSTRUCT DISCDLGSTRUCT NETCONNECTINFOSTRUCT NETINFOSTRUCT NETRESOURCE REMOTE_NAME_INFO UNIVERSAL_NAME_INFO

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.NTDSApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.NTDSApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.NTDSApi?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 NTDSApi.dll.
### What is Vanara?
### **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?
### **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.NTDSApi
### **Included in Vanara.PInvoke.NTDSApi**
Functions | Enumerations | Structures
--- | --- | ---
DsAddSidHistory<br>DsBind<br>DsBindByInstance<br>DsBindingSetTimeout<br>DsBindToISTG<br>DsBindWithCred<br>DsBindWithSpn<br>DsBindWithSpnEx<br>DsClientMakeSpnForTargetServer<br>DsCrackNames<br>DsCrackSpn<br>DsCrackUnquotedMangledRdn<br>DsFreeDomainControllerInfo<br>DsFreeNameResult<br>DsFreePasswordCredentials<br>DsFreeSchemaGuidMap<br>DsFreeSpnArray<br>DsGetDomainControllerInfo<br>DsGetRdnW<br>DsGetSpn<br>DsInheritSecurityIdentity<br>DsIsMangledDn<br>DsIsMangledRdnValue<br>DsListDomainsInSite<br>DsListInfoForServer<br>DsListRoles<br>DsListServersForDomainInSite<br>DsListServersInSite<br>DsListSites<br>DsMakePasswordCredentials<br>DsMakeSpn<br>DsMapSchemaGuids<br>DsQuerySitesByCost<br>DsQuerySitesFree<br>DsQuoteRdnValue<br>DsRemoveDsDomain<br>DsRemoveDsServer<br>DsReplicaAdd<br>DsReplicaConsistencyCheck<br>DsReplicaDel<br>DsReplicaFreeInfo<br>DsReplicaGetInfo2W<br>DsReplicaGetInfoW<br>DsReplicaModify<br>DsReplicaSync<br>DsReplicaSyncAll<br>DsReplicaUpdateRefs<br>DsReplicaVerifyObjects<br>DsServerRegisterSpn<br>DsUnBind<br>DsUnquoteRdnValue<br>DsWriteAccountSpn<br> | DS_MANGLE_FOR<br>DS_KCC_TASKID<br>DS_NAME_ERROR<br>DS_NAME_FLAGS<br>DS_NAME_FORMAT<br>DS_REPL_INFO_TYPE<br>DS_REPL_OP_TYPE<br>DS_REPSYNCALL_ERROR<br>DS_REPSYNCALL_EVENT<br>DS_SPN_NAME_TYPE<br>DS_SPN_WRITE_OP<br>DsBindFlags<br>DsKCCFlags<br>DsReplicaAddOptions<br>DsReplicaDelOptions<br>DsReplInfoFlags<br>DsReplModFieldFlags<br>DsReplModOptions<br>DsReplNeighborFlags<br>DsReplSyncAllFlags<br>DsReplSyncOptions<br>DsReplUpdateOptions<br>DsReplVerifyOptions<br>DsSchemaGuidType<br>ScheduleType<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DCInfoHandle<br>DS_DOMAIN_CONTROLLER_INFO_1<br>DS_DOMAIN_CONTROLLER_INFO_2<br>DS_DOMAIN_CONTROLLER_INFO_3<br>DS_NAME_RESULT<br>DS_NAME_RESULT_ITEM<br>DS_REPL_ATTR_META_DATA<br>DS_REPL_ATTR_META_DATA_2<br>DS_REPL_ATTR_META_DATA_BLOB<br>DS_REPL_ATTR_VALUE_META_DATA<br>DS_REPL_ATTR_VALUE_META_DATA_2<br>DS_REPL_ATTR_VALUE_META_DATA_EXT<br>DS_REPL_CURSOR<br>DS_REPL_CURSOR_2<br>DS_REPL_CURSOR_3W<br>DS_REPL_CURSOR_BLOB<br>DS_REPL_CURSORS<br>DS_REPL_CURSORS_2<br>DS_REPL_CURSORS_3W<br>DS_REPL_KCC_DSA_FAILURESW<br>DS_REPL_KCC_DSA_FAILUREW<br>DS_REPL_KCC_DSA_FAILUREW_BLOB<br>DS_REPL_NEIGHBOR<br>DS_REPL_NEIGHBORS<br>DS_REPL_NEIGHBORW_BLOB<br>DS_REPL_OBJ_META_DATA<br>DS_REPL_OBJ_META_DATA_2<br>DS_REPL_OPW<br>DS_REPL_OPW_BLOB<br>DS_REPL_PENDING_OPSW<br>DS_REPL_QUEUE_STATISTICSW<br>DS_REPL_VALUE_META_DATA<br>DS_REPL_VALUE_META_DATA_2<br>DS_REPL_VALUE_META_DATA_BLOB<br>DS_REPL_VALUE_META_DATA_BLOB_EXT<br>DS_REPL_VALUE_META_DATA_EXT<br>DS_REPSYNCALL_ERRINFO<br>DS_REPSYNCALL_UPDATE<br>DS_SCHEMA_GUID_MAP<br>DS_SITE_COST_INFO<br>SCHEDULE_HEADER<br>SpnArrayHandle<br>SCHEDULE<br><br><br><br><br><br><br><br><br><br>
DsAddSidHistory DsBind DsBindByInstance DsBindingSetTimeout DsBindToISTG DsBindWithCred DsBindWithSpn DsBindWithSpnEx DsClientMakeSpnForTargetServer DsCrackNames DsCrackSpn DsCrackUnquotedMangledRdn DsFreeDomainControllerInfo DsFreeNameResult DsFreePasswordCredentials DsFreeSchemaGuidMap DsFreeSpnArray DsGetDomainControllerInfo DsGetRdnW DsGetSpn DsInheritSecurityIdentity DsIsMangledDn DsIsMangledRdnValue DsListDomainsInSite DsListInfoForServer DsListRoles DsListServersForDomainInSite DsListServersInSite DsListSites DsMakePasswordCredentials DsMakeSpn DsMapSchemaGuids DsQuerySitesByCost DsQuerySitesFree DsQuoteRdnValue DsRemoveDsDomain DsRemoveDsServer DsReplicaAdd DsReplicaConsistencyCheck DsReplicaDel DsReplicaFreeInfo DsReplicaGetInfo2W DsReplicaGetInfoW DsReplicaModify DsReplicaSync DsReplicaSyncAll DsReplicaUpdateRefs DsReplicaVerifyObjects DsServerRegisterSpn DsUnBind DsUnquoteRdnValue DsWriteAccountSpn | DS_MANGLE_FOR DS_KCC_TASKID DS_NAME_ERROR DS_NAME_FLAGS DS_NAME_FORMAT DS_REPL_INFO_TYPE DS_REPL_OP_TYPE DS_REPSYNCALL_ERROR DS_REPSYNCALL_EVENT DS_SPN_NAME_TYPE DS_SPN_WRITE_OP DsBindFlags DsKCCFlags DsReplicaAddOptions DsReplicaDelOptions DsReplInfoFlags DsReplModFieldFlags DsReplModOptions DsReplNeighborFlags DsReplSyncAllFlags DsReplSyncOptions DsReplUpdateOptions DsReplVerifyOptions DsSchemaGuidType ScheduleType | DCInfoHandle DS_DOMAIN_CONTROLLER_INFO_1 DS_DOMAIN_CONTROLLER_INFO_2 DS_DOMAIN_CONTROLLER_INFO_3 DS_NAME_RESULT DS_NAME_RESULT_ITEM DS_REPL_ATTR_META_DATA DS_REPL_ATTR_META_DATA_2 DS_REPL_ATTR_META_DATA_BLOB DS_REPL_ATTR_VALUE_META_DATA DS_REPL_ATTR_VALUE_META_DATA_2 DS_REPL_ATTR_VALUE_META_DATA_EXT DS_REPL_CURSOR DS_REPL_CURSOR_2 DS_REPL_CURSOR_3W DS_REPL_CURSOR_BLOB DS_REPL_CURSORS DS_REPL_CURSORS_2 DS_REPL_CURSORS_3W DS_REPL_KCC_DSA_FAILURESW DS_REPL_KCC_DSA_FAILUREW DS_REPL_KCC_DSA_FAILUREW_BLOB DS_REPL_NEIGHBOR DS_REPL_NEIGHBORS DS_REPL_NEIGHBORW_BLOB DS_REPL_OBJ_META_DATA DS_REPL_OBJ_META_DATA_2 DS_REPL_OPW DS_REPL_OPW_BLOB DS_REPL_PENDING_OPSW DS_REPL_QUEUE_STATISTICSW DS_REPL_VALUE_META_DATA DS_REPL_VALUE_META_DATA_2 DS_REPL_VALUE_META_DATA_BLOB DS_REPL_VALUE_META_DATA_BLOB_EXT DS_REPL_VALUE_META_DATA_EXT DS_REPSYNCALL_ERRINFO DS_REPSYNCALL_UPDATE DS_SCHEMA_GUID_MAP DS_SITE_COST_INFO SCHEDULE_HEADER SpnArrayHandle SCHEDULE

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.NetListMgr NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.NetListMgr NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.NetListMgr?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 (interfaces, structures and constants) for Windows NetListMgr COM object.
### What is Vanara?
### **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?
### **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.NetListMgr
### **Included in Vanara.PInvoke.NetListMgr**
Enumerations | Structures | Interfaces
--- | --- | ---
NLM_CONNECTION_COST<br>NLM_CONNECTION_PROPERTY_CHANGE<br>NLM_CONNECTIVITY<br>NLM_DOMAIN_TYPE<br>NLM_ENUM_NETWORK<br>NLM_INTERNET_CONNECTIVITY<br>NLM_NETWORK_CATEGORY<br>NLM_NETWORK_CLASS<br>NLM_NETWORK_PROPERTY_CHANGE<br><br><br><br> | NLM_DATAPLAN_STATUS<br>NLM_SIMULATED_PROFILE_INFO<br>NLM_SOCKADDR<br>NLM_USAGE_DATA<br><br><br><br><br><br><br><br><br> | IEnumNetworkConnections<br>IEnumNetworks<br>INetwork<br>INetworkConnection<br>INetworkConnectionCost<br>INetworkConnectionCostEvents<br>INetworkConnectionEvents<br>INetworkCostManager<br>INetworkCostManagerEvents<br>INetworkEvents<br>INetworkListManager<br>INetworkListManagerEvents<br>
NLM_CONNECTION_COST NLM_CONNECTION_PROPERTY_CHANGE NLM_CONNECTIVITY NLM_DOMAIN_TYPE NLM_ENUM_NETWORK NLM_INTERNET_CONNECTIVITY NLM_NETWORK_CATEGORY NLM_NETWORK_CLASS NLM_NETWORK_PROPERTY_CHANGE | NLM_DATAPLAN_STATUS NLM_SIMULATED_PROFILE_INFO NLM_SOCKADDR NLM_USAGE_DATA | IEnumNetworkConnections IEnumNetworks INetwork INetworkConnection INetworkConnectionCost INetworkConnectionCostEvents INetworkConnectionEvents INetworkCostManager INetworkCostManagerEvents INetworkEvents INetworkListManager INetworkListManagerEvents

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.NewDev NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.NewDev NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.NewDev?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 NewDev.dll.
### What is Vanara?
### **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?
### **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.NewDev
### **Included in Vanara.PInvoke.NewDev**
Functions | Enumerations
--- | ---
DiInstallDevice<br>DiInstallDriver<br>DiRollbackDriver<br>DiShowUpdateDevice<br>DiShowUpdateDriver<br>DiUninstallDevice<br>DiUninstallDriver<br>UpdateDriverForPlugAndPlayDevices<br> | DIID_FLAG<br>DIIRFLAG<br>DIURFLAG<br>INSTALLFLAG<br>ROLLBACK_FLAG<br><br><br><br>
DiInstallDevice DiInstallDriver DiRollbackDriver DiShowUpdateDevice DiShowUpdateDriver DiUninstallDevice DiUninstallDriver UpdateDriverForPlugAndPlayDevices | DIID_FLAG DIIRFLAG DIURFLAG INSTALLFLAG ROLLBACK_FLAG

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.OleDlg NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.OleDlg NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.OleDlg?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 OleDlg.dll.
### What is Vanara?
### **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?
### **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.OleDlg
### **Included in Vanara.PInvoke.OleDlg**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
OleUIAddVerbMenu<br>OleUIBusy<br>OleUICanConvertOrActivateAs<br>OleUIChangeIcon<br>OleUIChangeSource<br>OleUIConvert<br>OleUIEditLinks<br>OleUIInsertObject<br>OleUIObjectProperties<br>OleUIPasteSpecial<br>OleUIPromptUser<br>OleUIUpdateLinks<br> | BZ<br>CF<br>CIF<br>CSF<br>ELF<br>IOF<br>OLEUIPASTEFLAG<br>OPF<br>PSF<br>VPF<br><br><br> | OLEUIBUSY<br>OLEUICHANGEICON<br>OLEUICHANGESOURCE<br>OLEUICONVERT<br>OLEUIEDITLINKS<br>OLEUIGNRLPROPS<br>OLEUIINSERTOBJECT<br>OLEUILINKPROPS<br>OLEUIOBJECTPROPS<br>OLEUIPASTEENTRY<br>OLEUIPASTESPECIAL<br>OLEUIVIEWPROPS<br> | IOleUILinkContainer<br><br><br><br><br><br><br><br><br><br><br><br>
OleUIAddVerbMenu OleUIBusy OleUICanConvertOrActivateAs OleUIChangeIcon OleUIChangeSource OleUIConvert OleUIEditLinks OleUIInsertObject OleUIObjectProperties OleUIPasteSpecial OleUIPromptUser OleUIUpdateLinks | BZ CF CIF CSF ELF IOF OLEUIPASTEFLAG OPF PSF VPF | OLEUIBUSY OLEUICHANGEICON OLEUICHANGESOURCE OLEUICONVERT OLEUIEDITLINKS OLEUIGNRLPROPS OLEUIINSERTOBJECT OLEUILINKPROPS OLEUIOBJECTPROPS OLEUIPASTEENTRY OLEUIPASTESPECIAL OLEUIVIEWPROPS | IOleUILinkContainer

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Opc NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Opc NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Opc?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 opcservices.dll.
### What is Vanara?
### **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?
### **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.Opc
### **Included in Vanara.PInvoke.Opc**
Enumerations | Interfaces
--- | ---
OPC_CANONICALIZATION_METHOD<br>OPC_CERTIFICATE_EMBEDDING_OPTION<br>OPC_COMPRESSION_OPTIONS<br>OPC_READ_FLAGS<br>OPC_RELATIONSHIP_SELECTOR<br>OPC_RELATIONSHIPS_SIGNING_OPTION<br>OPC_SIGNATURE_TIME_FORMAT<br>OPC_SIGNATURE_VALIDATION_RESULT<br>OPC_STREAM_IO_MODE<br>OPC_URI_TARGET_MODE<br>OPC_WRITE_FLAGS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IOpcCertificateEnumerator<br>IOpcCertificateSet<br>IOpcDigitalSignature<br>IOpcDigitalSignatureEnumerator<br>IOpcDigitalSignatureManager<br>IOpcFactory<br>IOpcPackage<br>IOpcPart<br>IOpcPartEnumerator<br>IOpcPartSet<br>IOpcPartUri<br>IOpcRelationship<br>IOpcRelationshipEnumerator<br>IOpcRelationshipSelector<br>IOpcRelationshipSelectorEnumerator<br>IOpcRelationshipSelectorSet<br>IOpcRelationshipSet<br>IOpcSignatureCustomObject<br>IOpcSignatureCustomObjectEnumerator<br>IOpcSignatureCustomObjectSet<br>IOpcSignaturePartReference<br>IOpcSignaturePartReferenceEnumerator<br>IOpcSignaturePartReferenceSet<br>IOpcSignatureReference<br>IOpcSignatureReferenceEnumerator<br>IOpcSignatureReferenceSet<br>IOpcSignatureRelationshipReference<br>IOpcSignatureRelationshipReferenceEnumerator<br>IOpcSignatureRelationshipReferenceSet<br>IOpcSigningOptions<br>IOpcUri<br>
OPC_CANONICALIZATION_METHOD OPC_CERTIFICATE_EMBEDDING_OPTION OPC_COMPRESSION_OPTIONS OPC_READ_FLAGS OPC_RELATIONSHIP_SELECTOR OPC_RELATIONSHIPS_SIGNING_OPTION OPC_SIGNATURE_TIME_FORMAT OPC_SIGNATURE_VALIDATION_RESULT OPC_STREAM_IO_MODE OPC_URI_TARGET_MODE OPC_WRITE_FLAGS | IOpcCertificateEnumerator IOpcCertificateSet IOpcDigitalSignature IOpcDigitalSignatureEnumerator IOpcDigitalSignatureManager IOpcFactory IOpcPackage IOpcPart IOpcPartEnumerator IOpcPartSet IOpcPartUri IOpcRelationship IOpcRelationshipEnumerator IOpcRelationshipSelector IOpcRelationshipSelectorEnumerator IOpcRelationshipSelectorSet IOpcRelationshipSet IOpcSignatureCustomObject IOpcSignatureCustomObjectEnumerator IOpcSignatureCustomObjectSet IOpcSignaturePartReference IOpcSignaturePartReferenceEnumerator IOpcSignaturePartReferenceSet IOpcSignatureReference IOpcSignatureReferenceEnumerator IOpcSignatureReferenceSet IOpcSignatureRelationshipReference IOpcSignatureRelationshipReferenceEnumerator IOpcSignatureRelationshipReferenceSet IOpcSigningOptions IOpcUri

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Pdh NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Pdh NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Pdh?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 Pdh.dll.
### What is Vanara?
### **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?
### **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.Pdh
### **Included in Vanara.PInvoke.Pdh**
Functions | Enumerations | Structures
--- | --- | ---
PdhAddCounter<br>PdhAddEnglishCounter<br>PdhBindInputDataSource<br>PdhBrowseCounters<br>PdhBrowseCountersH<br>PdhCalculateCounterFromRawValue<br>PdhCloseLog<br>PdhCloseQuery<br>PdhCollectQueryData<br>PdhCollectQueryDataEx<br>PdhCollectQueryDataWithTime<br>PdhComputeCounterStatistics<br>PdhConnectMachine<br>PdhEnumLogSetNames<br>PdhEnumMachines<br>PdhEnumMachinesH<br>PdhEnumObjectItems<br>PdhEnumObjectItemsH<br>PdhEnumObjects<br>PdhEnumObjectsH<br>PdhExpandCounterPath<br>PdhExpandWildCardPath<br>PdhExpandWildCardPathH<br>PdhFormatFromRawValue<br>PdhGetCounterInfo<br>PdhGetCounterTimeBase<br>PdhGetDataSourceTimeRange<br>PdhGetDataSourceTimeRangeH<br>PdhGetDefaultPerfCounter<br>PdhGetDefaultPerfCounterH<br>PdhGetDefaultPerfObject<br>PdhGetDefaultPerfObjectH<br>PdhGetDllVersion<br>PdhGetFormattedCounterArray<br>PdhGetFormattedCounterValue<br>PdhGetLogFileSize<br>PdhGetRawCounterArray<br>PdhGetRawCounterValue<br>PdhIsRealTimeQuery<br>PdhLookupPerfIndexByName<br>PdhLookupPerfNameByIndex<br>PdhMakeCounterPath<br>PdhOpenLog<br>PdhOpenQuery<br>PdhOpenQueryH<br>PdhParseCounterPath<br>PdhParseInstanceName<br>PdhReadRawLogRecord<br>PdhRemoveCounter<br>PdhSelectDataSource<br>PdhSetCounterScaleFactor<br>PdhSetDefaultRealTimeDataSource<br>PdhSetQueryTimeRange<br>PdhUpdateLog<br>PdhUpdateLogFileCatalog<br>PdhValidatePath<br>PdhValidatePathExWA<br>PdhValidatePathExWW<br> | BrowseFlag<br>CounterType<br>PDH_FMT<br>PDH_LOG_TYPE<br>PDH_PATH<br>PdhExpandFlags<br>PdhLogAccess<br>PdhSelectDataSourceFlags<br>PERF_DETAIL<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | PDH_BROWSE_DLG_CONFIG<br>PDH_BROWSE_DLG_CONFIG_H<br>PDH_COUNTER_INFO<br>PDH_COUNTER_PATH_ELEMENTS<br>PDH_DATA_ITEM_PATH_ELEMENTS<br>PDH_FMT_COUNTERVALUE<br>PDH_FMT_COUNTERVALUE_ITEM<br>PDH_HCOUNTER<br>PDH_HLOG<br>PDH_HQUERY<br>PDH_RAW_COUNTER<br>PDH_RAW_COUNTER_ITEM<br>PDH_RAW_LOG_RECORD<br>PDH_STATISTICS<br>PDH_TIME_INFO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
PdhAddCounter PdhAddEnglishCounter PdhBindInputDataSource PdhBrowseCounters PdhBrowseCountersH PdhCalculateCounterFromRawValue PdhCloseLog PdhCloseQuery PdhCollectQueryData PdhCollectQueryDataEx PdhCollectQueryDataWithTime PdhComputeCounterStatistics PdhConnectMachine PdhEnumLogSetNames PdhEnumMachines PdhEnumMachinesH PdhEnumObjectItems PdhEnumObjectItemsH PdhEnumObjects PdhEnumObjectsH PdhExpandCounterPath PdhExpandWildCardPath PdhExpandWildCardPathH PdhFormatFromRawValue PdhGetCounterInfo PdhGetCounterTimeBase PdhGetDataSourceTimeRange PdhGetDataSourceTimeRangeH PdhGetDefaultPerfCounter PdhGetDefaultPerfCounterH PdhGetDefaultPerfObject PdhGetDefaultPerfObjectH PdhGetDllVersion PdhGetFormattedCounterArray PdhGetFormattedCounterValue PdhGetLogFileSize PdhGetRawCounterArray PdhGetRawCounterValue PdhIsRealTimeQuery PdhLookupPerfIndexByName PdhLookupPerfNameByIndex PdhMakeCounterPath PdhOpenLog PdhOpenQuery PdhOpenQueryH PdhParseCounterPath PdhParseInstanceName PdhReadRawLogRecord PdhRemoveCounter PdhSelectDataSource PdhSetCounterScaleFactor PdhSetDefaultRealTimeDataSource PdhSetQueryTimeRange PdhUpdateLog PdhUpdateLogFileCatalog PdhValidatePath PdhValidatePathExWA PdhValidatePathExWW | BrowseFlag CounterType PDH_FMT PDH_LOG_TYPE PDH_PATH PdhExpandFlags PdhLogAccess PdhSelectDataSourceFlags PERF_DETAIL | PDH_BROWSE_DLG_CONFIG PDH_BROWSE_DLG_CONFIG_H PDH_COUNTER_INFO PDH_COUNTER_PATH_ELEMENTS PDH_DATA_ITEM_PATH_ELEMENTS PDH_FMT_COUNTERVALUE PDH_FMT_COUNTERVALUE_ITEM PDH_HCOUNTER PDH_HLOG PDH_HQUERY PDH_RAW_COUNTER PDH_RAW_COUNTER_ITEM PDH_RAW_LOG_RECORD PDH_STATISTICS PDH_TIME_INFO

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.PeerDist NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.PeerDist NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.PeerDist?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 PeerDist.dll for the Peer Distribution API, which supports the Branch Cache feature in Windows 7.
### What is Vanara?
### **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?
### **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.PeerDist
### **Included in Vanara.PInvoke.PeerDist**
Functions | Enumerations | Structures
--- | --- | ---
PeerDistClientAddContentInformation<br>PeerDistClientAddData<br>PeerDistClientBlockRead<br>PeerDistClientCancelAsyncOperation<br>PeerDistClientCloseContent<br>PeerDistClientCompleteContentInformation<br>PeerDistClientFlushContent<br>PeerDistClientGetInformationByHandle<br>PeerDistClientOpenContent<br>PeerDistClientStreamRead<br>PeerDistGetOverlappedResult<br>PeerDistGetStatus<br>PeerDistGetStatusEx<br>PeerDistRegisterForStatusChangeNotification<br>PeerDistRegisterForStatusChangeNotificationEx<br>PeerDistServerCancelAsyncOperation<br>PeerDistServerCloseContentInformation<br>PeerDistServerCloseStreamHandle<br>PeerDistServerOpenContentInformation<br>PeerDistServerOpenContentInformationEx<br>PeerDistServerPublishAddToStream<br>PeerDistServerPublishCompleteStream<br>PeerDistServerPublishStream<br>PeerDistServerRetrieveContentInformation<br>PeerDistServerUnpublish<br>PeerDistShutdown<br>PeerDistStartup<br>PeerDistUnregisterForStatusChangeNotification<br> | PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS<br>PEERDIST_STATUS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | PEERDIST_CLIENT_BASIC_INFO<br>PEERDIST_CONTENT_HANDLE<br>PEERDIST_CONTENT_TAG<br>PEERDIST_CONTENTINFO_HANDLE<br>PEERDIST_INSTANCE_HANDLE<br>PEERDIST_PUBLICATION_OPTIONS<br>PEERDIST_RETRIEVAL_OPTIONS<br>PEERDIST_STATUS_INFO<br>PEERDIST_STREAM_HANDLE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
PeerDistClientAddContentInformation PeerDistClientAddData PeerDistClientBlockRead PeerDistClientCancelAsyncOperation PeerDistClientCloseContent PeerDistClientCompleteContentInformation PeerDistClientFlushContent PeerDistClientGetInformationByHandle PeerDistClientOpenContent PeerDistClientStreamRead PeerDistGetOverlappedResult PeerDistGetStatus PeerDistGetStatusEx PeerDistRegisterForStatusChangeNotification PeerDistRegisterForStatusChangeNotificationEx PeerDistServerCancelAsyncOperation PeerDistServerCloseContentInformation PeerDistServerCloseStreamHandle PeerDistServerOpenContentInformation PeerDistServerOpenContentInformationEx PeerDistServerPublishAddToStream PeerDistServerPublishCompleteStream PeerDistServerPublishStream PeerDistServerRetrieveContentInformation PeerDistServerUnpublish PeerDistShutdown PeerDistStartup PeerDistUnregisterForStatusChangeNotification | PEERDIST_CLIENT_INFO_BY_HANDLE_CLASS PEERDIST_STATUS | PEERDIST_CLIENT_BASIC_INFO PEERDIST_CONTENT_HANDLE PEERDIST_CONTENT_TAG PEERDIST_CONTENTINFO_HANDLE PEERDIST_INSTANCE_HANDLE PEERDIST_PUBLICATION_OPTIONS PEERDIST_RETRIEVAL_OPTIONS PEERDIST_STATUS_INFO PEERDIST_STREAM_HANDLE

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.PortableDeviceApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.PortableDeviceApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.PortableDeviceApi?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 Portable Device (WPD) Api.
### What is Vanara?
### **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?
### **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.PortableDeviceApi
### **Included in Vanara.PInvoke.PortableDeviceApi**
Enumerations | Interfaces
--- | ---
DELETE_OBJECT_OPTIONS<br>WPD_DEVICE_TYPES<br>WpdAttributeForm<br>WpdParameterAttributeForm<br>WPD_DEVICE_TRANSPORTS<br>WPD_STORAGE_TYPE_VALUES<br>WPD_STORAGE_ACCESS_CAPABILITY_VALUES<br>WPD_SMS_ENCODING_TYPES<br>SMS_MESSAGE_TYPES<br>WPD_POWER_SOURCES<br>WPD_WHITE_BALANCE_SETTINGS<br>WPD_FOCUS_MODES<br>WPD_EXPOSURE_METERING_MODES<br>WPD_FLASH_MODES<br>WPD_EXPOSURE_PROGRAM_MODES<br>WPD_CAPTURE_MODES<br>WPD_EFFECT_MODES<br>WPD_FOCUS_METERING_MODES<br>WPD_BITRATE_TYPES<br>WPD_META_GENRES<br>WPD_CROPPED_STATUS_VALUES<br>WPD_COLOR_CORRECTED_STATUS_VALUES<br>WPD_VIDEO_SCAN_TYPES<br>WPD_OPERATION_STATES<br>WPD_SECTION_DATA_UNITS_VALUES<br>WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES<br>WPD_COMMAND_ACCESS_TYPES<br>WPD_SERVICE_INHERITANCE_TYPES<br>WPD_PARAMETER_USAGE_TYPES<br>WPD_STREAM_UNITS<br> | IEnumPortableDeviceObjectIDs<br>IPortableDevice<br>IPortableDeviceCapabilities<br>IPortableDeviceContent<br>IPortableDeviceContent2<br>IPortableDeviceDataStream<br>IPortableDeviceDispatchFactory<br>IPortableDeviceEventCallback<br>IPortableDeviceManager<br>IPortableDeviceProperties<br>IPortableDevicePropertiesBulk<br>IPortableDevicePropertiesBulkCallback<br>IPortableDeviceResources<br>IPortableDeviceService<br>IPortableDeviceServiceActivation<br>IPortableDeviceServiceCapabilities<br>IPortableDeviceServiceManager<br>IPortableDeviceServiceMethodCallback<br>IPortableDeviceServiceMethods<br>IPortableDeviceServiceOpenCallback<br>IConnectionRequestCallback<br>IEnumPortableDeviceConnectors<br>IPortableDeviceConnector<br>IPortableDeviceKeyCollection<br>IPortableDevicePropVariantCollection<br>IPortableDeviceValues<br>IPortableDeviceValuesCollection<br>IWpdSerializer<br><br><br>
DELETE_OBJECT_OPTIONS WPD_DEVICE_TYPES WpdAttributeForm WpdParameterAttributeForm WPD_DEVICE_TRANSPORTS WPD_STORAGE_TYPE_VALUES WPD_STORAGE_ACCESS_CAPABILITY_VALUES WPD_SMS_ENCODING_TYPES SMS_MESSAGE_TYPES WPD_POWER_SOURCES WPD_WHITE_BALANCE_SETTINGS WPD_FOCUS_MODES WPD_EXPOSURE_METERING_MODES WPD_FLASH_MODES WPD_EXPOSURE_PROGRAM_MODES WPD_CAPTURE_MODES WPD_EFFECT_MODES WPD_FOCUS_METERING_MODES WPD_BITRATE_TYPES WPD_META_GENRES WPD_CROPPED_STATUS_VALUES WPD_COLOR_CORRECTED_STATUS_VALUES WPD_VIDEO_SCAN_TYPES WPD_OPERATION_STATES WPD_SECTION_DATA_UNITS_VALUES WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES WPD_COMMAND_ACCESS_TYPES WPD_SERVICE_INHERITANCE_TYPES WPD_PARAMETER_USAGE_TYPES WPD_STREAM_UNITS | IEnumPortableDeviceObjectIDs IPortableDevice IPortableDeviceCapabilities IPortableDeviceContent IPortableDeviceContent2 IPortableDeviceDataStream IPortableDeviceDispatchFactory IPortableDeviceEventCallback IPortableDeviceManager IPortableDeviceProperties IPortableDevicePropertiesBulk IPortableDevicePropertiesBulkCallback IPortableDeviceResources IPortableDeviceService IPortableDeviceServiceActivation IPortableDeviceServiceCapabilities IPortableDeviceServiceManager IPortableDeviceServiceMethodCallback IPortableDeviceServiceMethods IPortableDeviceServiceOpenCallback IConnectionRequestCallback IEnumPortableDeviceConnectors IPortableDeviceConnector IPortableDeviceKeyCollection IPortableDevicePropVariantCollection IPortableDeviceValues IPortableDeviceValuesCollection IWpdSerializer

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.PowrProf NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.PowrProf NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.PowrProf?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 PowrProf.dll.
### What is Vanara?
### **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?
### **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.PowrProf
### **Included in Vanara.PInvoke.PowrProf**
Functions | Enumerations | Structures
--- | --- | ---
CallNtPowerInformation<br>CanUserWritePwrScheme<br>DeletePwrScheme<br>DevicePowerClose<br>DevicePowerEnumDevices<br>DevicePowerOpen<br>DevicePowerSetDeviceState<br>EnumPwrSchemes<br>GetActivePwrScheme<br>GetCurrentPowerPolicies<br>GetPwrCapabilities<br>GetPwrDiskSpindownRange<br>IsPwrHibernateAllowed<br>IsPwrShutdownAllowed<br>IsPwrSuspendAllowed<br>PowerCanRestoreIndividualDefaultPowerScheme<br>PowerCreatePossibleSetting<br>PowerCreateSetting<br>PowerDeleteScheme<br>PowerDeterminePlatformRole<br>PowerDeterminePlatformRoleEx<br>PowerDuplicateScheme<br>PowerEnumerate<br>PowerGetActiveScheme<br>PowerImportPowerScheme<br>PowerIsSettingRangeDefined<br>PowerReadACDefaultIndex<br>PowerReadACValue<br>PowerReadACValueIndex<br>PowerReadDCDefaultIndex<br>PowerReadDCValue<br>PowerReadDCValueIndex<br>PowerReadDescription<br>PowerReadFriendlyName<br>PowerReadIconResourceSpecifier<br>PowerReadPossibleDescription<br>PowerReadPossibleFriendlyName<br>PowerReadPossibleValue<br>PowerReadSettingAttributes<br>PowerReadValueIncrement<br>PowerReadValueMax<br>PowerReadValueMin<br>PowerReadValueUnitsSpecifier<br>PowerRegisterForEffectivePowerModeNotifications<br>PowerRegisterSuspendResumeNotification<br>PowerRemovePowerSetting<br>PowerReplaceDefaultPowerSchemes<br>PowerReportThermalEvent<br>PowerRestoreDefaultPowerSchemes<br>PowerRestoreIndividualDefaultPowerScheme<br>PowerSetActiveScheme<br>PowerSettingAccessCheck<br>PowerSettingAccessCheckEx<br>PowerSettingRegisterNotification<br>PowerSettingUnregisterNotification<br>PowerUnregisterFromEffectivePowerModeNotifications<br>PowerUnregisterSuspendResumeNotification<br>PowerWriteACDefaultIndex<br>PowerWriteACValueIndex<br>PowerWriteDCDefaultIndex<br>PowerWriteDCValueIndex<br>PowerWriteDescription<br>PowerWriteFriendlyName<br>PowerWriteIconResourceSpecifier<br>PowerWritePossibleDescription<br>PowerWritePossibleFriendlyName<br>PowerWritePossibleValue<br>PowerWriteSettingAttributes<br>PowerWriteValueIncrement<br>PowerWriteValueMax<br>PowerWriteValueMin<br>PowerWriteValueUnitsSpecifier<br>ReadGlobalPwrPolicy<br>ReadProcessorPwrScheme<br>ReadPwrScheme<br>SetActivePwrScheme<br>SetSuspendState<br>WriteGlobalPwrPolicy<br>WriteProcessorPwrScheme<br>WritePwrScheme<br> | POWER_INFORMATION_LEVEL<br>PowerPlatformRoleVersion<br>RegisterSuspendResumeNotificationFlags<br>DEVICE_NOTIFY<br>EFFECTIVE_POWER_MODE<br>GlobalFlags<br>PDQUERY<br>PDSET<br>POWER_ATTR<br>POWER_DATA_ACCESSOR<br>EventCode<br>POWER_ACTION<br>POWER_PLATFORM_ROLE<br>PROCESSOR_POWER_POLICY_INFO_Options<br>SYSTEM_POWER_CONDITION<br>PowerActionFlags<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS<br>GLOBAL_MACHINE_POWER_POLICY<br>GLOBAL_POWER_POLICY<br>GLOBAL_USER_POWER_POLICY<br>MACHINE_POWER_POLICY<br>MACHINE_PROCESSOR_POWER_POLICY<br>POWER_POLICY<br>THERMAL_EVENT<br>USER_POWER_POLICY<br>BATTERY_REPORTING_SCALE<br>POWER_ACTION_POLICY<br>PROCESSOR_POWER_POLICY<br>PROCESSOR_POWER_POLICY_INFO<br>SYSTEM_POWER_CAPABILITIES<br>SYSTEM_POWER_LEVEL<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
CallNtPowerInformation CanUserWritePwrScheme DeletePwrScheme DevicePowerClose DevicePowerEnumDevices DevicePowerOpen DevicePowerSetDeviceState EnumPwrSchemes GetActivePwrScheme GetCurrentPowerPolicies GetPwrCapabilities GetPwrDiskSpindownRange IsPwrHibernateAllowed IsPwrShutdownAllowed IsPwrSuspendAllowed PowerCanRestoreIndividualDefaultPowerScheme PowerCreatePossibleSetting PowerCreateSetting PowerDeleteScheme PowerDeterminePlatformRole PowerDeterminePlatformRoleEx PowerDuplicateScheme PowerEnumerate PowerGetActiveScheme PowerImportPowerScheme PowerIsSettingRangeDefined PowerReadACDefaultIndex PowerReadACValue PowerReadACValueIndex PowerReadDCDefaultIndex PowerReadDCValue PowerReadDCValueIndex PowerReadDescription PowerReadFriendlyName PowerReadIconResourceSpecifier PowerReadPossibleDescription PowerReadPossibleFriendlyName PowerReadPossibleValue PowerReadSettingAttributes PowerReadValueIncrement PowerReadValueMax PowerReadValueMin PowerReadValueUnitsSpecifier PowerRegisterForEffectivePowerModeNotifications PowerRegisterSuspendResumeNotification PowerRemovePowerSetting PowerReplaceDefaultPowerSchemes PowerReportThermalEvent PowerRestoreDefaultPowerSchemes PowerRestoreIndividualDefaultPowerScheme PowerSetActiveScheme PowerSettingAccessCheck PowerSettingAccessCheckEx PowerSettingRegisterNotification PowerSettingUnregisterNotification PowerUnregisterFromEffectivePowerModeNotifications PowerUnregisterSuspendResumeNotification PowerWriteACDefaultIndex PowerWriteACValueIndex PowerWriteDCDefaultIndex PowerWriteDCValueIndex PowerWriteDescription PowerWriteFriendlyName PowerWriteIconResourceSpecifier PowerWritePossibleDescription PowerWritePossibleFriendlyName PowerWritePossibleValue PowerWriteSettingAttributes PowerWriteValueIncrement PowerWriteValueMax PowerWriteValueMin PowerWriteValueUnitsSpecifier ReadGlobalPwrPolicy ReadProcessorPwrScheme ReadPwrScheme SetActivePwrScheme SetSuspendState WriteGlobalPwrPolicy WriteProcessorPwrScheme WritePwrScheme | POWER_INFORMATION_LEVEL PowerPlatformRoleVersion RegisterSuspendResumeNotificationFlags DEVICE_NOTIFY EFFECTIVE_POWER_MODE GlobalFlags PDQUERY PDSET POWER_ATTR POWER_DATA_ACCESSOR EventCode POWER_ACTION POWER_PLATFORM_ROLE PROCESSOR_POWER_POLICY_INFO_Options SYSTEM_POWER_CONDITION PowerActionFlags | DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS GLOBAL_MACHINE_POWER_POLICY GLOBAL_POWER_POLICY GLOBAL_USER_POWER_POLICY MACHINE_POWER_POLICY MACHINE_PROCESSOR_POWER_POLICY POWER_POLICY THERMAL_EVENT USER_POWER_POLICY BATTERY_REPORTING_SCALE POWER_ACTION_POLICY PROCESSOR_POWER_POLICY PROCESSOR_POWER_POLICY_INFO SYSTEM_POWER_CAPABILITIES SYSTEM_POWER_LEVEL

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.ProjectedFSLib NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.ProjectedFSLib NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.ProjectedFSLib?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 ProjectedFSLib.dll.
### What is Vanara?
### **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?
### **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.ProjectedFSLib
### **Included in Vanara.PInvoke.ProjectedFSLib**
Functions | Enumerations | Structures
--- | --- | ---
PrjAllocateAlignedBuffer<br>PrjClearNegativePathCache<br>PrjCompleteCommand<br>PrjDeleteFile<br>PrjDoesNameContainWildCards<br>PrjFileNameCompare<br>PrjFileNameMatch<br>PrjFillDirEntryBuffer<br>PrjFillDirEntryBuffer2<br>PrjFreeAlignedBuffer<br>PrjGetOnDiskFileState<br>PrjGetVirtualizationInstanceInfo<br>PrjMarkDirectoryAsPlaceholder<br>PrjStartVirtualizing<br>PrjStopVirtualizing<br>PrjUpdateFileIfNeeded<br>PrjWriteFileData<br>PrjWritePlaceholderInfo<br>PrjWritePlaceholderInfo2<br> | PRJ_CALLBACK_DATA_FLAGS<br>PRJ_COMPLETE_COMMAND_TYPE<br>PRJ_EXT_INFO_TYPE<br>PRJ_FILE_STATE<br>PRJ_NOTIFICATION<br>PRJ_NOTIFY_TYPES<br>PRJ_PLACEHOLDER_ID<br>PRJ_STARTVIRTUALIZING_FLAGS<br>PRJ_UPDATE_FAILURE_CAUSES<br>PRJ_UPDATE_TYPES<br><br><br><br><br><br><br><br><br><br> | PRJ_CALLBACK_DATA<br>PRJ_CALLBACKS<br>PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS<br>PRJ_DIR_ENTRY_BUFFER_HANDLE<br>PRJ_EXTENDED_INFO<br>PRJ_FILE_BASIC_INFO<br>PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT<br>PRJ_NOTIFICATION_MAPPING<br>PRJ_NOTIFICATION_PARAMETERS<br>PRJ_PLACEHOLDER_INFO<br>PRJ_PLACEHOLDER_VERSION_INFO<br>PRJ_STARTVIRTUALIZING_OPTIONS<br>PRJ_VIRTUALIZATION_INSTANCE_INFO<br>SYMLINK<br>EAINFORMATION<br>SECURITYINFORMATION<br>STREAMSINFORMATION<br><br><br>
PrjAllocateAlignedBuffer PrjClearNegativePathCache PrjCompleteCommand PrjDeleteFile PrjDoesNameContainWildCards PrjFileNameCompare PrjFileNameMatch PrjFillDirEntryBuffer PrjFillDirEntryBuffer2 PrjFreeAlignedBuffer PrjGetOnDiskFileState PrjGetVirtualizationInstanceInfo PrjMarkDirectoryAsPlaceholder PrjStartVirtualizing PrjStopVirtualizing PrjUpdateFileIfNeeded PrjWriteFileData PrjWritePlaceholderInfo PrjWritePlaceholderInfo2 | PRJ_CALLBACK_DATA_FLAGS PRJ_COMPLETE_COMMAND_TYPE PRJ_EXT_INFO_TYPE PRJ_FILE_STATE PRJ_NOTIFICATION PRJ_NOTIFY_TYPES PRJ_PLACEHOLDER_ID PRJ_STARTVIRTUALIZING_FLAGS PRJ_UPDATE_FAILURE_CAUSES PRJ_UPDATE_TYPES | PRJ_CALLBACK_DATA PRJ_CALLBACKS PRJ_COMPLETE_COMMAND_EXTENDED_PARAMETERS PRJ_DIR_ENTRY_BUFFER_HANDLE PRJ_EXTENDED_INFO PRJ_FILE_BASIC_INFO PRJ_NAMESPACE_VIRTUALIZATION_CONTEXT PRJ_NOTIFICATION_MAPPING PRJ_NOTIFICATION_PARAMETERS PRJ_PLACEHOLDER_INFO PRJ_PLACEHOLDER_VERSION_INFO PRJ_STARTVIRTUALIZING_OPTIONS PRJ_VIRTUALIZATION_INSTANCE_INFO SYMLINK EAINFORMATION SECURITYINFORMATION STREAMSINFORMATION

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.RstrtMgr NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.RstrtMgr NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.RstrtMgr?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 RstrtMgr.dll.
### What is Vanara?
### **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?
### **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.RstrtMgr
### **Included in Vanara.PInvoke.RstrtMgr**
Functions | Enumerations | Structures
--- | --- | ---
RmAddFilter<br>RmCancelCurrentTask<br>RmEndSession<br>RmGetFilterList<br>RmGetList<br>RmJoinSession<br>RmRegisterResources<br>RmRemoveFilter<br>RmRestart<br>RmShutdown<br>RmStartSession<br> | RM_APP_STATUS<br>RM_APP_TYPE<br>RM_FILTER_ACTION<br>RM_FILTER_TRIGGER<br>RM_REBOOT_REASON<br>RM_SHUTDOWN_TYPE<br><br><br><br><br><br> | RM_FILTER_INFO<br>RM_PROCESS_INFO<br>RM_UNIQUE_PROCESS<br><br><br><br><br><br><br><br><br>
RmAddFilter RmCancelCurrentTask RmEndSession RmGetFilterList RmGetList RmJoinSession RmRegisterResources RmRemoveFilter RmRestart RmShutdown RmStartSession | RM_APP_STATUS RM_APP_TYPE RM_FILTER_ACTION RM_FILTER_TRIGGER RM_REBOOT_REASON RM_SHUTDOWN_TYPE | RM_FILTER_INFO RM_PROCESS_INFO RM_UNIQUE_PROCESS

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.SHCore NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.SHCore NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.SHCore?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 SHCore.dll.
### What is Vanara?
### **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?
### **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.SHCore
### **Included in Vanara.PInvoke.SHCore**
Functions | Enumerations
--- | ---
GetDpiForMonitor<br>GetDpiForShellUIComponent<br>GetProcessDpiAwareness<br>GetScaleFactorForDevice<br>GetScaleFactorForMonitor<br>RegisterScaleChangeEvent<br>RegisterScaleChangeNotifications<br>RevokeScaleChangeNotifications<br>SetProcessDpiAwareness<br>UnregisterScaleChangeEvent<br> | DISPLAY_DEVICE_TYPE<br>MONITOR_DPI_TYPE<br>PROCESS_DPI_AWARENESS<br>SCALE_CHANGE_FLAGS<br>SHELL_UI_COMPONENT<br><br><br><br><br><br>
GetDpiForMonitor GetDpiForShellUIComponent GetProcessDpiAwareness GetScaleFactorForDevice GetScaleFactorForMonitor RegisterScaleChangeEvent RegisterScaleChangeNotifications RevokeScaleChangeNotifications SetProcessDpiAwareness UnregisterScaleChangeEvent | DISPLAY_DEVICE_TYPE MONITOR_DPI_TYPE PROCESS_DPI_AWARENESS SCALE_CHANGE_FLAGS SHELL_UI_COMPONENT

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.SearchApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.SearchApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.SearchApi?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 Search.
### What is Vanara?
### **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?
### **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.SearchApi
### **Included in Vanara.PInvoke.SearchApi**
Enumerations | Structures | Interfaces
--- | --- | ---
AUTH_TYPE<br>CatalogPausedReason<br>CatalogStatus<br>CHUNK_BREAKTYPE<br>CHUNKSTATE<br>CLUSION_REASON<br>FOLLOW_FLAGS<br>IFILTER_FLAGS<br>IFILTER_INIT<br>PRIORITIZE_FLAGS<br>PRIORITY_LEVEL<br>PROXY_ACCESS<br>ROWSETEVENT_ITEMSTATE<br>ROWSETEVENT_TYPE<br>SEARCH_INDEXING_PHASE<br>SEARCH_KIND_OF_CHANGE<br>SEARCH_NOTIFICATION_PRIORITY<br>SEARCH_QUERY_SYNTAX<br>SEARCH_TERM_EXPANSION<br>CONDITION_CREATION_OPTIONS<br>QUERY_PARSER_MANAGER_OPTION<br>STRUCTURED_QUERY_MULTIOPTION<br>STRUCTURED_QUERY_RESOLVE_OPTION<br>STRUCTURED_QUERY_SINGLE_OPTION<br>CONDITION_OPERATION<br>CONDITION_TYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | AUTHENTICATION_INFO<br>FILTERED_DATA_SOURCES<br>FILTERREGION<br>FULLPROPSPEC<br>INCREMENTAL_ACCESS_INFO<br>ITEM_INFO<br>PROXY_INFO<br>SEARCH_COLUMN_PROPERTIES<br>SEARCH_ITEM_CHANGE<br>SEARCH_ITEM_INDEXING_STATUS<br>SEARCH_ITEM_PERSISTENT_CHANGE<br>STAT_CHUNK<br>TIMEOUT_INFO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IEnumSearchRoots<br>IEnumSearchScopeRules<br>IFilter<br>ILoadFilter<br>IOpLockStatus<br>IProtocolHandlerSite<br>IRowsetEvents<br>IRowsetPrioritization<br>ISearchCatalogManager<br>ISearchCatalogManager2<br>ISearchCrawlScopeManager<br>ISearchCrawlScopeManager2<br>ISearchItemsChangedSink<br>ISearchLanguageSupport<br>ISearchManager<br>ISearchManager2<br>ISearchNotifyInlineSite<br>ISearchPersistentItemsChangedSink<br>ISearchProtocol<br>ISearchProtocol2<br>ISearchProtocolThreadContext<br>ISearchQueryHelper<br>ISearchRoot<br>ISearchScopeRule<br>ISearchViewChangedSink<br>IUrlAccessor<br>IUrlAccessor2<br>IUrlAccessor3<br>IUrlAccessor4<br>IOpenSearchSource<br>ISearchFolderItemFactory<br>IConditionFactory<br>IConditionFactory2<br>IEntity<br>INamedEntity<br>IQueryParser<br>IQueryParserManager<br>IQuerySolution<br>IRelationship<br>ISchemaLocalizerSupport<br>ISchemaProvider<br>ITokenCollection<br>ICondition<br>ICondition2<br>IRichChunk<br>
AUTH_TYPE CatalogPausedReason CatalogStatus CHUNK_BREAKTYPE CHUNKSTATE CLUSION_REASON FOLLOW_FLAGS IFILTER_FLAGS IFILTER_INIT PRIORITIZE_FLAGS PRIORITY_LEVEL PROXY_ACCESS ROWSETEVENT_ITEMSTATE ROWSETEVENT_TYPE SEARCH_INDEXING_PHASE SEARCH_KIND_OF_CHANGE SEARCH_NOTIFICATION_PRIORITY SEARCH_QUERY_SYNTAX SEARCH_TERM_EXPANSION CONDITION_CREATION_OPTIONS QUERY_PARSER_MANAGER_OPTION STRUCTURED_QUERY_MULTIOPTION STRUCTURED_QUERY_RESOLVE_OPTION STRUCTURED_QUERY_SINGLE_OPTION CONDITION_OPERATION CONDITION_TYPE | AUTHENTICATION_INFO FILTERED_DATA_SOURCES FILTERREGION FULLPROPSPEC INCREMENTAL_ACCESS_INFO ITEM_INFO PROXY_INFO SEARCH_COLUMN_PROPERTIES SEARCH_ITEM_CHANGE SEARCH_ITEM_INDEXING_STATUS SEARCH_ITEM_PERSISTENT_CHANGE STAT_CHUNK TIMEOUT_INFO | IEnumSearchRoots IEnumSearchScopeRules IFilter ILoadFilter IOpLockStatus IProtocolHandlerSite IRowsetEvents IRowsetPrioritization ISearchCatalogManager ISearchCatalogManager2 ISearchCrawlScopeManager ISearchCrawlScopeManager2 ISearchItemsChangedSink ISearchLanguageSupport ISearchManager ISearchManager2 ISearchNotifyInlineSite ISearchPersistentItemsChangedSink ISearchProtocol ISearchProtocol2 ISearchProtocolThreadContext ISearchQueryHelper ISearchRoot ISearchScopeRule ISearchViewChangedSink IUrlAccessor IUrlAccessor2 IUrlAccessor3 IUrlAccessor4 IOpenSearchSource ISearchFolderItemFactory IConditionFactory IConditionFactory2 IEntity INamedEntity IQueryParser IQueryParserManager IQuerySolution IRelationship ISchemaLocalizerSupport ISchemaProvider ITokenCollection ICondition ICondition2 IRichChunk

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.SensorsApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.SensorsApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.SensorsApi?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 SensorsApi.dll.
### What is Vanara?
### **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?
### **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.SensorsApi
### **Included in Vanara.PInvoke.SensorsApi**
Enumerations | Interfaces
--- | ---
LOCATION_DESIRED_ACCURACY<br>LOCATION_POSITION_SOURCE<br>MagnetometerAccuracy<br>SensorConnectionType<br>SensorState<br>SimpleDeviceOrientation<br><br> | ILocationPermissions<br>ISensor<br>ISensorCollection<br>ISensorDataReport<br>ISensorEvents<br>ISensorManager<br>ISensorManagerEvents<br>
LOCATION_DESIRED_ACCURACY LOCATION_POSITION_SOURCE MagnetometerAccuracy SensorConnectionType SensorState SimpleDeviceOrientation | ILocationPermissions ISensor ISensorCollection ISensorDataReport ISensorEvents ISensorManager ISensorManagerEvents

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Shared NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Shared NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Shared?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)
@ -12,17 +12,17 @@ Shared methods, structures and constants for use throughout the Vanara.PInvoke a
* Resource ID holder
* Shared structures and enums (see release notes)
### What is Vanara?
### **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?
### **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.Shared
### **Included in Vanara.PInvoke.Shared**
Classes | Structures | Enumerations | Interfaces
--- | --- | --- | ---
AnySizeStringMarshaler<br>AssociateAttribute<br>AssociateStringAttribute<br>ClipCorrespondingTypeAttribute<br>ComTryGetNext<br>CoTaskMemStringMarshaler<br>FunctionHelper<br>GenericStringMarshaler<br>GenericStringMarshalerBase<br>IEnumeratorFromNext<br>IEnumFromCom<br>IEnumFromIndexer<br>IEnumFromNext<br>Lib<br>LOGPALETTE<br>Macros<br>NullTermStringArrayMarshaler<br>OverlappedAsync<br>OverlappedAsyncResult<br>PInvokeClientExtensions<br>PInvokeDataAttribute<br>PRECT<br>PtrFunc<br>RegistryTypeExt<br>SafeAnysizeStruct<br>SafeAnysizeStructBase<br>SafeAnysizeStructMarshaler<br>SafeElementArray<br>SafeHANDLE<br>SafeNativeArray<br>SafeNativeArrayBase<br>SafeNativeLinkedList<br>SafeNativeListBase<br>SafeResourceId<br>SBFunc<br>SECURITY_ATTRIBUTES<br>SizeFunc<br>StaticFieldValueHash<br>StringPtrArrayMarshaler<br>StructHelper<br>TryGetNext<br>TryGetNext<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ACCESS_MASK<br>BusNumber<br>CLIPFORMAT<br>CM_FULL_RESOURCE_DESCRIPTOR<br>CM_PARTIAL_RESOURCE_DESCRIPTOR<br>CM_PARTIAL_RESOURCE_LIST<br>CM_POWER_DATA<br>CM_RESOURCE_LIST<br>COLORREF<br>Connection<br>CORRELATION_VECTOR<br>CY<br>DATE<br>DECIMAL<br>DEVICE_CAPABILITIES<br>DevicePrivate<br>DeviceSpecificData<br>DEVMODE<br>Dma<br>DmaV3<br>Generic<br>HACCEL<br>HANDLE<br>HBITMAP<br>HBRUSH<br>HCOLORSPACE<br>HCURSOR<br>HDC<br>HDESK<br>HDPA<br>HDROP<br>HDSA<br>HDWP<br>HENHMETAFILE<br>HEVENT<br>HFILE<br>HFONT<br>HGDIOBJ<br>HICON<br>HIMAGELIST<br>HINSTANCE<br>HKEY<br>HMENU<br>HMETAFILE<br>HMONITOR<br>HPALETTE<br>HPEN<br>HPROCESS<br>HPROPSHEET<br>HPROPSHEETPAGE<br>HRESULT<br>HRGN<br>HSECTION<br>HTASK<br>HTHEME<br>HTHREAD<br>HTHUMBNAIL<br>HTOKEN<br>HWINSTA<br>HWND<br>Interrupt<br>LANGID<br>LCID<br>LOGFONT<br>LOGPALETTE<br>Memory40<br>Memory48<br>Memory64<br>MessageInterruptRaw<br>MSG<br>NTStatus<br>OBJECT_TYPE_LIST<br>OFSTRUCT<br>PACE<br>PACL<br>PALETTEENTRY<br>POINT<br>POINTS<br>PRECT<br>PSECURITY_DESCRIPTOR<br>PSID<br>RECT<br>ResourceId<br>ResourceIdOrHandle<br>RGBQUAD<br>SECURITY_ATTRIBUTES<br>SIZE<br>SYSTEMTIME<br>tagSECURITY_ATTRIBUTES<br>TEXTMETRIC<br>union<br>WIN32_FIND_DATA<br>Win32Error<br> | CharacterSet<br>CM_DEVCAP<br>CM_FILE<br>CM_INSTALL_STATE<br>CM_REMOVAL_POLICY<br>CM_RESOURCE<br>CM_SHARE_DISPOSITION<br>CmResourceType<br>CONFIGFLAG<br>DEVICE_POWER_STATE<br>DEVICE_SCALE_FACTOR<br>DMCOLLATE<br>DMCOLOR<br>DMDFO<br>DMDISPLAY<br>DMDITHER<br>DMDO<br>DMDUP<br>DMFIELDS<br>DMICM<br>DMICMMETHOD<br>DMMEDIA<br>DMNUP<br>DMORIENT<br>DMPAPER<br>DMRES<br>DMTT<br>DN<br>DrawTextFlags<br>FacilityCode<br>FacilityCode<br>FILE_DEVICE<br>FileFlagsAndAttributes<br>FontFamily<br>FontPitch<br>INTERFACE_TYPE<br>LANG<br>LogFontClippingPrecision<br>LogFontOutputPrecision<br>LogFontOutputQuality<br>MouseButtonState<br>NTDDI<br>ObjectTypeListLevel<br>PC<br>PDCAP<br>PInvokeClient<br>ProcessorArchitecture<br>REG_VALUE_TYPE<br>ResourceType<br>SECURITY_INFORMATION<br>SeverityLevel<br>SeverityLevel<br>ShowWindowCommand<br>SORT<br>STGM<br>SUBLANG<br>SYSTEM_POWER_STATE<br>SystemColorIndex<br>SystemShutDownReason<br>URLZONE<br>WIN32_WINNT<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IClipboardFormatter<br>ICOMEnum<br>IErrorProvider<br>IGraphicsObjectHandle<br>IHandle<br>IKernelHandle<br>ISecurityObject<br>IShellHandle<br>ISyncHandle<br>IUserHandle<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AnySizeStringMarshaler AssociateAttribute AssociateStringAttribute ClipCorrespondingTypeAttribute ComTryGetNext CoTaskMemStringMarshaler FunctionHelper GenericStringMarshaler GenericStringMarshalerBase IEnumeratorFromNext IEnumFromCom IEnumFromIndexer IEnumFromNext Lib LOGPALETTE Macros NullTermStringArrayMarshaler OverlappedAsync OverlappedAsyncResult PInvokeClientExtensions PInvokeDataAttribute PRECT PtrFunc RegistryTypeExt SafeAnysizeStruct SafeAnysizeStructBase SafeAnysizeStructMarshaler SafeElementArray SafeHANDLE SafeNativeArray SafeNativeArrayBase SafeNativeLinkedList SafeNativeListBase SafeResourceId 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 POINT POINTS PRECT PSECURITY_DESCRIPTOR PSID 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 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 IHandle IKernelHandle ISecurityObject IShellHandle ISyncHandle IUserHandle

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.TaskSchd NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.TaskSchd NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.TaskSchd?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 for Windows Task Scheduler 1.0 and 2.0 COM objects.
### What is Vanara?
### **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?
### **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.TaskSchd
### **Included in Vanara.PInvoke.TaskSchd**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
GetNetScheduleAccountInformation<br>SetNetScheduleAccountInformation<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | TASK_TRIGGER_TYPE<br>TaskDaysOfTheWeek<br>TaskFlags<br>TaskMonths<br>TaskStatus<br>TaskTriggerFlags<br>TaskWhichWeek<br>TASK_ACTION_TYPE<br>TASK_COMPATIBILITY<br>TASK_CREATION<br>TASK_ENUM_FLAGS<br>TASK_INSTANCES_POLICY<br>TASK_LOGON_TYPE<br>TASK_PROCESSTOKENSID_TYPE<br>TASK_RUN_FLAGS<br>TASK_RUNLEVEL_TYPE<br>TASK_SESSION_STATE_CHANGE_TYPE<br>TASK_STATE<br>TASK_TRIGGER_TYPE2<br>TaskWeeksOfMonth<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DAILY<br>MONTHLYDATE<br>MONTHLYDOW<br>TASK_TRIGGER<br>TRIGGER_TYPE_UNION<br>WEEKLY<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ITask<br>ITaskScheduler<br>IAction<br>IActionCollection<br>IBootTrigger<br>IComHandlerAction<br>IDailyTrigger<br>IEmailAction<br>IEventTrigger<br>IExecAction<br>IIdleSettings<br>IIdleTrigger<br>ILogonTrigger<br>IMaintenanceSettings<br>IMonthlyDOWTrigger<br>IMonthlyTrigger<br>INetworkSettings<br>IPrincipal<br>IPrincipal2<br>IRegisteredTask<br>IRegisteredTaskCollection<br>IRegistrationInfo<br>IRegistrationTrigger<br>IRepetitionPattern<br>IRunningTask<br>IRunningTaskCollection<br>ISessionStateChangeTrigger<br>IShowMessageAction<br>ITaskDefinition<br>ITaskFolder<br>ITaskFolderCollection<br>ITaskHandler<br>ITaskHandlerStatus<br>ITaskNamedValueCollection<br>ITaskNamedValuePair<br>ITaskService<br>ITaskSettings<br>ITaskSettings2<br>ITaskSettings3<br>ITaskVariables<br>ITimeTrigger<br>ITrigger<br>ITriggerCollection<br>IWeeklyTrigger<br>
GetNetScheduleAccountInformation SetNetScheduleAccountInformation | TASK_TRIGGER_TYPE TaskDaysOfTheWeek TaskFlags TaskMonths TaskStatus TaskTriggerFlags TaskWhichWeek TASK_ACTION_TYPE TASK_COMPATIBILITY TASK_CREATION TASK_ENUM_FLAGS TASK_INSTANCES_POLICY TASK_LOGON_TYPE TASK_PROCESSTOKENSID_TYPE TASK_RUN_FLAGS TASK_RUNLEVEL_TYPE TASK_SESSION_STATE_CHANGE_TYPE TASK_STATE TASK_TRIGGER_TYPE2 TaskWeeksOfMonth | DAILY MONTHLYDATE MONTHLYDOW TASK_TRIGGER TRIGGER_TYPE_UNION WEEKLY | ITask ITaskScheduler IAction IActionCollection IBootTrigger IComHandlerAction IDailyTrigger IEmailAction IEventTrigger IExecAction IIdleSettings IIdleTrigger ILogonTrigger IMaintenanceSettings IMonthlyDOWTrigger IMonthlyTrigger INetworkSettings IPrincipal IPrincipal2 IRegisteredTask IRegisteredTaskCollection IRegistrationInfo IRegistrationTrigger IRepetitionPattern IRunningTask IRunningTaskCollection ISessionStateChangeTrigger IShowMessageAction ITaskDefinition ITaskFolder ITaskFolderCollection ITaskHandler ITaskHandlerStatus ITaskNamedValueCollection ITaskNamedValuePair ITaskService ITaskSettings ITaskSettings2 ITaskSettings3 ITaskVariables ITimeTrigger ITrigger ITriggerCollection IWeeklyTrigger

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.UrlMon NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.UrlMon NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.UrlMon?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 UrlMon.dll.
### What is Vanara?
### **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?
### **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.UrlMon
### **Included in Vanara.PInvoke.UrlMon**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
AsyncInstallDistributionUnit<br>CoGetClassObjectFromURL<br>CoInternetCombineIUri<br>CoInternetCombineUrl<br>CoInternetCombineUrlEx<br>CoInternetCompareUrl<br>CoInternetGetSession<br>CoInternetParseIUri<br>CoInternetParseUrl<br>CoInternetQueryInfo<br>CompareSecurityIds<br>CompatFlagsFromClsid<br>CopyBindInfo<br>CopyStgMedium<br>CreateAsyncBindCtx<br>CreateAsyncBindCtxEx<br>CreateFormatEnumerator<br>CreateIUriBuilder<br>CreateUri<br>CreateUriFromMultiByteString<br>CreateUriWithFragment<br>CreateURLMoniker<br>CreateURLMonikerEx<br>CreateURLMonikerEx2<br>FaultInIEFeature<br>FindMediaType<br>FindMediaTypeClass<br>FindMimeFromData<br>GetClassFileOrMime<br>GetComponentIDFromCLSSPEC<br>IEInstallScope<br>IsAsyncMoniker<br>IsValidURL<br>MkParseDisplayNameEx<br>ObtainUserAgentString<br>RegisterBindStatusCallback<br>RegisterFormatEnumerator<br>RegisterMediaTypeClass<br>RegisterMediaTypes<br>ReleaseBindInfo<br>RevokeBindStatusCallback<br>RevokeFormatEnumerator<br>URLDownloadToCacheFile<br>URLDownloadToFile<br>UrlMkGetSessionOption<br>UrlMkSetSessionOption<br>URLOpenBlockingStream<br>URLOpenPullStream<br>URLOpenStream<br> | BINDF<br>BINDSTATUS<br>BSCF<br>COMPAT<br>FIEF_FLAG<br>FMFD<br>PARSEACTION<br>QUERYOPTION<br>Uri_CREATE<br>Uri_DISPLAY<br>Uri_ENCODING<br>Uri_HAS<br>Uri_HOST_TYPE<br>Uri_PROPERTY<br>URL_MK<br>URL_SCHEME<br>AUTHENTICATEF<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | BINDINFO<br>AUTHENTICATEINFO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IAuthenticate<br>IAuthenticateEx<br>IBindHost<br>IBinding<br>IBindStatusCallback<br>IInternetSession<br>IPersistMoniker<br>IUri<br>IUriBuilder<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AsyncInstallDistributionUnit CoGetClassObjectFromURL CoInternetCombineIUri CoInternetCombineUrl CoInternetCombineUrlEx CoInternetCompareUrl CoInternetGetSession CoInternetParseIUri CoInternetParseUrl CoInternetQueryInfo CompareSecurityIds CompatFlagsFromClsid CopyBindInfo CopyStgMedium CreateAsyncBindCtx CreateAsyncBindCtxEx CreateFormatEnumerator CreateIUriBuilder CreateUri CreateUriFromMultiByteString CreateUriWithFragment CreateURLMoniker CreateURLMonikerEx CreateURLMonikerEx2 FaultInIEFeature FindMediaType FindMediaTypeClass FindMimeFromData GetClassFileOrMime GetComponentIDFromCLSSPEC IEInstallScope IsAsyncMoniker IsValidURL MkParseDisplayNameEx ObtainUserAgentString RegisterBindStatusCallback RegisterFormatEnumerator RegisterMediaTypeClass RegisterMediaTypes ReleaseBindInfo RevokeBindStatusCallback RevokeFormatEnumerator URLDownloadToCacheFile URLDownloadToFile UrlMkGetSessionOption UrlMkSetSessionOption URLOpenBlockingStream URLOpenPullStream URLOpenStream | BINDF BINDSTATUS BSCF COMPAT FIEF_FLAG FMFD PARSEACTION QUERYOPTION Uri_CREATE Uri_DISPLAY Uri_ENCODING Uri_HAS Uri_HOST_TYPE Uri_PROPERTY URL_MK URL_SCHEME AUTHENTICATEF | BINDINFO AUTHENTICATEINFO | IAuthenticate IAuthenticateEx IBindHost IBinding IBindStatusCallback IInternetSession IPersistMoniker IUri IUriBuilder

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.UserEnv NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.UserEnv NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.UserEnv?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 UserEnv.dll.
### What is Vanara?
### **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?
### **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.UserEnv
### **Included in Vanara.PInvoke.UserEnv**
Functions | Enumerations | Structures
--- | --- | ---
CreateAppContainerProfile<br>CreateEnvironmentBlock<br>CreateProfile<br>DeleteAppContainerProfile<br>DeleteProfile<br>DeriveAppContainerSidFromAppContainerName<br>DestroyEnvironmentBlock<br>EnterCriticalPolicySection<br>ExpandEnvironmentStringsForUserA<br>ExpandEnvironmentStringsForUserW<br>FreeGPOList<br>GetAllUsersProfileDirectory<br>GetAppContainerFolderPath<br>GetAppContainerRegistryLocation<br>GetAppliedGPOList<br>GetDefaultUserProfileDirectory<br>GetGPOListA<br>GetGPOListW<br>GetProfilesDirectory<br>GetProfileType<br>GetUserProfileDirectoryA<br>GetUserProfileDirectoryW<br>LeaveCriticalPolicySection<br>LoadUserProfile<br>RefreshPolicy<br>RefreshPolicyEx<br>RegisterGPNotification<br>UnloadUserProfile<br>UnregisterGPNotification<br> | GPO_LINK<br>GPO_LIST_FLAG<br>ProfileInfoFlags<br>ProfileType<br>RefreshPolicyOption<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | GROUP_POLICY_OBJECT<br>PROFILEINFO<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
CreateAppContainerProfile CreateEnvironmentBlock CreateProfile DeleteAppContainerProfile DeleteProfile DeriveAppContainerSidFromAppContainerName DestroyEnvironmentBlock EnterCriticalPolicySection ExpandEnvironmentStringsForUserA ExpandEnvironmentStringsForUserW FreeGPOList GetAllUsersProfileDirectory GetAppContainerFolderPath GetAppContainerRegistryLocation GetAppliedGPOList GetDefaultUserProfileDirectory GetGPOListA GetGPOListW GetProfilesDirectory GetProfileType GetUserProfileDirectoryA GetUserProfileDirectoryW LeaveCriticalPolicySection LoadUserProfile RefreshPolicy RefreshPolicyEx RegisterGPNotification UnloadUserProfile UnregisterGPNotification | GPO_LINK GPO_LIST_FLAG ProfileInfoFlags ProfileType RefreshPolicyOption | GROUP_POLICY_OBJECT PROFILEINFO

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Usp10 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Usp10 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Usp10?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 Usp10.dll.
### What is Vanara?
### **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?
### **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.Usp10
### **Included in Vanara.PInvoke.Usp10**
Functions | Enumerations | Structures
--- | --- | ---
ScriptApplyDigitSubstitution<br>ScriptApplyLogicalWidth<br>ScriptBreak<br>ScriptCacheGetHeight<br>ScriptCPtoX<br>ScriptFreeCache<br>ScriptGetCMap<br>ScriptGetFontAlternateGlyphs<br>ScriptGetFontFeatureTags<br>ScriptGetFontLanguageTags<br>ScriptGetFontProperties<br>ScriptGetFontScriptTags<br>ScriptGetGlyphABCWidth<br>ScriptGetLogicalWidths<br>ScriptGetProperties<br>ScriptIsComplex<br>ScriptItemize<br>ScriptItemizeOpenType<br>ScriptJustify<br>ScriptLayout<br>ScriptPlace<br>ScriptPlaceOpenType<br>ScriptPositionSingleGlyph<br>ScriptRecordDigitSubstitution<br>ScriptShape<br>ScriptShapeOpenType<br>ScriptString_pcOutChars<br>ScriptString_pLogAttr<br>ScriptString_pSize<br>ScriptStringAnalyse<br>ScriptStringCPtoX<br>ScriptStringFree<br>ScriptStringGetLogicalWidths<br>ScriptStringGetOrder<br>ScriptStringOut<br>ScriptStringValidate<br>ScriptStringXtoCP<br>ScriptSubstituteSingleGlyph<br>ScriptTextOut<br>ScriptXtoCP<br> | SCRIPT_DIGITSUB<br>SCRIPT_JUSTIFY<br>SGCM<br>SIC<br>SSA<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | GOFFSET<br>OPENTYPE_FEATURE_RECORD<br>OPENTYPE_TAG<br>SCRIPT_ANALYSIS<br>SCRIPT_CHARPROP<br>SCRIPT_CONTROL<br>SCRIPT_DIGITSUBSTITUTE<br>SCRIPT_FONTPROPERTIES<br>SCRIPT_GLYPHPROP<br>SCRIPT_ITEM<br>SCRIPT_LOGATTR<br>SCRIPT_PROPERTIES<br>SCRIPT_STATE<br>SCRIPT_TABDEF<br>SCRIPT_VISATTR<br>TEXTRANGE_PROPERTIES<br>SafeSCRIPT_CACHE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
ScriptApplyDigitSubstitution ScriptApplyLogicalWidth ScriptBreak ScriptCacheGetHeight ScriptCPtoX ScriptFreeCache ScriptGetCMap ScriptGetFontAlternateGlyphs ScriptGetFontFeatureTags ScriptGetFontLanguageTags ScriptGetFontProperties ScriptGetFontScriptTags ScriptGetGlyphABCWidth ScriptGetLogicalWidths ScriptGetProperties ScriptIsComplex ScriptItemize ScriptItemizeOpenType ScriptJustify ScriptLayout ScriptPlace ScriptPlaceOpenType ScriptPositionSingleGlyph ScriptRecordDigitSubstitution ScriptShape ScriptShapeOpenType ScriptString_pcOutChars ScriptString_pLogAttr ScriptString_pSize ScriptStringAnalyse ScriptStringCPtoX ScriptStringFree ScriptStringGetLogicalWidths ScriptStringGetOrder ScriptStringOut ScriptStringValidate ScriptStringXtoCP ScriptSubstituteSingleGlyph ScriptTextOut ScriptXtoCP | SCRIPT_DIGITSUB SCRIPT_JUSTIFY SGCM SIC SSA | GOFFSET OPENTYPE_FEATURE_RECORD OPENTYPE_TAG SCRIPT_ANALYSIS SCRIPT_CHARPROP SCRIPT_CONTROL SCRIPT_DIGITSUBSTITUTE SCRIPT_FONTPROPERTIES SCRIPT_GLYPHPROP SCRIPT_ITEM SCRIPT_LOGATTR SCRIPT_PROPERTIES SCRIPT_STATE SCRIPT_TABDEF SCRIPT_VISATTR TEXTRANGE_PROPERTIES SafeSCRIPT_CACHE

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.UxTheme NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.UxTheme NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.UxTheme?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 UxTheme.dll.
### What is Vanara?
### **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?
### **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.UxTheme
### **Included in Vanara.PInvoke.UxTheme**
Functions | Enumerations | Structures
--- | --- | ---
BeginBufferedAnimation<br>BeginBufferedPaint<br>BeginPanningFeedback<br>BufferedPaintClear<br>BufferedPaintInit<br>BufferedPaintRenderAnimation<br>BufferedPaintSetAlpha<br>BufferedPaintStopAllAnimations<br>BufferedPaintUnInit<br>CloseThemeData<br>DrawThemeBackground<br>DrawThemeBackgroundEx<br>DrawThemeEdge<br>DrawThemeIcon<br>DrawThemeParentBackground<br>DrawThemeParentBackgroundEx<br>DrawThemeText<br>DrawThemeTextEx<br>EnableThemeDialogTexture<br>EnableTheming<br>EndBufferedAnimation<br>EndBufferedPaint<br>EndPanningFeedback<br>GetBufferedPaintBits<br>GetBufferedPaintDC<br>GetBufferedPaintTargetDC<br>GetBufferedPaintTargetRect<br>GetCurrentThemeName<br>GetThemeAnimationProperty<br>GetThemeAnimationTransform<br>GetThemeAppProperties<br>GetThemeBackgroundContentRect<br>GetThemeBackgroundExtent<br>GetThemeBackgroundRegion<br>GetThemeBitmap<br>GetThemeBool<br>GetThemeColor<br>GetThemeDocumentationProperty<br>GetThemeEnumValue<br>GetThemeFilename<br>GetThemeFont<br>GetThemeInt<br>GetThemeIntList<br>GetThemeMargins<br>GetThemeMetric<br>GetThemePartSize<br>GetThemePosition<br>GetThemePropertyOrigin<br>GetThemeRect<br>GetThemeStream<br>GetThemeString<br>GetThemeSysBool<br>GetThemeSysColor<br>GetThemeSysColorBrush<br>GetThemeSysFont<br>GetThemeSysInt<br>GetThemeSysSize<br>GetThemeSysString<br>GetThemeTextExtent<br>GetThemeTextMetrics<br>GetThemeTimingFunction<br>GetThemeTransitionDuration<br>GetWindowTheme<br>HitTestThemeBackground<br>IsAppThemed<br>IsCompositionActive<br>IsThemeActive<br>IsThemeBackgroundPartiallyTransparent<br>IsThemeDialogTextureEnabled<br>IsThemePartDefined<br>OpenThemeData<br>OpenThemeDataEx<br>OpenThemeDataForDpi<br>SetThemeAppProperties<br>SetWindowTheme<br>SetWindowThemeAttribute<br>UpdatePanningFeedback<br> | DrawThemeBackgroundFlags<br>DrawThemeParentBackgroundFlags<br>DrawThemeTextOptionsMasks<br>GBF<br>HitTestOptions<br>OpenThemeDataOptions<br>PROPERTYORIGIN<br>TA_PROPERTY<br>TA_PROPERTY_FLAG<br>TA_TIMINGFUNCTION_TYPE<br>TA_TRANSFORM_FLAG<br>TA_TRANSFORM_TYPE<br>TextShadowType<br>ThemeAppProperties<br>ThemeDialogTextureFlags<br>THEMESIZE<br>WINDOWTHEMEATTRIBUTETYPE<br>WTNCA<br>BP_ANIMATIONSTYLE<br>BP_BUFFERFORMAT<br>BufferedPaintParamsFlags<br>BGTYPE<br>BORDERTYPE<br>CONTENTALIGNMENT<br>FILLTYPE<br>GLYPHFONTSIZINGTYPE<br>GLYPHTYPE<br>HALIGN<br>ICONEFFECT<br>IMAGELAYOUT<br>IMAGESELECTTYPE<br>OFFSETTYPE<br>SIZINGTYPE<br>TEXTSHADOWTYPE<br>ThemeProperty<br>TRUESIZESCALINGTYPE<br>VALIGN<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | DTTOPTS<br>INTLIST<br>MARGINS<br>TA_TIMINGFUNCTION<br>TA_TRANSFORM<br>WTA_OPTIONS<br>DTBGOPTS<br>BP_ANIMATIONPARAMS<br>HANIMATIONBUFFER<br>HPAINTBUFFER<br>BP_PAINTPARAMS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
BeginBufferedAnimation BeginBufferedPaint BeginPanningFeedback BufferedPaintClear BufferedPaintInit BufferedPaintRenderAnimation BufferedPaintSetAlpha BufferedPaintStopAllAnimations BufferedPaintUnInit CloseThemeData DrawThemeBackground DrawThemeBackgroundEx DrawThemeEdge DrawThemeIcon DrawThemeParentBackground DrawThemeParentBackgroundEx DrawThemeText DrawThemeTextEx EnableThemeDialogTexture EnableTheming EndBufferedAnimation EndBufferedPaint EndPanningFeedback GetBufferedPaintBits GetBufferedPaintDC GetBufferedPaintTargetDC GetBufferedPaintTargetRect GetCurrentThemeName GetThemeAnimationProperty GetThemeAnimationTransform GetThemeAppProperties GetThemeBackgroundContentRect GetThemeBackgroundExtent GetThemeBackgroundRegion GetThemeBitmap GetThemeBool GetThemeColor GetThemeDocumentationProperty GetThemeEnumValue GetThemeFilename GetThemeFont GetThemeInt GetThemeIntList GetThemeMargins GetThemeMetric GetThemePartSize GetThemePosition GetThemePropertyOrigin GetThemeRect GetThemeStream GetThemeString GetThemeSysBool GetThemeSysColor GetThemeSysColorBrush GetThemeSysFont GetThemeSysInt GetThemeSysSize GetThemeSysString GetThemeTextExtent GetThemeTextMetrics GetThemeTimingFunction GetThemeTransitionDuration GetWindowTheme HitTestThemeBackground IsAppThemed IsCompositionActive IsThemeActive IsThemeBackgroundPartiallyTransparent IsThemeDialogTextureEnabled IsThemePartDefined OpenThemeData OpenThemeDataEx OpenThemeDataForDpi SetThemeAppProperties SetWindowTheme SetWindowThemeAttribute UpdatePanningFeedback | DrawThemeBackgroundFlags DrawThemeParentBackgroundFlags DrawThemeTextOptionsMasks GBF HitTestOptions OpenThemeDataOptions PROPERTYORIGIN TA_PROPERTY TA_PROPERTY_FLAG TA_TIMINGFUNCTION_TYPE TA_TRANSFORM_FLAG TA_TRANSFORM_TYPE TextShadowType ThemeAppProperties ThemeDialogTextureFlags THEMESIZE WINDOWTHEMEATTRIBUTETYPE WTNCA BP_ANIMATIONSTYLE BP_BUFFERFORMAT BufferedPaintParamsFlags BGTYPE BORDERTYPE CONTENTALIGNMENT FILLTYPE GLYPHFONTSIZINGTYPE GLYPHTYPE HALIGN ICONEFFECT IMAGELAYOUT IMAGESELECTTYPE OFFSETTYPE SIZINGTYPE TEXTSHADOWTYPE ThemeProperty TRUESIZESCALINGTYPE VALIGN | DTTOPTS INTLIST MARGINS TA_TIMINGFUNCTION TA_TRANSFORM WTA_OPTIONS DTBGOPTS BP_ANIMATIONPARAMS HANIMATIONBUFFER HPAINTBUFFER BP_PAINTPARAMS

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Version NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Version NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Version?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 Version.dll.
### What is Vanara?
### **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?
### **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.Version
### **Included in Vanara.PInvoke.Version**
Functions | Enumerations | Structures
--- | --- | ---
GetFileVersionInfo<br>GetFileVersionInfoEx<br>GetFileVersionInfoSize<br>GetFileVersionInfoSizeEx<br>VerFindFile<br>VerInstallFile<br>VerLanguageName<br>VerQueryValue<br><br> | FILE_VER_GET<br>VFF<br>VFFF<br>VFT<br>VFT2<br>VIF<br>VIFF<br>VOS<br>VS_FF<br> | VS_FIXEDFILEINFO<br><br><br><br><br><br><br><br><br>
GetFileVersionInfo GetFileVersionInfoEx GetFileVersionInfoSize GetFileVersionInfoSizeEx VerFindFile VerInstallFile VerLanguageName VerQueryValue | FILE_VER_GET VFF VFFF VFT VFT2 VIF VIFF VOS VS_FF | VS_FIXEDFILEINFO

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.VirtDisk NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.VirtDisk NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.VirtDisk?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 VirtDisk.dll.
### What is Vanara?
### **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?
### **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.VirtDisk
### **Included in Vanara.PInvoke.VirtDisk**
Functions | Enumerations | Structures
--- | --- | ---
AddVirtualDiskParent<br>ApplySnapshotVhdSet<br>AttachVirtualDisk<br>BreakMirrorVirtualDisk<br>CompactVirtualDisk<br>CreateVirtualDisk<br>DeleteSnapshotVhdSet<br>DeleteVirtualDiskMetadata<br>DetachVirtualDisk<br>EnumerateVirtualDiskMetadata<br>ExpandVirtualDisk<br>GetAllAttachedVirtualDiskPhysicalPaths<br>GetStorageDependencyInformation<br>GetVirtualDiskInformation<br>GetVirtualDiskMetadata<br>GetVirtualDiskOperationProgress<br>GetVirtualDiskPhysicalPath<br>MergeVirtualDisk<br>MirrorVirtualDisk<br>ModifyVhdSet<br>OpenVirtualDisk<br>QueryChangesVirtualDisk<br>RawSCSIVirtualDisk<br>ResizeVirtualDisk<br>SetVirtualDiskInformation<br>SetVirtualDiskMetadata<br>TakeSnapshotVhdSet<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | APPLY_SNAPSHOT_VHDSET_FLAG<br>APPLY_SNAPSHOT_VHDSET_VERSION<br>ATTACH_VIRTUAL_DISK_FLAG<br>ATTACH_VIRTUAL_DISK_VERSION<br>COMPACT_VIRTUAL_DISK_FLAG<br>COMPACT_VIRTUAL_DISK_VERSION<br>CREATE_VIRTUAL_DISK_FLAG<br>CREATE_VIRTUAL_DISK_VERSION<br>DELETE_SNAPSHOT_VHDSET_FLAG<br>DELETE_SNAPSHOT_VHDSET_VERSION<br>DEPENDENT_DISK_FLAG<br>DETACH_VIRTUAL_DISK_FLAG<br>EXPAND_VIRTUAL_DISK_FLAG<br>EXPAND_VIRTUAL_DISK_VERSION<br>GET_STORAGE_DEPENDENCY_FLAG<br>GET_VIRTUAL_DISK_INFO_VERSION<br>MERGE_VIRTUAL_DISK_FLAG<br>MERGE_VIRTUAL_DISK_VERSION<br>MIRROR_VIRTUAL_DISK_FLAG<br>MIRROR_VIRTUAL_DISK_VERSION<br>MODIFY_VHDSET_FLAG<br>MODIFY_VHDSET_VERSION<br>OPEN_VIRTUAL_DISK_FLAG<br>OPEN_VIRTUAL_DISK_VERSION<br>QUERY_CHANGES_VIRTUAL_DISK_FLAG<br>RAW_SCSI_VIRTUAL_DISK_FLAG<br>RAW_SCSI_VIRTUAL_DISK_VERSION<br>RESIZE_VIRTUAL_DISK_FLAG<br>RESIZE_VIRTUAL_DISK_VERSION<br>SET_VIRTUAL_DISK_INFO_VERSION<br>STORAGE_DEPENDENCY_INFO_VERSION<br>TAKE_SNAPSHOT_VHDSET_FLAG<br>TAKE_SNAPSHOT_VHDSET_VERSION<br>VIRTUAL_DISK_ACCESS_MASK<br>VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE<br>VIRTUAL_STORAGE_TYPE_DEVICE_TYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br> | APPLY_SNAPSHOT_VHDSET_PARAMETERS<br>ATTACH_VIRTUAL_DISK_PARAMETERS<br>COMPACT_VIRTUAL_DISK_PARAMETERS<br>CREATE_VIRTUAL_DISK_PARAMETERS<br>DELETE_SNAPSHOT_VHDSET_PARAMETERS<br>EXPAND_VIRTUAL_DISK_PARAMETERS<br>GET_VIRTUAL_DISK_INFO<br>MERGE_VIRTUAL_DISK_PARAMETERS<br>MIRROR_VIRTUAL_DISK_PARAMETERS<br>MODIFY_VHDSET_PARAMETERS<br>QUERY_CHANGES_VIRTUAL_DISK_RANGE<br>RAW_SCSI_VIRTUAL_DISK_PARAMETERS<br>RAW_SCSI_VIRTUAL_DISK_RESPONSE<br>RESIZE_VIRTUAL_DISK_PARAMETERS<br>SET_VIRTUAL_DISK_INFO<br>STORAGE_DEPENDENCY_INFO<br>STORAGE_DEPENDENCY_INFO_TYPE_1<br>STORAGE_DEPENDENCY_INFO_TYPE_2<br>TAKE_SNAPSHOT_VHDSET_PARAMETERS<br>VIRTUAL_DISK_HANDLE<br>VIRTUAL_DISK_PROGRESS<br>VIRTUAL_STORAGE_TYPE<br>OPEN_VIRTUAL_DISK_PARAMETERS<br>APPLY_SNAPSHOT_VHDSET_PARAMETERS_Version1<br>ATTACH_VIRTUAL_DISK_PARAMETERS_Version1<br>COMPACT_VIRTUAL_DISK_PARAMETERS_Version1<br>CREATE_VIRTUAL_DISK_PARAMETERS_Version1<br>CREATE_VIRTUAL_DISK_PARAMETERS_Version2<br>CREATE_VIRTUAL_DISK_PARAMETERS_Version3<br>DELETE_SNAPSHOT_VHDSET_PARAMETERS_Version1<br>EXPAND_VIRTUAL_DISK_PARAMETERS_Version1<br>GET_VIRTUAL_DISK_INFO_ChangeTrackingState<br>GET_VIRTUAL_DISK_INFO_ParentLocation<br>GET_VIRTUAL_DISK_INFO_PhysicalDisk<br>GET_VIRTUAL_DISK_INFO_Size<br>MERGE_VIRTUAL_DISK_PARAMETERS_V1<br>MERGE_VIRTUAL_DISK_PARAMETERS_V2<br>MIRROR_VIRTUAL_DISK_PARAMETERS_Version1<br>MODIFY_VHDSET_PARAMETERS_Version1<br>MODIFY_VHDSET_PARAMETERS_Version1_SnapshotPath<br>RAW_SCSI_VIRTUAL_DISK_PARAMETERS_Version1<br>RAW_SCSI_VIRTUAL_DISK_RESPONSE_Version1<br>RESIZE_VIRTUAL_DISK_PARAMETERS_Version1<br>SET_VIRTUAL_DISK_INFO_ParentLocator<br>SET_VIRTUAL_DISK_INFO_ParentPathWithDepthInfo<br>TAKE_SNAPSHOT_VHDSET_PARAMETERS_Version1<br>OPEN_VIRTUAL_DISK_PARAMETERS_Version1<br>OPEN_VIRTUAL_DISK_PARAMETERS_Version2<br>OPEN_VIRTUAL_DISK_PARAMETERS_Version3<br>
AddVirtualDiskParent ApplySnapshotVhdSet AttachVirtualDisk BreakMirrorVirtualDisk CompactVirtualDisk CreateVirtualDisk DeleteSnapshotVhdSet DeleteVirtualDiskMetadata DetachVirtualDisk EnumerateVirtualDiskMetadata ExpandVirtualDisk GetAllAttachedVirtualDiskPhysicalPaths GetStorageDependencyInformation GetVirtualDiskInformation GetVirtualDiskMetadata GetVirtualDiskOperationProgress GetVirtualDiskPhysicalPath MergeVirtualDisk MirrorVirtualDisk ModifyVhdSet OpenVirtualDisk QueryChangesVirtualDisk RawSCSIVirtualDisk ResizeVirtualDisk SetVirtualDiskInformation SetVirtualDiskMetadata TakeSnapshotVhdSet | APPLY_SNAPSHOT_VHDSET_FLAG APPLY_SNAPSHOT_VHDSET_VERSION ATTACH_VIRTUAL_DISK_FLAG ATTACH_VIRTUAL_DISK_VERSION COMPACT_VIRTUAL_DISK_FLAG COMPACT_VIRTUAL_DISK_VERSION CREATE_VIRTUAL_DISK_FLAG CREATE_VIRTUAL_DISK_VERSION DELETE_SNAPSHOT_VHDSET_FLAG DELETE_SNAPSHOT_VHDSET_VERSION DEPENDENT_DISK_FLAG DETACH_VIRTUAL_DISK_FLAG EXPAND_VIRTUAL_DISK_FLAG EXPAND_VIRTUAL_DISK_VERSION GET_STORAGE_DEPENDENCY_FLAG GET_VIRTUAL_DISK_INFO_VERSION MERGE_VIRTUAL_DISK_FLAG MERGE_VIRTUAL_DISK_VERSION MIRROR_VIRTUAL_DISK_FLAG MIRROR_VIRTUAL_DISK_VERSION MODIFY_VHDSET_FLAG MODIFY_VHDSET_VERSION OPEN_VIRTUAL_DISK_FLAG OPEN_VIRTUAL_DISK_VERSION QUERY_CHANGES_VIRTUAL_DISK_FLAG RAW_SCSI_VIRTUAL_DISK_FLAG RAW_SCSI_VIRTUAL_DISK_VERSION RESIZE_VIRTUAL_DISK_FLAG RESIZE_VIRTUAL_DISK_VERSION SET_VIRTUAL_DISK_INFO_VERSION STORAGE_DEPENDENCY_INFO_VERSION TAKE_SNAPSHOT_VHDSET_FLAG TAKE_SNAPSHOT_VHDSET_VERSION VIRTUAL_DISK_ACCESS_MASK VIRTUAL_DISK_INFO_PROVIDER_SUBTYPE VIRTUAL_STORAGE_TYPE_DEVICE_TYPE | APPLY_SNAPSHOT_VHDSET_PARAMETERS ATTACH_VIRTUAL_DISK_PARAMETERS COMPACT_VIRTUAL_DISK_PARAMETERS CREATE_VIRTUAL_DISK_PARAMETERS DELETE_SNAPSHOT_VHDSET_PARAMETERS EXPAND_VIRTUAL_DISK_PARAMETERS GET_VIRTUAL_DISK_INFO MERGE_VIRTUAL_DISK_PARAMETERS MIRROR_VIRTUAL_DISK_PARAMETERS MODIFY_VHDSET_PARAMETERS QUERY_CHANGES_VIRTUAL_DISK_RANGE RAW_SCSI_VIRTUAL_DISK_PARAMETERS RAW_SCSI_VIRTUAL_DISK_RESPONSE RESIZE_VIRTUAL_DISK_PARAMETERS SET_VIRTUAL_DISK_INFO STORAGE_DEPENDENCY_INFO STORAGE_DEPENDENCY_INFO_TYPE_1 STORAGE_DEPENDENCY_INFO_TYPE_2 TAKE_SNAPSHOT_VHDSET_PARAMETERS VIRTUAL_DISK_HANDLE VIRTUAL_DISK_PROGRESS VIRTUAL_STORAGE_TYPE OPEN_VIRTUAL_DISK_PARAMETERS APPLY_SNAPSHOT_VHDSET_PARAMETERS_Version1 ATTACH_VIRTUAL_DISK_PARAMETERS_Version1 COMPACT_VIRTUAL_DISK_PARAMETERS_Version1 CREATE_VIRTUAL_DISK_PARAMETERS_Version1 CREATE_VIRTUAL_DISK_PARAMETERS_Version2 CREATE_VIRTUAL_DISK_PARAMETERS_Version3 DELETE_SNAPSHOT_VHDSET_PARAMETERS_Version1 EXPAND_VIRTUAL_DISK_PARAMETERS_Version1 GET_VIRTUAL_DISK_INFO_ChangeTrackingState GET_VIRTUAL_DISK_INFO_ParentLocation GET_VIRTUAL_DISK_INFO_PhysicalDisk GET_VIRTUAL_DISK_INFO_Size MERGE_VIRTUAL_DISK_PARAMETERS_V1 MERGE_VIRTUAL_DISK_PARAMETERS_V2 MIRROR_VIRTUAL_DISK_PARAMETERS_Version1 MODIFY_VHDSET_PARAMETERS_Version1 MODIFY_VHDSET_PARAMETERS_Version1_SnapshotPath RAW_SCSI_VIRTUAL_DISK_PARAMETERS_Version1 RAW_SCSI_VIRTUAL_DISK_RESPONSE_Version1 RESIZE_VIRTUAL_DISK_PARAMETERS_Version1 SET_VIRTUAL_DISK_INFO_ParentLocator SET_VIRTUAL_DISK_INFO_ParentPathWithDepthInfo TAKE_SNAPSHOT_VHDSET_PARAMETERS_Version1 OPEN_VIRTUAL_DISK_PARAMETERS_Version1 OPEN_VIRTUAL_DISK_PARAMETERS_Version2 OPEN_VIRTUAL_DISK_PARAMETERS_Version3

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.VssApiMgd NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.VssApiMgd NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.VssApiMgd?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 Volume Shadow Copy Service (VssApi.dll).
### What is Vanara?
### **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?
### **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.VssApiMgd
### **Included in Vanara.PInvoke.VssApiMgd**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
IsVolumeSnapshotted<br>IsVolumeSnapshottedInternal<br>ShouldBlockRevert<br>ShouldBlockRevertInternal<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | VDS_INTERCONNECT_ADDRESS_TYPE<br>VDS_STORAGE_BUS_TYPE<br>VDS_STORAGE_IDENTIFIER_CODE_SET<br>VDS_STORAGE_IDENTIFIER_TYPE<br>VSS_MGMT_OBJECT_TYPE<br>VSS_PROTECTION_FAULT<br>VSS_PROTECTION_LEVEL<br>VSS_APPLICATION_LEVEL<br>VSS_BACKUP_SCHEMA<br>VSS_BACKUP_TYPE<br>VSS_FILE_SPEC_BACKUP_TYPE<br>VSS_HARDWARE_OPTIONS<br>VSS_OBJECT_TYPE<br>VSS_PROVIDER_CAPABILITIES<br>VSS_PROVIDER_TYPE<br>VSS_RECOVERY_OPTIONS<br>VSS_RESTORE_TYPE<br>VSS_ROLLFORWARD_TYPE<br>VSS_SNAPSHOT_COMPATIBILITY<br>VSS_SNAPSHOT_CONTEXT<br>VSS_SNAPSHOT_PROPERTY_ID<br>VSS_SNAPSHOT_STATE<br>VSS_VOLUME_SNAPSHOT_ATTRIBUTES<br>VSS_WRITER_STATE<br>VSS_ALTERNATE_WRITER_STATE<br>VSS_COMPONENT_FLAGS<br>VSS_COMPONENT_TYPE<br>VSS_FILE_RESTORE_STATUS<br>VSS_RESTORE_TARGET<br>VSS_RESTOREMETHOD_ENUM<br>VSS_SOURCE_TYPE<br>VSS_SUBSCRIBE_MASK<br>VSS_USAGE_TYPE<br>VSS_WRITERRESTORE_ENUM<br> | VDS_INTERCONNECT<br>VDS_LUN_INFORMATION<br>VDS_STORAGE_DEVICE_ID_DESCRIPTOR<br>VDS_STORAGE_IDENTIFIER<br>VSS_COMPONENTINFO<br>VssWriterStatus<br>VSS_DIFF_AREA_PROP<br>VSS_DIFF_VOLUME_PROP<br>VSS_MGMT_OBJECT_PROP<br>VSS_MGMT_OBJECT_UNION<br>VSS_VOLUME_PROP<br>VSS_VOLUME_PROTECTION_INFO<br>VSS_OBJECT_PROP<br>VSS_OBJECT_UNION<br>VSS_PROVIDER_PROP<br>VSS_SNAPSHOT_PROP<br>VssDifferencedFile<br>VssDirectedTarget<br>VssPartialFile<br>VssRestoreSubcomponent<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IVssAdmin<br>IVssAdminEx<br>IVssDifferentialSoftwareSnapshotMgmt<br>IVssDifferentialSoftwareSnapshotMgmt2<br>IVssDifferentialSoftwareSnapshotMgmt3<br>IVssEnumMgmtObject<br>IVssSnapshotMgmt<br>IVssSnapshotMgmt2<br>IVssFileShareSnapshotProvider<br>IVssHardwareSnapshotProvider<br>IVssHardwareSnapshotProviderEx<br>IVssProviderCreateSnapshotSet<br>IVssProviderNotifications<br>IVssSoftwareSnapshotProvider<br>IVssAsync<br>IVssEnumObject<br>IVssCreateExpressWriterMetadata<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
IsVolumeSnapshotted IsVolumeSnapshottedInternal ShouldBlockRevert ShouldBlockRevertInternal | VDS_INTERCONNECT_ADDRESS_TYPE VDS_STORAGE_BUS_TYPE VDS_STORAGE_IDENTIFIER_CODE_SET VDS_STORAGE_IDENTIFIER_TYPE VSS_MGMT_OBJECT_TYPE VSS_PROTECTION_FAULT VSS_PROTECTION_LEVEL VSS_APPLICATION_LEVEL VSS_BACKUP_SCHEMA VSS_BACKUP_TYPE VSS_FILE_SPEC_BACKUP_TYPE VSS_HARDWARE_OPTIONS VSS_OBJECT_TYPE VSS_PROVIDER_CAPABILITIES VSS_PROVIDER_TYPE VSS_RECOVERY_OPTIONS VSS_RESTORE_TYPE VSS_ROLLFORWARD_TYPE VSS_SNAPSHOT_COMPATIBILITY VSS_SNAPSHOT_CONTEXT VSS_SNAPSHOT_PROPERTY_ID VSS_SNAPSHOT_STATE VSS_VOLUME_SNAPSHOT_ATTRIBUTES VSS_WRITER_STATE VSS_ALTERNATE_WRITER_STATE VSS_COMPONENT_FLAGS VSS_COMPONENT_TYPE VSS_FILE_RESTORE_STATUS VSS_RESTORE_TARGET VSS_RESTOREMETHOD_ENUM VSS_SOURCE_TYPE VSS_SUBSCRIBE_MASK VSS_USAGE_TYPE VSS_WRITERRESTORE_ENUM | VDS_INTERCONNECT VDS_LUN_INFORMATION VDS_STORAGE_DEVICE_ID_DESCRIPTOR VDS_STORAGE_IDENTIFIER VSS_COMPONENTINFO VssWriterStatus VSS_DIFF_AREA_PROP VSS_DIFF_VOLUME_PROP VSS_MGMT_OBJECT_PROP VSS_MGMT_OBJECT_UNION VSS_VOLUME_PROP VSS_VOLUME_PROTECTION_INFO VSS_OBJECT_PROP VSS_OBJECT_UNION VSS_PROVIDER_PROP VSS_SNAPSHOT_PROP VssDifferencedFile VssDirectedTarget VssPartialFile VssRestoreSubcomponent | IVssAdmin IVssAdminEx IVssDifferentialSoftwareSnapshotMgmt IVssDifferentialSoftwareSnapshotMgmt2 IVssDifferentialSoftwareSnapshotMgmt3 IVssEnumMgmtObject IVssSnapshotMgmt IVssSnapshotMgmt2 IVssFileShareSnapshotProvider IVssHardwareSnapshotProvider IVssHardwareSnapshotProviderEx IVssProviderCreateSnapshotSet IVssProviderNotifications IVssSoftwareSnapshotProvider IVssAsync IVssEnumObject IVssCreateExpressWriterMetadata

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WTSApi32 NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WTSApi32 NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WTSApi32?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 WTSApi32.dll.
### What is Vanara?
### **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?
### **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.WTSApi32
### **Included in Vanara.PInvoke.WTSApi32**
Functions | Enumerations | Structures
--- | --- | ---
WTSCloseServer<br>WTSConnectSession<br>WTSCreateListener<br>WTSDisconnectSession<br>WTSEnableChildSessions<br>WTSEnumerateListeners<br>WTSEnumerateProcesses<br>WTSEnumerateProcessesEx<br>WTSEnumerateServers<br>WTSEnumerateSessions<br>WTSEnumerateSessionsEx<br>WTSFreeMemory<br>WTSFreeMemoryEx<br>WTSGetChildSessionId<br>WTSGetListenerSecurity<br>WTSIsChildSessionsEnabled<br>WTSLogoffSession<br>WTSOpenServer<br>WTSOpenServerEx<br>WTSQueryListenerConfig<br>WTSQuerySessionInformation<br>WTSQueryUserConfig<br>WTSQueryUserToken<br>WTSRegisterSessionNotification<br>WTSRegisterSessionNotificationEx<br>WTSSendMessage<br>WTSSetListenerSecurity<br>WTSSetRenderHint<br>WTSSetUserConfig<br>WTSShutdownSystem<br>WTSStartRemoteControlSession<br>WTSStopRemoteControlSession<br>WTSTerminateProcess<br>WTSUnRegisterSessionNotification<br>WTSUnRegisterSessionNotificationEx<br>WTSVirtualChannelClose<br>WTSVirtualChannelOpen<br>WTSVirtualChannelOpenEx<br>WTSVirtualChannelPurgeInput<br>WTSVirtualChannelPurgeOutput<br>WTSVirtualChannelQuery<br>WTSVirtualChannelRead<br>WTSVirtualChannelWrite<br>WTSWaitSystemEvent<br> | REMOTECONTROL_HOTKEY<br>WTS_CHANNEL_OPTION<br>WTS_CONFIG_CLASS<br>WTS_CONFIG_SOURCE<br>WTS_CONNECTSTATE_CLASS<br>WTS_EVENT<br>WTS_INFO_CLASS<br>WTS_LISTENER<br>WTS_SESSIONSTATE<br>WTS_TYPE_CLASS<br>WTS_VIRTUAL_CLASS<br>WTS_WSD<br>RENDER_HINT<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | HVIRTUALCHANNEL<br>HWTSSERVER<br>WTS_CLIENT_ADDRESS<br>WTS_CLIENT_DISPLAY<br>WTS_PROCESS_INFO<br>WTS_PROCESS_INFO_EX<br>WTS_SERVER_INFO<br>WTS_SESSION_ADDRESS<br>WTS_SESSION_INFO<br>WTS_SESSION_INFO_1<br>WTSCLIENT<br>WTSCONFIGINFO<br>WTSINFO<br>WTSINFOEX<br>WTSINFOEX_LEVEL<br>WTSINFOEX_LEVEL1<br>WTSLISTENERCONFIG<br>WTSLISTENERNAME<br>WTSUSERCONFIG<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
WTSCloseServer WTSConnectSession WTSCreateListener WTSDisconnectSession WTSEnableChildSessions WTSEnumerateListeners WTSEnumerateProcesses WTSEnumerateProcessesEx WTSEnumerateServers WTSEnumerateSessions WTSEnumerateSessionsEx WTSFreeMemory WTSFreeMemoryEx WTSGetChildSessionId WTSGetListenerSecurity WTSIsChildSessionsEnabled WTSLogoffSession WTSOpenServer WTSOpenServerEx WTSQueryListenerConfig WTSQuerySessionInformation WTSQueryUserConfig WTSQueryUserToken WTSRegisterSessionNotification WTSRegisterSessionNotificationEx WTSSendMessage WTSSetListenerSecurity WTSSetRenderHint WTSSetUserConfig WTSShutdownSystem WTSStartRemoteControlSession WTSStopRemoteControlSession WTSTerminateProcess WTSUnRegisterSessionNotification WTSUnRegisterSessionNotificationEx WTSVirtualChannelClose WTSVirtualChannelOpen WTSVirtualChannelOpenEx WTSVirtualChannelPurgeInput WTSVirtualChannelPurgeOutput WTSVirtualChannelQuery WTSVirtualChannelRead WTSVirtualChannelWrite WTSWaitSystemEvent | REMOTECONTROL_HOTKEY WTS_CHANNEL_OPTION WTS_CONFIG_CLASS WTS_CONFIG_SOURCE WTS_CONNECTSTATE_CLASS WTS_EVENT WTS_INFO_CLASS WTS_LISTENER WTS_SESSIONSTATE WTS_TYPE_CLASS WTS_VIRTUAL_CLASS WTS_WSD RENDER_HINT | HVIRTUALCHANNEL HWTSSERVER WTS_CLIENT_ADDRESS WTS_CLIENT_DISPLAY WTS_PROCESS_INFO WTS_PROCESS_INFO_EX WTS_SERVER_INFO WTS_SESSION_ADDRESS WTS_SESSION_INFO WTS_SESSION_INFO_1 WTSCLIENT WTSCONFIGINFO WTSINFO WTSINFOEX WTSINFOEX_LEVEL WTSINFOEX_LEVEL1 WTSLISTENERCONFIG WTSLISTENERNAME WTSUSERCONFIG

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WcmApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WcmApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WcmApi?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 WcmApi.dll.
### What is Vanara?
### **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?
### **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.WcmApi
### **Included in Vanara.PInvoke.WcmApi**
Functions | Enumerations | Structures
--- | --- | ---
WcmFreeMemory<br>WcmGetProfileList<br>WcmQueryProperty<br>WcmSetProfileList<br>WcmSetProperty<br><br><br><br> | WCM_CONNECTION_COST<br>WCM_CONNECTION_COST_SOURCE<br>WCM_MEDIA_TYPE<br>WCM_PROPERTY<br><br><br><br><br> | WCM_BILLING_CYCLE_INFO<br>WCM_CONNECTION_COST_DATA<br>WCM_DATAPLAN_STATUS<br>WCM_POLICY_VALUE<br>WCM_PROFILE_INFO<br>WCM_PROFILE_INFO_LIST<br>WCM_TIME_INTERVAL<br>WCM_USAGE_DATA<br>
WcmFreeMemory WcmGetProfileList WcmQueryProperty WcmSetProfileList WcmSetProperty | WCM_CONNECTION_COST WCM_CONNECTION_COST_SOURCE WCM_MEDIA_TYPE WCM_PROPERTY | WCM_BILLING_CYCLE_INFO WCM_CONNECTION_COST_DATA WCM_DATAPLAN_STATUS WCM_POLICY_VALUE WCM_PROFILE_INFO WCM_PROFILE_INFO_LIST WCM_TIME_INTERVAL WCM_USAGE_DATA

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WcnApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WcnApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WcnApi?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 Connect Now (WcnApi.dll).
### What is Vanara?
### **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?
### **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.WcnApi
### **Included in Vanara.PInvoke.WcnApi**
Enumerations | Structures | Interfaces
--- | --- | ---
WCN_FLAG<br>WCN_PASSWORD_TYPE<br>WCN_SESSION_STATUS<br>WCN_ATTRIBUTE_TYPE<br>WCN_VALUE_TYPE_ASSOCIATION_STATE<br>WCN_VALUE_TYPE_AUTHENTICATION_TYPE<br>WCN_VALUE_TYPE_BOOLEAN<br>WCN_VALUE_TYPE_CONFIG_METHODS<br>WCN_VALUE_TYPE_CONFIGURATION_ERROR<br>WCN_VALUE_TYPE_CONNECTION_TYPE<br>WCN_VALUE_TYPE_DEVICE_PASSWORD_ID<br>WCN_VALUE_TYPE_DEVICE_TYPE_CATEGORY<br>WCN_VALUE_TYPE_DEVICE_TYPE_SUBCATEGORY<br>WCN_VALUE_TYPE_DEVICE_TYPE_SUBCATEGORY_OUI<br>WCN_VALUE_TYPE_ENCRYPTION_TYPE<br>WCN_VALUE_TYPE_MESSAGE_TYPE<br>WCN_VALUE_TYPE_REQUEST_TYPE<br>WCN_VALUE_TYPE_RESPONSE_TYPE<br>WCN_VALUE_TYPE_RF_BANDS<br>WCN_VALUE_TYPE_VERSION<br>WCN_VALUE_TYPE_WI_FI_PROTECTED_SETUP_STATE<br> | WCN_VENDOR_EXTENSION_SPEC<br>WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IWCNConnectNotify<br>IWCNDevice<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
WCN_FLAG WCN_PASSWORD_TYPE WCN_SESSION_STATUS WCN_ATTRIBUTE_TYPE WCN_VALUE_TYPE_ASSOCIATION_STATE WCN_VALUE_TYPE_AUTHENTICATION_TYPE WCN_VALUE_TYPE_BOOLEAN WCN_VALUE_TYPE_CONFIG_METHODS WCN_VALUE_TYPE_CONFIGURATION_ERROR WCN_VALUE_TYPE_CONNECTION_TYPE WCN_VALUE_TYPE_DEVICE_PASSWORD_ID WCN_VALUE_TYPE_DEVICE_TYPE_CATEGORY WCN_VALUE_TYPE_DEVICE_TYPE_SUBCATEGORY WCN_VALUE_TYPE_DEVICE_TYPE_SUBCATEGORY_OUI WCN_VALUE_TYPE_ENCRYPTION_TYPE WCN_VALUE_TYPE_MESSAGE_TYPE WCN_VALUE_TYPE_REQUEST_TYPE WCN_VALUE_TYPE_RESPONSE_TYPE WCN_VALUE_TYPE_RF_BANDS WCN_VALUE_TYPE_VERSION WCN_VALUE_TYPE_WI_FI_PROTECTED_SETUP_STATE | WCN_VENDOR_EXTENSION_SPEC WCN_VALUE_TYPE_PRIMARY_DEVICE_TYPE | IWCNConnectNotify IWCNDevice

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.Wer NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.Wer NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.Wer?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 Wer.dll.
### What is Vanara?
### **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?
### **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.Wer
### **Included in Vanara.PInvoke.Wer**
Functions | Enumerations | Structures
--- | --- | ---
WerAddExcludedApplication<br>WerFreeString<br>WerRemoveExcludedApplication<br>WerReportAddDump<br>WerReportAddFile<br>WerReportCloseHandle<br>WerReportCreate<br>WerReportSetParameter<br>WerReportSetUIOption<br>WerReportSubmit<br>WerStoreClose<br>WerStoreGetFirstReportKey<br>WerStoreGetNextReportKey<br>WerStoreOpen<br>WerStoreQueryReportMetadataV2<br> | MINIDUMP_TYPE<br>THREAD_WRITE_FLAGS<br>MODULE_WRITE_FLAGS<br>REPORT_STORE_TYPES<br>WER_CONSENT<br>WER_DUMP<br>WER_DUMP_MASK<br>WER_DUMP_TYPE<br>WER_P<br>WER_SUBMIT<br><br><br><br><br><br> | HREPORT<br>HREPORTSTORE<br>WER_DUMP_CUSTOM_OPTIONS<br>WER_EXCEPTION_INFORMATION<br>WER_REPORT_INFORMATION<br>WER_REPORT_METADATA_V2<br>WER_REPORT_PARAMETER<br>WER_REPORT_SIGNATURE<br><br><br><br><br><br><br><br>
WerAddExcludedApplication WerFreeString WerRemoveExcludedApplication WerReportAddDump WerReportAddFile WerReportCloseHandle WerReportCreate WerReportSetParameter WerReportSetUIOption WerReportSubmit WerStoreClose WerStoreGetFirstReportKey WerStoreGetNextReportKey WerStoreOpen WerStoreQueryReportMetadataV2 | MINIDUMP_TYPE THREAD_WRITE_FLAGS MODULE_WRITE_FLAGS REPORT_STORE_TYPES WER_CONSENT WER_DUMP WER_DUMP_MASK WER_DUMP_TYPE WER_P WER_SUBMIT | HREPORT HREPORTSTORE WER_DUMP_CUSTOM_OPTIONS WER_EXCEPTION_INFORMATION WER_REPORT_INFORMATION WER_REPORT_METADATA_V2 WER_REPORT_PARAMETER WER_REPORT_SIGNATURE

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WinBio NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WinBio NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WinBio?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 WinBio.dll.
### What is Vanara?
### **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?
### **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.WinBio
### **Included in Vanara.PInvoke.WinBio**
Functions | Enumerations | Structures
--- | --- | ---
WinBioAcquireFocus<br>WinBioAsyncEnumBiometricUnits<br>WinBioAsyncEnumDatabases<br>WinBioAsyncEnumServiceProviders<br>WinBioAsyncMonitorFrameworkChanges<br>WinBioAsyncOpenFramework<br>WinBioAsyncOpenSession<br>WinBioCancel<br>WinBioCaptureSample<br>WinBioCaptureSampleWithCallback<br>WinBioCloseFramework<br>WinBioCloseSession<br>WinBioControlUnit<br>WinBioControlUnitPrivileged<br>WinBioDeleteTemplate<br>WinBioEnrollBegin<br>WinBioEnrollCapture<br>WinBioEnrollCaptureWithCallback<br>WinBioEnrollCommit<br>WinBioEnrollDiscard<br>WinBioEnrollSelect<br>WinBioEnumBiometricUnits<br>WinBioEnumDatabases<br>WinBioEnumEnrollments<br>WinBioEnumServiceProviders<br>WinBioFree<br>WinBioGetCredentialState<br>WinBioGetDomainLogonSetting<br>WinBioGetEnabledSetting<br>WinBioGetEnrolledFactors<br>WinBioGetLogonSetting<br>WinBioGetProperty<br>WinBioIdentify<br>WinBioIdentifyWithCallback<br>WinBioLocateSensor<br>WinBioLocateSensorWithCallback<br>WinBioLockUnit<br>WinBioLogonIdentifiedUser<br>WinBioMonitorPresence<br>WinBioOpenSession<br>WinBioRegisterEventMonitor<br>WinBioReleaseFocus<br>WinBioRemoveAllCredentials<br>WinBioRemoveAllDomainCredentials<br>WinBioRemoveCredential<br>WinBioSetCredential<br>WinBioSetProperty<br>WinBioUnlockUnit<br>WinBioUnregisterEventMonitor<br>WinBioVerify<br>WinBioVerifyWithCallback<br>WinBioWait<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | WINBIO_ASYNC_NOTIFICATION_METHOD<br>BIO_UNIT<br>WINBIO_ANSI_381_FORMAT<br>WINBIO_ANSI_381_IMG<br>WINBIO_ANSI_381_IMG_ACQ<br>WINBIO_ANSI_381_IMP_TYPE<br>WINBIO_ANSI_381_PIXELS<br>WINBIO_ANSI_381_POS_FINGER<br>WINBIO_ANSI_381_POS_PALM<br>WINBIO_ANSI_385_FACE<br>WINBIO_ANTI_SPOOF_POLICY_ACTION<br>WINBIO_BIOMETRIC_SENSOR_SUBTYPE<br>WINBIO_BIOMETRIC_SUBTYPE<br>WINBIO_BIOMETRIC_TYPE<br>WINBIO_BIR_DATA_FLAGS<br>WINBIO_BIR_FIELD<br>WINBIO_BIR_PURPOSE<br>WINBIO_BIR_QUALITY<br>WINBIO_BIR_VERSION<br>WINBIO_CAPABILITIES<br>WINBIO_COMPONENT<br>WINBIO_CREDENTIAL_FORMAT<br>WINBIO_CREDENTIAL_STATE<br>WINBIO_CREDENTIAL_TYPE<br>WINBIO_DATABASE<br>WINBIO_ENG_CAP<br>WINBIO_EVENT_TYPE<br>WINBIO_FRAMEWORK_CHANGE_TYPE<br>WINBIO_IDENTITY_TYPE<br>WINBIO_INDICATOR_STATUS<br>WINBIO_OPERATION_TYPE<br>WINBIO_ORIENTATION<br>WINBIO_POLICY_SOURCE<br>WINBIO_POOL_TYPE<br>WINBIO_PRESENCE_CHANGE<br>WINBIO_PROPERTY_ID<br>WINBIO_PROPERTY_TYPE<br>WINBIO_REJECT_DETAIL<br>WINBIO_SENSOR_MODE<br>WINBIO_SENSOR_STATUS<br>WINBIO_SESSION_FLAGS<br>WINBIO_SETTING_SOURCE_TYPE<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | WINBIO_ASYNC_RESULT<br>WINBIO_FRAMEWORK_HANDLE<br>WINBIO_SESSION_HANDLE<br>WINBIO_ANTI_SPOOF_POLICY<br>WINBIO_BDB_ANSI_381_HEADER<br>WINBIO_BDB_ANSI_381_RECORD<br>WINBIO_BIR<br>WINBIO_BIR_DATA<br>WINBIO_BIR_HEADER<br>WINBIO_BSP_SCHEMA<br>WINBIO_EVENT<br>WINBIO_EXTENDED_ENGINE_INFO<br>WINBIO_EXTENDED_ENROLLMENT_STATUS<br>WINBIO_EXTENDED_SENSOR_INFO<br>WINBIO_EXTENDED_STORAGE_INFO<br>WINBIO_EXTENDED_UNIT_STATUS<br>WINBIO_IDENTITY<br>WINBIO_PRESENCE<br>WINBIO_PRESENCE_PROPERTIES<br>WINBIO_PROTECTION_POLICY<br>WINBIO_REGISTERED_FORMAT<br>WINBIO_STORAGE_SCHEMA<br>WINBIO_UNIT_SCHEMA<br>WINBIO_VERSION<br>PARAMETERS<br>VALIDITYPERIOD<br>PARAMETERS<br>SPECIFIC<br>SPECIFIC<br>SPECIFIC<br>SPECIFIC<br>VALUE<br>AUTHORIZATION<br>FACIALFEATURES<br>IRIS<br>VERIFY<br>IDENTIFY<br>ENROLLBEGIN<br>ENROLLCAPTURE<br>ENROLLCOMMIT<br>ENUMENROLLMENTS<br>CAPTURESAMPLE<br>DELETETEMPLATE<br>GETPROPERTY<br>SETPROPERTY<br>GETEVENT<br>CONTROLUNIT<br>ENUMSERVICEPROVIDERS<br>ENUMBIOMETRICUNITS<br>ENUMDATABASES<br>VERIFYANDRELEASETICKET<br>IDENTIFYANDRELEASETICKET<br>ENROLLSELECT<br>MONITORPRESENCE<br>GETPROTECTIONPOLICY<br>NOTIFYUNITSTATUSCHANGE<br>UNCLAIMED<br>UNCLAIMEDIDENTIFY<br>ERROR<br>FACIALFEATURES<br>FINGERPRINT<br>IRIS<br>VOICE<br>FACIALFEATURES<br>FINGERPRINT<br>IRIS<br>VOICE<br>FACIALFEATURES<br>FINGERPRINT<br>IRIS<br>VOICE<br>FACIALFEATURES<br>FINGERPRINT<br>IRIS<br>VOICE<br>ACCOUNTSID<br>OPAQUEENGINEDATA<br>ENROLLMENTREQUIREMENTS<br>ENROLLMENTREQUIREMENTS<br>ENROLLMENTREQUIREMENTS<br>ENROLLMENTREQUIREMENTS<br>OPAQUEENGINEDATA<br>POINT3D<br>HARDWAREINFO<br>
WinBioAcquireFocus WinBioAsyncEnumBiometricUnits WinBioAsyncEnumDatabases WinBioAsyncEnumServiceProviders WinBioAsyncMonitorFrameworkChanges WinBioAsyncOpenFramework WinBioAsyncOpenSession WinBioCancel WinBioCaptureSample WinBioCaptureSampleWithCallback WinBioCloseFramework WinBioCloseSession WinBioControlUnit WinBioControlUnitPrivileged WinBioDeleteTemplate WinBioEnrollBegin WinBioEnrollCapture WinBioEnrollCaptureWithCallback WinBioEnrollCommit WinBioEnrollDiscard WinBioEnrollSelect WinBioEnumBiometricUnits WinBioEnumDatabases WinBioEnumEnrollments WinBioEnumServiceProviders WinBioFree WinBioGetCredentialState WinBioGetDomainLogonSetting WinBioGetEnabledSetting WinBioGetEnrolledFactors WinBioGetLogonSetting WinBioGetProperty WinBioIdentify WinBioIdentifyWithCallback WinBioLocateSensor WinBioLocateSensorWithCallback WinBioLockUnit WinBioLogonIdentifiedUser WinBioMonitorPresence WinBioOpenSession WinBioRegisterEventMonitor WinBioReleaseFocus WinBioRemoveAllCredentials WinBioRemoveAllDomainCredentials WinBioRemoveCredential WinBioSetCredential WinBioSetProperty WinBioUnlockUnit WinBioUnregisterEventMonitor WinBioVerify WinBioVerifyWithCallback WinBioWait | WINBIO_ASYNC_NOTIFICATION_METHOD BIO_UNIT WINBIO_ANSI_381_FORMAT WINBIO_ANSI_381_IMG WINBIO_ANSI_381_IMG_ACQ WINBIO_ANSI_381_IMP_TYPE WINBIO_ANSI_381_PIXELS WINBIO_ANSI_381_POS_FINGER WINBIO_ANSI_381_POS_PALM WINBIO_ANSI_385_FACE WINBIO_ANTI_SPOOF_POLICY_ACTION WINBIO_BIOMETRIC_SENSOR_SUBTYPE WINBIO_BIOMETRIC_SUBTYPE WINBIO_BIOMETRIC_TYPE WINBIO_BIR_DATA_FLAGS WINBIO_BIR_FIELD WINBIO_BIR_PURPOSE WINBIO_BIR_QUALITY WINBIO_BIR_VERSION WINBIO_CAPABILITIES WINBIO_COMPONENT WINBIO_CREDENTIAL_FORMAT WINBIO_CREDENTIAL_STATE WINBIO_CREDENTIAL_TYPE WINBIO_DATABASE WINBIO_ENG_CAP WINBIO_EVENT_TYPE WINBIO_FRAMEWORK_CHANGE_TYPE WINBIO_IDENTITY_TYPE WINBIO_INDICATOR_STATUS WINBIO_OPERATION_TYPE WINBIO_ORIENTATION WINBIO_POLICY_SOURCE WINBIO_POOL_TYPE WINBIO_PRESENCE_CHANGE WINBIO_PROPERTY_ID WINBIO_PROPERTY_TYPE WINBIO_REJECT_DETAIL WINBIO_SENSOR_MODE WINBIO_SENSOR_STATUS WINBIO_SESSION_FLAGS WINBIO_SETTING_SOURCE_TYPE | WINBIO_ASYNC_RESULT WINBIO_FRAMEWORK_HANDLE WINBIO_SESSION_HANDLE WINBIO_ANTI_SPOOF_POLICY WINBIO_BDB_ANSI_381_HEADER WINBIO_BDB_ANSI_381_RECORD WINBIO_BIR WINBIO_BIR_DATA WINBIO_BIR_HEADER WINBIO_BSP_SCHEMA WINBIO_EVENT WINBIO_EXTENDED_ENGINE_INFO WINBIO_EXTENDED_ENROLLMENT_STATUS WINBIO_EXTENDED_SENSOR_INFO WINBIO_EXTENDED_STORAGE_INFO WINBIO_EXTENDED_UNIT_STATUS WINBIO_IDENTITY WINBIO_PRESENCE WINBIO_PRESENCE_PROPERTIES WINBIO_PROTECTION_POLICY WINBIO_REGISTERED_FORMAT WINBIO_STORAGE_SCHEMA WINBIO_UNIT_SCHEMA WINBIO_VERSION PARAMETERS VALIDITYPERIOD PARAMETERS SPECIFIC SPECIFIC SPECIFIC SPECIFIC VALUE AUTHORIZATION FACIALFEATURES IRIS VERIFY IDENTIFY ENROLLBEGIN ENROLLCAPTURE ENROLLCOMMIT ENUMENROLLMENTS CAPTURESAMPLE DELETETEMPLATE GETPROPERTY SETPROPERTY GETEVENT CONTROLUNIT ENUMSERVICEPROVIDERS ENUMBIOMETRICUNITS ENUMDATABASES VERIFYANDRELEASETICKET IDENTIFYANDRELEASETICKET ENROLLSELECT MONITORPRESENCE GETPROTECTIONPOLICY NOTIFYUNITSTATUSCHANGE UNCLAIMED UNCLAIMEDIDENTIFY ERROR FACIALFEATURES FINGERPRINT IRIS VOICE FACIALFEATURES FINGERPRINT IRIS VOICE FACIALFEATURES FINGERPRINT IRIS VOICE FACIALFEATURES FINGERPRINT IRIS VOICE ACCOUNTSID OPAQUEENGINEDATA ENROLLMENTREQUIREMENTS ENROLLMENTREQUIREMENTS ENROLLMENTREQUIREMENTS ENROLLMENTREQUIREMENTS OPAQUEENGINEDATA POINT3D HARDWAREINFO

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WinHTTP NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WinHTTP NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WinHTTP?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 WinHTTP.dll.
### What is Vanara?
### **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?
### **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.WinHTTP
### **Included in Vanara.PInvoke.WinHTTP**
Functions | Enumerations | Structures
--- | --- | ---
WinHttpAddRequestHeaders<br>WinHttpAddRequestHeadersEx<br>WinHttpCheckPlatform<br>WinHttpCloseHandle<br>WinHttpConnect<br>WinHttpCrackUrl<br>WinHttpCreateProxyResolver<br>WinHttpCreateUrl<br>WinHttpDetectAutoProxyConfigUrl<br>WinHttpFreeProxyResult<br>WinHttpFreeQueryConnectionGroupResult<br>WinHttpGetDefaultProxyConfiguration<br>WinHttpGetIEProxyConfigForCurrentUser<br>WinHttpGetProxyForUrl<br>WinHttpGetProxyForUrlEx<br>WinHttpGetProxyResult<br>WinHttpOpen<br>WinHttpOpenRequest<br>WinHttpQueryAuthSchemes<br>WinHttpQueryConnectionGroup<br>WinHttpQueryDataAvailable<br>WinHttpQueryHeaders<br>WinHttpQueryHeadersEx<br>WinHttpQueryOption<br>WinHttpReadData<br>WinHttpReadDataEx<br>WinHttpReceiveResponse<br>WinHttpResetAutoProxy<br>WinHttpSendRequest<br>WinHttpSetCredentials<br>WinHttpSetDefaultProxyConfiguration<br>WinHttpSetOption<br>WinHttpSetStatusCallback<br>WinHttpSetTimeouts<br>WinHttpTimeFromSystemTime<br>WinHttpTimeToSystemTime<br>WinHttpWebSocketClose<br>WinHttpWebSocketCompleteUpgrade<br>WinHttpWebSocketQueryCloseStatus<br>WinHttpWebSocketReceive<br>WinHttpWebSocketSend<br>WinHttpWebSocketShutdown<br>WinHttpWriteData<br> | ASYNC_RESULT<br>HTTP_STATUS<br>ICU<br>INTERNET_SCHEME<br>SECURITY_FLAG<br>WINHTTP_ACCESS_TYPE<br>WINHTTP_ADDREQ_FLAG<br>WINHTTP_AUTH_SCHEME<br>WINHTTP_AUTH_TARGET<br>WINHTTP_AUTO_DETECT_TYPE<br>WINHTTP_AUTOLOGON_SECURITY_LEVEL<br>WINHTTP_AUTOPROXY<br>WINHTTP_CALLBACK_FLAG<br>WINHTTP_CALLBACK_STATUS<br>WINHTTP_CALLBACK_STATUS_FLAG<br>WINHTTP_DECOMPRESSION_FLAG<br>WINHTTP_DISABLE<br>WINHTTP_DISABLE_PASSPORT<br>WINHTTP_ENABLE_SSL<br>WINHTTP_EXTENDED_HEADER_FLAG<br>WINHTTP_FLAG_SECURE_PROTOCOL<br>WINHTTP_HANDLE_TYPE<br>WINHTTP_MATCH_CONNECTION_GUID_FLAG<br>WINHTTP_OPEN_FLAG<br>WINHTTP_OPENREQ_FLAG<br>WINHTTP_OPTION<br>WINHTTP_OPTION_REDIRECT_POLICY<br>WINHTTP_PROTOCOL_FLAG<br>WINHTTP_QUERY<br>WINHTTP_QUERY_CONNECTION_GROUP_FLAG<br>WINHTTP_READ_DATA_EX_FLAG<br>WINHTTP_REQUEST_STAT_ENTRY<br>WINHTTP_REQUEST_STAT_FLAG<br>WINHTTP_REQUEST_TIME_ENTRY<br>WINHTTP_RESET<br>WINHTTP_SPN<br>WINHTTP_WEB_SOCKET_BUFFER_TYPE<br>WINHTTP_WEB_SOCKET_CLOSE_STATUS<br>WINHTTP_WEB_SOCKET_OPERATION<br>WinHttpRequestAutoLogonPolicy<br>WinHttpRequestOption<br><br><br> | HINTERNET<br>HTTP_VERSION_INFO<br>WINHTTP_ASYNC_RESULT<br>WINHTTP_AUTOPROXY_OPTIONS<br>WINHTTP_CERTIFICATE_INFO<br>WINHTTP_CONNECTION_GROUP<br>WINHTTP_CONNECTION_INFO<br>WINHTTP_CREDS<br>WINHTTP_CREDS_EX<br>WINHTTP_CURRENT_USER_IE_PROXY_CONFIG<br>WINHTTP_EXTENDED_HEADER<br>WINHTTP_HEADER_NAME<br>WINHTTP_HOST_CONNECTION_GROUP<br>WINHTTP_MATCH_CONNECTION_GUID<br>WINHTTP_PROXY_INFO<br>WINHTTP_PROXY_INFO_IN<br>WINHTTP_PROXY_RESULT<br>WINHTTP_PROXY_RESULT_ENTRY<br>WINHTTP_PROXY_SETTINGS<br>WINHTTP_PROXY_NETWORKING_KEY<br>WINHTTP_QUERY_CONNECTION_GROUP_RESULT<br>WINHTTP_REQUEST_STATS<br>WINHTTP_REQUEST_TIMES<br>WINHTTP_SECURITY_INFO<br>WINHTTP_URL_COMPONENTS<br>WINHTTP_URL_COMPONENTS_IN<br>WINHTTP_WEB_SOCKET_ASYNC_RESULT<br>WINHTTP_WEB_SOCKET_STATUS<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
WinHttpAddRequestHeaders WinHttpAddRequestHeadersEx WinHttpCheckPlatform WinHttpCloseHandle WinHttpConnect WinHttpCrackUrl WinHttpCreateProxyResolver WinHttpCreateUrl WinHttpDetectAutoProxyConfigUrl WinHttpFreeProxyResult WinHttpFreeQueryConnectionGroupResult WinHttpGetDefaultProxyConfiguration WinHttpGetIEProxyConfigForCurrentUser WinHttpGetProxyForUrl WinHttpGetProxyForUrlEx WinHttpGetProxyResult WinHttpOpen WinHttpOpenRequest WinHttpQueryAuthSchemes WinHttpQueryConnectionGroup WinHttpQueryDataAvailable WinHttpQueryHeaders WinHttpQueryHeadersEx WinHttpQueryOption WinHttpReadData WinHttpReadDataEx WinHttpReceiveResponse WinHttpResetAutoProxy WinHttpSendRequest WinHttpSetCredentials WinHttpSetDefaultProxyConfiguration WinHttpSetOption WinHttpSetStatusCallback WinHttpSetTimeouts WinHttpTimeFromSystemTime WinHttpTimeToSystemTime WinHttpWebSocketClose WinHttpWebSocketCompleteUpgrade WinHttpWebSocketQueryCloseStatus WinHttpWebSocketReceive WinHttpWebSocketSend WinHttpWebSocketShutdown WinHttpWriteData | ASYNC_RESULT HTTP_STATUS ICU INTERNET_SCHEME SECURITY_FLAG WINHTTP_ACCESS_TYPE WINHTTP_ADDREQ_FLAG WINHTTP_AUTH_SCHEME WINHTTP_AUTH_TARGET WINHTTP_AUTO_DETECT_TYPE WINHTTP_AUTOLOGON_SECURITY_LEVEL WINHTTP_AUTOPROXY WINHTTP_CALLBACK_FLAG WINHTTP_CALLBACK_STATUS WINHTTP_CALLBACK_STATUS_FLAG WINHTTP_DECOMPRESSION_FLAG WINHTTP_DISABLE WINHTTP_DISABLE_PASSPORT WINHTTP_ENABLE_SSL WINHTTP_EXTENDED_HEADER_FLAG WINHTTP_FLAG_SECURE_PROTOCOL WINHTTP_HANDLE_TYPE WINHTTP_MATCH_CONNECTION_GUID_FLAG WINHTTP_OPEN_FLAG WINHTTP_OPENREQ_FLAG WINHTTP_OPTION WINHTTP_OPTION_REDIRECT_POLICY WINHTTP_PROTOCOL_FLAG WINHTTP_QUERY WINHTTP_QUERY_CONNECTION_GROUP_FLAG WINHTTP_READ_DATA_EX_FLAG WINHTTP_REQUEST_STAT_ENTRY WINHTTP_REQUEST_STAT_FLAG WINHTTP_REQUEST_TIME_ENTRY WINHTTP_RESET WINHTTP_SPN WINHTTP_WEB_SOCKET_BUFFER_TYPE WINHTTP_WEB_SOCKET_CLOSE_STATUS WINHTTP_WEB_SOCKET_OPERATION WinHttpRequestAutoLogonPolicy WinHttpRequestOption | HINTERNET HTTP_VERSION_INFO WINHTTP_ASYNC_RESULT WINHTTP_AUTOPROXY_OPTIONS WINHTTP_CERTIFICATE_INFO WINHTTP_CONNECTION_GROUP WINHTTP_CONNECTION_INFO WINHTTP_CREDS WINHTTP_CREDS_EX WINHTTP_CURRENT_USER_IE_PROXY_CONFIG WINHTTP_EXTENDED_HEADER WINHTTP_HEADER_NAME WINHTTP_HOST_CONNECTION_GROUP WINHTTP_MATCH_CONNECTION_GUID WINHTTP_PROXY_INFO WINHTTP_PROXY_INFO_IN WINHTTP_PROXY_RESULT WINHTTP_PROXY_RESULT_ENTRY WINHTTP_PROXY_SETTINGS WINHTTP_PROXY_NETWORKING_KEY WINHTTP_QUERY_CONNECTION_GROUP_RESULT WINHTTP_REQUEST_STATS WINHTTP_REQUEST_TIMES WINHTTP_SECURITY_INFO WINHTTP_URL_COMPONENTS WINHTTP_URL_COMPONENTS_IN WINHTTP_WEB_SOCKET_ASYNC_RESULT WINHTTP_WEB_SOCKET_STATUS

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WinTrust NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WinTrust NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WinTrust?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 WinTrust.dll.
### What is Vanara?
### **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?
### **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.WinTrust
### **Included in Vanara.PInvoke.WinTrust**
Functions | Enumerations | Structures
--- | --- | ---
CryptCATAdminAcquireContext<br>CryptCATAdminAcquireContext2<br>CryptCATAdminAddCatalog<br>CryptCATAdminCalcHashFromFileHandle<br>CryptCATAdminCalcHashFromFileHandle2<br>CryptCATAdminEnumCatalogFromHash<br>CryptCATAdminReleaseCatalogContext<br>CryptCATAdminReleaseContext<br>CryptCATAdminRemoveCatalog<br>CryptCATAdminResolveCatalogPath<br>CryptCATCatalogInfoFromContext<br>CryptCATCDFClose<br>CryptCATCDFEnumCatAttributes<br>CryptCATCDFOpen<br>CryptCATClose<br>CryptCATEnumerateAttr<br>CryptCATEnumerateCatAttr<br>CryptCATEnumerateMember<br>CryptCATGetAttrInfo<br>CryptCATGetMemberInfo<br>CryptCATHandleFromStore<br>CryptCATOpen<br>CryptCATPersistStore<br>CryptCATPutAttrInfo<br>CryptCATPutCatAttrInfo<br>CryptCATPutMemberInfo<br>CryptCATStoreFromHandle<br>CryptSIPAddProvider<br>CryptSIPCreateIndirectData<br>CryptSIPGetCaps<br>CryptSIPGetSignedDataMsg<br>CryptSIPLoad<br>CryptSIPPutSignedDataMsg<br>CryptSIPRemoveProvider<br>CryptSIPRemoveSignedDataMsg<br>CryptSIPRetrieveSubjectGuid<br>CryptSIPRetrieveSubjectGuidForCatalogFile<br>CryptSIPVerifyIndirectData<br>IsCatalogFile<br>OpenPersonalTrustDBDialog<br>OpenPersonalTrustDBDialogEx<br>WintrustAddActionID<br>WintrustAddDefaultForUsage<br>WintrustGetDefaultForUsage<br>WintrustGetRegPolicyFlags<br>WintrustLoadFunctionPointers<br>WintrustRemoveActionID<br>WintrustSetDefaultIncludePEPageHashes<br>WintrustSetRegPolicyFlags<br>WinVerifyTrust<br>WinVerifyTrustEx<br>WTHelperCertCheckValidSignature<br>WTHelperCertFindIssuerCertificate<br>WTHelperCertIsSelfSigned<br>WTHelperGetFileHash<br>WTHelperGetProvCertFromChain<br>WTHelperGetProvPrivateDataFromChain<br>WTHelperGetProvSignerFromChain<br>WTHelperProvDataFromStateData<br> | CRYPTCAT_ATTR<br>CRYPTCAT_E<br>CRYPTCAT_OPEN<br>CRYPTCAT_VERSION<br>CertConfidence<br>DWACTION<br>WIN_CERT_TYPE<br>WT_TRUSTDBDIALOG<br>WTD_CHOICE<br>WTD_REVOKE<br>WTD_STATEACTION<br>WTD_TRUST<br>WTD_UI<br>WTD_UICONTEXT<br>WTPF<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | CATALOG_INFO<br>CRYPTCATATTRIBUTE<br>CRYPTCATCDF<br>CRYPTCATMEMBER<br>CRYPTCATSTORE<br>HCATALOG<br>HCATINFO<br>MS_ADDINFO_BLOB<br>MS_ADDINFO_CATALOGMEMBER<br>MS_ADDINFO_FLAT<br>SIP_ADD_NEWPROVIDER<br>SIP_CAP_SET_V2<br>SIP_CAP_SET_V3<br>SIP_DISPATCH_INFO<br>SIP_INDIRECT_DATA<br>SIP_SUBJECTINFO<br>CRYPT_PROVIDER_CERT<br>CRYPT_PROVIDER_DATA<br>CRYPT_PROVIDER_DEFUSAGE<br>CRYPT_PROVIDER_FUNCTIONS<br>CRYPT_PROVIDER_PRIVDATA<br>CRYPT_PROVIDER_REGDEFUSAGE<br>CRYPT_PROVIDER_SGNR<br>CRYPT_PROVIDER_SIGSTATE<br>CRYPT_PROVUI_DATA<br>CRYPT_PROVUI_FUNCS<br>CRYPT_REGISTER_ACTIONID<br>CRYPT_TRUST_REG_ENTRY<br>HCATADMIN<br>HCRYPTMSG<br>SPC_INDIRECT_DATA_CONTENT<br>WIN_CERTIFICATE<br>WINTRUST_BLOB_INFO<br>WINTRUST_CATALOG_INFO<br>WINTRUST_CERT_INFO<br>WINTRUST_FILE_INFO<br>WINTRUST_SGNR_INFO<br>WINTRUST_SIGNATURE_SETTINGS<br>WINTRUST_DATA<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
CryptCATAdminAcquireContext CryptCATAdminAcquireContext2 CryptCATAdminAddCatalog CryptCATAdminCalcHashFromFileHandle CryptCATAdminCalcHashFromFileHandle2 CryptCATAdminEnumCatalogFromHash CryptCATAdminReleaseCatalogContext CryptCATAdminReleaseContext CryptCATAdminRemoveCatalog CryptCATAdminResolveCatalogPath CryptCATCatalogInfoFromContext CryptCATCDFClose CryptCATCDFEnumCatAttributes CryptCATCDFOpen CryptCATClose CryptCATEnumerateAttr CryptCATEnumerateCatAttr CryptCATEnumerateMember CryptCATGetAttrInfo CryptCATGetMemberInfo CryptCATHandleFromStore CryptCATOpen CryptCATPersistStore CryptCATPutAttrInfo CryptCATPutCatAttrInfo CryptCATPutMemberInfo CryptCATStoreFromHandle CryptSIPAddProvider CryptSIPCreateIndirectData CryptSIPGetCaps CryptSIPGetSignedDataMsg CryptSIPLoad CryptSIPPutSignedDataMsg CryptSIPRemoveProvider CryptSIPRemoveSignedDataMsg CryptSIPRetrieveSubjectGuid CryptSIPRetrieveSubjectGuidForCatalogFile CryptSIPVerifyIndirectData IsCatalogFile OpenPersonalTrustDBDialog OpenPersonalTrustDBDialogEx WintrustAddActionID WintrustAddDefaultForUsage WintrustGetDefaultForUsage WintrustGetRegPolicyFlags WintrustLoadFunctionPointers WintrustRemoveActionID WintrustSetDefaultIncludePEPageHashes WintrustSetRegPolicyFlags WinVerifyTrust WinVerifyTrustEx WTHelperCertCheckValidSignature WTHelperCertFindIssuerCertificate WTHelperCertIsSelfSigned WTHelperGetFileHash WTHelperGetProvCertFromChain WTHelperGetProvPrivateDataFromChain WTHelperGetProvSignerFromChain WTHelperProvDataFromStateData | CRYPTCAT_ATTR CRYPTCAT_E CRYPTCAT_OPEN CRYPTCAT_VERSION CertConfidence DWACTION WIN_CERT_TYPE WT_TRUSTDBDIALOG WTD_CHOICE WTD_REVOKE WTD_STATEACTION WTD_TRUST WTD_UI WTD_UICONTEXT WTPF | CATALOG_INFO CRYPTCATATTRIBUTE CRYPTCATCDF CRYPTCATMEMBER CRYPTCATSTORE HCATALOG HCATINFO MS_ADDINFO_BLOB MS_ADDINFO_CATALOGMEMBER MS_ADDINFO_FLAT SIP_ADD_NEWPROVIDER SIP_CAP_SET_V2 SIP_CAP_SET_V3 SIP_DISPATCH_INFO SIP_INDIRECT_DATA SIP_SUBJECTINFO CRYPT_PROVIDER_CERT CRYPT_PROVIDER_DATA CRYPT_PROVIDER_DEFUSAGE CRYPT_PROVIDER_FUNCTIONS CRYPT_PROVIDER_PRIVDATA CRYPT_PROVIDER_REGDEFUSAGE CRYPT_PROVIDER_SGNR CRYPT_PROVIDER_SIGSTATE CRYPT_PROVUI_DATA CRYPT_PROVUI_FUNCS CRYPT_REGISTER_ACTIONID CRYPT_TRUST_REG_ENTRY HCATADMIN HCRYPTMSG SPC_INDIRECT_DATA_CONTENT WIN_CERTIFICATE WINTRUST_BLOB_INFO WINTRUST_CATALOG_INFO WINTRUST_CERT_INFO WINTRUST_FILE_INFO WINTRUST_SGNR_INFO WINTRUST_SIGNATURE_SETTINGS WINTRUST_DATA

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WlanApi NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WlanApi NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WlanApi?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 WlanApi.dll.
### What is Vanara?
### **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?
### **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.WlanApi
### **Included in Vanara.PInvoke.WlanApi**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
WFDCancelOpenSession<br>WFDCloseHandle<br>WFDOpenHandle<br>WFDOpenLegacySession<br>WFDStartOpenSession<br>WFDUpdateDeviceVisibility<br>WlanAllocateMemory<br>WlanCloseHandle<br>WlanConnect<br>WlanDeleteProfile<br>WlanDeviceServiceCommand<br>WlanDisconnect<br>WlanEnumInterfaces<br>WlanExtractPsdIEDataList<br>WlanFreeMemory<br>WlanGetAvailableNetworkList<br>WlanGetFilterList<br>WlanGetInterfaceCapability<br>WlanGetNetworkBssList<br>WlanGetProfile<br>WlanGetProfileCustomUserData<br>WlanGetProfileList<br>WlanGetSecuritySettings<br>WlanGetSupportedDeviceServices<br>WlanHostedNetworkForceStart<br>WlanHostedNetworkForceStop<br>WlanHostedNetworkInitSettings<br>WlanHostedNetworkQueryProperty<br>WlanHostedNetworkQuerySecondaryKey<br>WlanHostedNetworkQueryStatus<br>WlanHostedNetworkRefreshSecuritySettings<br>WlanHostedNetworkSetProperty<br>WlanHostedNetworkSetSecondaryKey<br>WlanHostedNetworkStartUsing<br>WlanHostedNetworkStopUsing<br>WlanIhvControl<br>WlanOpenHandle<br>WlanQueryAutoConfigParameter<br>WlanQueryInterface<br>WlanReasonCodeToString<br>WlanRegisterDeviceServiceNotification<br>WlanRegisterNotification<br>WlanRegisterVirtualStationNotification<br>WlanRenameProfile<br>WlanSaveTemporaryProfile<br>WlanScan<br>WlanSetAutoConfigParameter<br>WlanSetFilterList<br>WlanSetInterface<br>WlanSetProfile<br>WlanSetProfileCustomUserData<br>WlanSetProfileEapUserData<br>WlanSetProfileEapXmlUserData<br>WlanSetProfileList<br>WlanSetProfilePosition<br>WlanSetPsdIEDataList<br>WlanSetSecuritySettings<br>WlanUIEditProfile<br> | DOT11_ADHOC_AUTH_ALGORITHM<br>DOT11_ADHOC_CIPHER_ALGORITHM<br>DOT11_ADHOC_CONNECT_FAIL_REASON<br>DOT11_ADHOC_NETWORK_CONNECTION_STATUS<br>ONEX_AUTH_IDENTITY<br>ONEX_AUTH_MODE<br>ONEX_AUTH_RESTART_REASON<br>ONEX_AUTH_STATUS<br>ONEX_EAP_METHOD_BACKEND_SUPPORT<br>ONEX_NOTIFICATION_TYPE<br>ONEX_REASON_CODE<br>ONEX_SUPPLICANT_MODE<br>DOT11_AUTH_ALGORITHM<br>DOT11_BSS_TYPE<br>DOT11_CIPHER_ALGORITHM<br>DOT11_OPERATION_MODE<br>DOT11_PHY_TYPE<br>DOT11_RADIO_STATE<br>WL_DISPLAY_PAGES<br>WLAN_ACCCESS<br>WLAN_ADHOC_NETWORK_STATE<br>WLAN_AUTOCONF_OPCODE<br>WLAN_AVAILABLE_NETWORK_FLAGS<br>WLAN_CONNECTION_FLAGS<br>WLAN_CONNECTION_MODE<br>WLAN_CONNECTION_NOTIFICATION<br>WLAN_FILTER_LIST_TYPE<br>WLAN_HOSTED_NETWORK_NOTIFICATION_CODE<br>WLAN_HOSTED_NETWORK_OPCODE<br>WLAN_HOSTED_NETWORK_PEER_AUTH_STATE<br>WLAN_HOSTED_NETWORK_REASON<br>WLAN_HOSTED_NETWORK_STATE<br>WLAN_IHV_CONTROL_TYPE<br>WLAN_INTERFACE_STATE<br>WLAN_INTERFACE_TYPE<br>WLAN_INTF_OPCODE<br>WLAN_NOTIFICATION_ACM<br>WLAN_NOTIFICATION_MSM<br>WLAN_NOTIFICATION_SOURCE<br>WLAN_OPCODE_VALUE_TYPE<br>WLAN_POWER_SETTING<br>WLAN_PROFILE_FLAGS<br>WLAN_REASON_CODE<br>WLAN_SECURABLE_OBJECT<br>WLAN_SET_EAPHOST<br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ONEX_AUTH_PARAMS<br>ONEX_CONNECTION_PROFILE<br>ONEX_EAP_ERROR<br>ONEX_RESULT_UPDATE_DATA<br>ONEX_STATUS<br>ONEX_USER_INFO<br>ONEX_VARIABLE_BLOB<br>HWFDSERVICE<br>HWFDSESSION<br>HWLANSESSION<br>DOT11_AUTH_CIPHER_PAIR<br>DOT11_BSSID_LIST<br>DOT11_COUNTRY_OR_REGION_STRING<br>DOT11_MAC_ADDRESS<br>DOT11_NETWORK<br>DOT11_SSID<br>EAP_METHOD_TYPE<br>EAP_TYPE<br>NDIS_OBJECT_HEADER<br>WLAN_ASSOCIATION_ATTRIBUTES<br>WLAN_AUTH_CIPHER_PAIR_LIST<br>WLAN_AVAILABLE_NETWORK<br>WLAN_BSS_ENTRY<br>WLAN_CONNECTION_ATTRIBUTES<br>WLAN_CONNECTION_NOTIFICATION_DATA<br>WLAN_CONNECTION_PARAMETERS<br>WLAN_COUNTRY_OR_REGION_STRING_LIST<br>WLAN_DEVICE_SERVICE_NOTIFICATION_DATA<br>WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS<br>WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE<br>WLAN_HOSTED_NETWORK_PEER_STATE<br>WLAN_HOSTED_NETWORK_RADIO_STATE<br>WLAN_HOSTED_NETWORK_SECURITY_SETTINGS<br>WLAN_HOSTED_NETWORK_STATE_CHANGE<br>WLAN_INTERFACE_INFO<br>WLAN_MAC_FRAME_STATISTICS<br>WLAN_MSM_NOTIFICATION_DATA<br>WLAN_NOTIFICATION_DATA<br>WLAN_PHY_FRAME_STATISTICS<br>WLAN_PHY_RADIO_STATE<br>WLAN_PROFILE_INFO<br>WLAN_RADIO_STATE<br>WLAN_RATE_SET<br>WLAN_RAW_DATA<br>WLAN_RAW_DATA_LIST<br>WLAN_SECURITY_ATTRIBUTES<br>WLAN_STATISTICS<br>DOT11_NETWORK_LIST<br>WLAN_AVAILABLE_NETWORK_LIST<br>WLAN_BSS_LIST<br>WLAN_DEVICE_SERVICE_GUID_LIST<br>WLAN_HOSTED_NETWORK_STATUS<br>WLAN_INTERFACE_CAPABILITY<br>WLAN_INTERFACE_INFO_LIST<br>WLAN_PROFILE_INFO_LIST<br>WLAN_RAW_DATA_INFO<br><br><br> | IDot11AdHocInterface<br>IDot11AdHocInterfaceNotificationSink<br>IDot11AdHocManager<br>IDot11AdHocManagerNotificationSink<br>IDot11AdHocNetwork<br>IDot11AdHocNetworkNotificationSink<br>IDot11AdHocSecuritySettings<br>IEnumDot11AdHocInterfaces<br>IEnumDot11AdHocNetworks<br>IEnumDot11AdHocSecuritySettings<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
WFDCancelOpenSession WFDCloseHandle WFDOpenHandle WFDOpenLegacySession WFDStartOpenSession WFDUpdateDeviceVisibility WlanAllocateMemory WlanCloseHandle WlanConnect WlanDeleteProfile WlanDeviceServiceCommand WlanDisconnect WlanEnumInterfaces WlanExtractPsdIEDataList WlanFreeMemory WlanGetAvailableNetworkList WlanGetFilterList WlanGetInterfaceCapability WlanGetNetworkBssList WlanGetProfile WlanGetProfileCustomUserData WlanGetProfileList WlanGetSecuritySettings WlanGetSupportedDeviceServices WlanHostedNetworkForceStart WlanHostedNetworkForceStop WlanHostedNetworkInitSettings WlanHostedNetworkQueryProperty WlanHostedNetworkQuerySecondaryKey WlanHostedNetworkQueryStatus WlanHostedNetworkRefreshSecuritySettings WlanHostedNetworkSetProperty WlanHostedNetworkSetSecondaryKey WlanHostedNetworkStartUsing WlanHostedNetworkStopUsing WlanIhvControl WlanOpenHandle WlanQueryAutoConfigParameter WlanQueryInterface WlanReasonCodeToString WlanRegisterDeviceServiceNotification WlanRegisterNotification WlanRegisterVirtualStationNotification WlanRenameProfile WlanSaveTemporaryProfile WlanScan WlanSetAutoConfigParameter WlanSetFilterList WlanSetInterface WlanSetProfile WlanSetProfileCustomUserData WlanSetProfileEapUserData WlanSetProfileEapXmlUserData WlanSetProfileList WlanSetProfilePosition WlanSetPsdIEDataList WlanSetSecuritySettings WlanUIEditProfile | DOT11_ADHOC_AUTH_ALGORITHM DOT11_ADHOC_CIPHER_ALGORITHM DOT11_ADHOC_CONNECT_FAIL_REASON DOT11_ADHOC_NETWORK_CONNECTION_STATUS ONEX_AUTH_IDENTITY ONEX_AUTH_MODE ONEX_AUTH_RESTART_REASON ONEX_AUTH_STATUS ONEX_EAP_METHOD_BACKEND_SUPPORT ONEX_NOTIFICATION_TYPE ONEX_REASON_CODE ONEX_SUPPLICANT_MODE DOT11_AUTH_ALGORITHM DOT11_BSS_TYPE DOT11_CIPHER_ALGORITHM DOT11_OPERATION_MODE DOT11_PHY_TYPE DOT11_RADIO_STATE WL_DISPLAY_PAGES WLAN_ACCCESS WLAN_ADHOC_NETWORK_STATE WLAN_AUTOCONF_OPCODE WLAN_AVAILABLE_NETWORK_FLAGS WLAN_CONNECTION_FLAGS WLAN_CONNECTION_MODE WLAN_CONNECTION_NOTIFICATION WLAN_FILTER_LIST_TYPE WLAN_HOSTED_NETWORK_NOTIFICATION_CODE WLAN_HOSTED_NETWORK_OPCODE WLAN_HOSTED_NETWORK_PEER_AUTH_STATE WLAN_HOSTED_NETWORK_REASON WLAN_HOSTED_NETWORK_STATE WLAN_IHV_CONTROL_TYPE WLAN_INTERFACE_STATE WLAN_INTERFACE_TYPE WLAN_INTF_OPCODE WLAN_NOTIFICATION_ACM WLAN_NOTIFICATION_MSM WLAN_NOTIFICATION_SOURCE WLAN_OPCODE_VALUE_TYPE WLAN_POWER_SETTING WLAN_PROFILE_FLAGS WLAN_REASON_CODE WLAN_SECURABLE_OBJECT WLAN_SET_EAPHOST | ONEX_AUTH_PARAMS ONEX_CONNECTION_PROFILE ONEX_EAP_ERROR ONEX_RESULT_UPDATE_DATA ONEX_STATUS ONEX_USER_INFO ONEX_VARIABLE_BLOB HWFDSERVICE HWFDSESSION HWLANSESSION DOT11_AUTH_CIPHER_PAIR DOT11_BSSID_LIST DOT11_COUNTRY_OR_REGION_STRING DOT11_MAC_ADDRESS DOT11_NETWORK DOT11_SSID EAP_METHOD_TYPE EAP_TYPE NDIS_OBJECT_HEADER WLAN_ASSOCIATION_ATTRIBUTES WLAN_AUTH_CIPHER_PAIR_LIST WLAN_AVAILABLE_NETWORK WLAN_BSS_ENTRY WLAN_CONNECTION_ATTRIBUTES WLAN_CONNECTION_NOTIFICATION_DATA WLAN_CONNECTION_PARAMETERS WLAN_COUNTRY_OR_REGION_STRING_LIST WLAN_DEVICE_SERVICE_NOTIFICATION_DATA WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE WLAN_HOSTED_NETWORK_PEER_STATE WLAN_HOSTED_NETWORK_RADIO_STATE WLAN_HOSTED_NETWORK_SECURITY_SETTINGS WLAN_HOSTED_NETWORK_STATE_CHANGE WLAN_INTERFACE_INFO WLAN_MAC_FRAME_STATISTICS WLAN_MSM_NOTIFICATION_DATA WLAN_NOTIFICATION_DATA WLAN_PHY_FRAME_STATISTICS WLAN_PHY_RADIO_STATE WLAN_PROFILE_INFO WLAN_RADIO_STATE WLAN_RATE_SET WLAN_RAW_DATA WLAN_RAW_DATA_LIST WLAN_SECURITY_ATTRIBUTES WLAN_STATISTICS DOT11_NETWORK_LIST WLAN_AVAILABLE_NETWORK_LIST WLAN_BSS_LIST WLAN_DEVICE_SERVICE_GUID_LIST WLAN_HOSTED_NETWORK_STATUS WLAN_INTERFACE_CAPABILITY WLAN_INTERFACE_INFO_LIST WLAN_PROFILE_INFO_LIST WLAN_RAW_DATA_INFO | IDot11AdHocInterface IDot11AdHocInterfaceNotificationSink IDot11AdHocManager IDot11AdHocManagerNotificationSink IDot11AdHocNetwork IDot11AdHocNetworkNotificationSink IDot11AdHocSecuritySettings IEnumDot11AdHocInterfaces IEnumDot11AdHocNetworks IEnumDot11AdHocSecuritySettings

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.PInvoke.WsmSvc NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.PInvoke.WsmSvc NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.PInvoke.WsmSvc?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, interfaces, structures and constants) imported from Windows WsmSvc.dll for Windows Remote Management.
### What is Vanara?
### **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?
### **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.WsmSvc
### **Included in Vanara.PInvoke.WsmSvc**
Functions | Enumerations | Structures | Interfaces
--- | --- | --- | ---
WSManCloseCommand<br>WSManCloseOperation<br>WSManCloseSession<br>WSManCloseShell<br>WSManConnectShell<br>WSManConnectShellCommand<br>WSManCreateSession<br>WSManCreateShell<br>WSManCreateShellEx<br>WSManDeinitialize<br>WSManDisconnectShell<br>WSManGetErrorMessage<br>WSManGetSessionOptionAsDword<br>WSManGetSessionOptionAsString<br>WSManInitialize<br>WSManPluginAuthzOperationComplete<br>WSManPluginAuthzQueryQuotaComplete<br>WSManPluginAuthzUserComplete<br>WSManPluginFreeRequestDetails<br>WSManPluginGetOperationParameters<br>WSManPluginOperationComplete<br>WSManPluginReceiveResult<br>WSManPluginReportContext<br>WSManReceiveShellOutput<br>WSManReconnectShell<br>WSManReconnectShellCommand<br>WSManRunShellCommand<br>WSManRunShellCommandEx<br>WSManSendShellInput<br>WSManSetSessionOption<br>WSManSignalShell<br><br><br><br> | WSMAN_FLAG_REQUESTED_API_VERSION<br>WSMAN_FLAG_SERVER_BUFFERING_MODE<br>WSMAN_PLUGIN_PARAMS_OP<br>WSMAN_SHUTDOWN<br>WSManAuthenticationFlags<br>WSManCallbackFlags<br>WSManDataType<br>WSManProxyAccessType<br>WSManSessionOption<br>WSManEnumFlags<br>WSManProxyAccessTypeFlags<br>WSManProxyAuthenticationFlags<br>WSManSessionFlags<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | WSMAN_API_HANDLE<br>WSMAN_AUTHENTICATION_CREDENTIALS<br>WSMAN_AUTHZ_QUOTA<br>WSMAN_CERTIFICATE_DETAILS<br>WSMAN_COMMAND_ARG_SET<br>WSMAN_COMMAND_HANDLE<br>WSMAN_DATA<br>WSMAN_DATA_BINARY<br>WSMAN_DATA_TEXT<br>WSMAN_ENVIRONMENT_VARIABLE<br>WSMAN_ENVIRONMENT_VARIABLE_SET<br>WSMAN_ERROR<br>WSMAN_FILTER<br>WSMAN_FRAGMENT<br>WSMAN_KEY<br>WSMAN_OPERATION_HANDLE<br>WSMAN_OPERATION_INFO<br>WSMAN_OPTION<br>WSMAN_OPTION_SET<br>WSMAN_PLUGIN_REQUEST<br>WSMAN_PROXY_INFO<br>WSMAN_RECEIVE_DATA_RESULT<br>WSMAN_RESPONSE_DATA<br>WSMAN_SELECTOR_SET<br>WSMAN_SENDER_DETAILS<br>WSMAN_SESSION_HANDLE<br>WSMAN_SHELL_ASYNC<br>WSMAN_SHELL_DISCONNECT_INFO<br>WSMAN_SHELL_HANDLE<br>WSMAN_SHELL_STARTUP_INFO_V10<br>WSMAN_SHELL_STARTUP_INFO_V11<br>WSMAN_STREAM_ID_SET<br>WSMAN_USERNAME_PASSWORD_CREDS<br>WSMAN_DATA_UNION<br> | IWSMan<br>IWSManConnectionOptions<br>IWSManConnectionOptionsEx<br>IWSManConnectionOptionsEx2<br>IWSManEnumerator<br>IWSManEx<br>IWSManEx2<br>IWSManEx3<br>IWSManResourceLocator<br>IWSManSession<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
WSManCloseCommand WSManCloseOperation WSManCloseSession WSManCloseShell WSManConnectShell WSManConnectShellCommand WSManCreateSession WSManCreateShell WSManCreateShellEx WSManDeinitialize WSManDisconnectShell WSManGetErrorMessage WSManGetSessionOptionAsDword WSManGetSessionOptionAsString WSManInitialize WSManPluginAuthzOperationComplete WSManPluginAuthzQueryQuotaComplete WSManPluginAuthzUserComplete WSManPluginFreeRequestDetails WSManPluginGetOperationParameters WSManPluginOperationComplete WSManPluginReceiveResult WSManPluginReportContext WSManReceiveShellOutput WSManReconnectShell WSManReconnectShellCommand WSManRunShellCommand WSManRunShellCommandEx WSManSendShellInput WSManSetSessionOption WSManSignalShell | WSMAN_FLAG_REQUESTED_API_VERSION WSMAN_FLAG_SERVER_BUFFERING_MODE WSMAN_PLUGIN_PARAMS_OP WSMAN_SHUTDOWN WSManAuthenticationFlags WSManCallbackFlags WSManDataType WSManProxyAccessType WSManSessionOption WSManEnumFlags WSManProxyAccessTypeFlags WSManProxyAuthenticationFlags WSManSessionFlags | WSMAN_API_HANDLE WSMAN_AUTHENTICATION_CREDENTIALS WSMAN_AUTHZ_QUOTA WSMAN_CERTIFICATE_DETAILS WSMAN_COMMAND_ARG_SET WSMAN_COMMAND_HANDLE WSMAN_DATA WSMAN_DATA_BINARY WSMAN_DATA_TEXT WSMAN_ENVIRONMENT_VARIABLE WSMAN_ENVIRONMENT_VARIABLE_SET WSMAN_ERROR WSMAN_FILTER WSMAN_FRAGMENT WSMAN_KEY WSMAN_OPERATION_HANDLE WSMAN_OPERATION_INFO WSMAN_OPTION WSMAN_OPTION_SET WSMAN_PLUGIN_REQUEST WSMAN_PROXY_INFO WSMAN_RECEIVE_DATA_RESULT WSMAN_RESPONSE_DATA WSMAN_SELECTOR_SET WSMAN_SENDER_DETAILS WSMAN_SESSION_HANDLE WSMAN_SHELL_ASYNC WSMAN_SHELL_DISCONNECT_INFO WSMAN_SHELL_HANDLE WSMAN_SHELL_STARTUP_INFO_V10 WSMAN_SHELL_STARTUP_INFO_V11 WSMAN_STREAM_ID_SET WSMAN_USERNAME_PASSWORD_CREDS WSMAN_DATA_UNION | IWSMan IWSManConnectionOptions IWSManConnectionOptionsEx IWSManConnectionOptionsEx2 IWSManEnumerator IWSManEx IWSManEx2 IWSManEx3 IWSManResourceLocator IWSManSession

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Security NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Security NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Security?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)
Classes for security related items derived from the Vanara PInvoke libraries. Includes extension methods for Active Directory and access control classes, methods for working with accounts, UAC, privileges, system access, impersonation and SIDs, and a full LSA wrapper.
### What is Vanara?
### **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?
### **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.Security
### **Included in Vanara.Security**
Classes | Enumerations
--- | ---
AccessControlHelper<br>AccessExtension<br>AccountPrivileges<br>AccountUtils<br>ActiveDirectoryExtension<br>BadValueException<br>CentralAccessPolicy<br>CentralAccessPolicyEntry<br>ClaimValue<br>LogonRights<br>PinnedAcl<br>PinnedSecurityDescriptor<br>PinnedSid<br>PrivilegeAndAttributes<br>PrivilegedCodeBlock<br>PrivilegeExtension<br>SystemAccountInfo<br>SystemSecurity<br>UAC<br>WindowsImpersonatedIdentity<br>WindowsLoggedInIdentity<br> | AccountLogonRights<br>DesiredAccess<br>SystemPrivilege<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AccessControlHelper AccessExtension AccountPrivileges AccountUtils ActiveDirectoryExtension BadValueException CentralAccessPolicy CentralAccessPolicyEntry ClaimValue LogonRights PinnedAcl PinnedSecurityDescriptor PinnedSid PrivilegeAndAttributes PrivilegedCodeBlock PrivilegeExtension SystemAccountInfo SystemSecurity UAC WindowsImpersonatedIdentity WindowsLoggedInIdentity | AccountLogonRights DesiredAccess SystemPrivilege

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.SystemServices NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.SystemServices NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.SystemServices?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)
Classes for system related items derived from the Vanara PInvoke libraries. Includes extensions for Process (privileges and elavation), FileInfo (compression info), Shared Network Drives and Devices, and ServiceController (SetStartType) that pull extended information through native API calls.
### What is Vanara?
### **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?
### **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.SystemServices
### **Included in Vanara.SystemServices**
Classes | Enumerations | Interfaces
--- | --- | ---
AntimalwareScan<br>Computer<br>Device<br>DeviceClass<br>DeviceClassCollection<br>DeviceClassProperties<br>DeviceClassRegProperties<br>DeviceCollection<br>DeviceExtensions<br>DeviceManager<br>DeviceProperties<br>DeviceRegProperties<br>FileInfoExtension<br>InternetProxyOptions<br>IoCompletionPort<br>Job<br>JobEventArgs<br>JobHelper<br>JobLimits<br>JobNotificationEventArgs<br>JobNotifications<br>JobSecurity<br>JobSettings<br>JobStatistics<br>LocalGroup<br>LocalGroupMembers<br>LocalGroups<br>NetworkConnection<br>NetworkDeviceConnection<br>NetworkDeviceConnectionCollection<br>NetworkInterfaceExt<br>NetworkListManager<br>NetworkProfile<br>OpenFile<br>PathEx<br>PoweredDevice<br>PoweredDeviceCollection<br>PowerEventArgs<br>PowerManager<br>PowerScheme<br>PowerSchemeCollection<br>PowerSchemeGroup<br>PowerSchemeGroupCollection<br>PowerSchemeSetting<br>PowerSchemeSettingCollection<br>ProcessExtension<br>RegistryEventArgs<br>RegistryEventMonitor<br>ServiceControllerAccessRule<br>ServiceControllerAuditRule<br>ServiceControllerExtension<br>ServiceControllerSecurity<br>ShareConnection<br>SharedDevice<br>SharedDevices<br>SystemShutdown<br>UserAccount<br>UserAccounts<br>Wow64Redirect<br> | BatteryStatus<br>EnergySaverStatus<br>JobLimit<br>NetworkInterfaceAccessType<br>NetworkInterfaceAdministrativeStatus<br>NetworkInterfaceConnectionType<br>NetworkInterfaceDirectionType<br>NetworkInterfaceMediaType<br>NetworkInterfacePhysicalMedium<br>PathCharType<br>PowerCapabilities<br>PowerSupplyStatus<br>ScanResult<br>ServiceControllerAccessRights<br>ShareOfflineSettings<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IEnumerableList<br>INamedEntity<br>IPropertyProvider<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AntimalwareScan Computer Device DeviceClass DeviceClassCollection DeviceClassProperties DeviceClassRegProperties DeviceCollection DeviceExtensions DeviceManager DeviceProperties DeviceRegProperties FileInfoExtension InternetProxyOptions IoCompletionPort Job JobEventArgs JobHelper JobLimits JobNotificationEventArgs JobNotifications JobSecurity JobSettings JobStatistics LocalGroup LocalGroupMembers LocalGroups NetworkConnection NetworkDeviceConnection NetworkDeviceConnectionCollection NetworkInterfaceExt NetworkListManager NetworkProfile OpenFile PathEx PoweredDevice PoweredDeviceCollection PowerEventArgs PowerManager PowerScheme PowerSchemeCollection PowerSchemeGroup PowerSchemeGroupCollection PowerSchemeSetting PowerSchemeSettingCollection ProcessExtension RegistryEventArgs RegistryEventMonitor ServiceControllerAccessRule ServiceControllerAuditRule ServiceControllerExtension ServiceControllerSecurity ShareConnection SharedDevice SharedDevices SystemShutdown UserAccount UserAccounts Wow64Redirect | BatteryStatus EnergySaverStatus JobLimit NetworkInterfaceAccessType NetworkInterfaceAdministrativeStatus NetworkInterfaceConnectionType NetworkInterfaceDirectionType NetworkInterfaceMediaType NetworkInterfacePhysicalMedium PathCharType PowerCapabilities PowerSupplyStatus ScanResult ServiceControllerAccessRights ShareOfflineSettings | IEnumerableList INamedEntity IPropertyProvider

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.VirtualDisk NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.VirtualDisk NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.VirtualDisk?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)
.NET classes to manage Windows Virtual Storage (VHD and VHDX) using P/Invoke functions from VirtDisk.dll.
### What is Vanara?
### **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?
### **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.VirtualDisk
### **Included in Vanara.VirtualDisk**
Classes | Enumerations
--- | ---
VirtualDisk<br>VirtualDiskMetadata<br>VirtualDiskSetInformation<br>VirtualDiskSettingData<br>VirtualDiskSnapshotInformation<br> | CompactionMode<br>DeviceType<br>Subtype<br><br><br>
VirtualDisk VirtualDiskMetadata VirtualDiskSetInformation VirtualDiskSettingData VirtualDiskSnapshotInformation | CompactionMode DeviceType Subtype

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.WPF.Extensions NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.WPF.Extensions NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.WPF.Extensions?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)
Extension methods and conversions from Vanara P/Invoke types and methods to WPF types and methods.
### What is Vanara?
### **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?
### **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.WPF.Extensions
### **Included in Vanara.WPF.Extensions**
Classes
---
GdiObjExtensions2<br>SystemWindowsExtensions<br>
GdiObjExtensions2 SystemWindowsExtensions

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.WinUI.Extensions NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.WinUI.Extensions NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.WinUI.Extensions?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)
Extension methods and conversions from Vanara P/Invoke types and methods to UWP and WinUI types and methods.
### What is Vanara?
### **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?
### **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.WinUI.Extensions
### **Included in Vanara.WinUI.Extensions**
Classes
---
SystemFoundationExtensions<br>
SystemFoundationExtensions

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Windows.Extensions NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Windows.Extensions NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Windows.Extensions?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)
Extension methods and conversions from Vanara P/Invoke types and methods to Windows Forms types and methods.
### What is Vanara?
### **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?
### **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.Windows.Extensions
### **Included in Vanara.Windows.Extensions**
Classes | Enumerations
--- | ---
GdiExtension<br>GdiObjExtensions2<br>SafeTempHDC<br>SmartBitmapLock<br> | Corners<br><br><br><br>
GdiExtension GdiObjExtensions2 SafeTempHDC SmartBitmapLock | Corners

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Windows.Forms NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Windows.Forms NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Windows.Forms?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)
Classes for user interface related items derived from the Vanara PInvoke libraries. Includes extensions for almost all common controls to give post Vista capabilities, WinForms controls (panel, commandlink, enhanced combo boxes, IPAddress, split button, trackbar and themed controls), shutdown/restart/lock control, buffered painting, resource files, access control editor, simplifed designer framework for Windows.Forms.
### What is Vanara?
### **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?
### **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.Windows.Forms
### **Included in Vanara.Windows.Forms**
Classes | Structures | Enumerations | Interfaces
--- | --- | --- | ---
AccessControlEditorDialog<br>ActivationContext<br>AppSettingsFileListStorage<br>AttributedComponentDesigner<br>AttributedComponentDesignerEx<br>AttributedControlDesigner<br>AttributedControlDesignerEx<br>AttributedDesignerActionList<br>AttributedParentControlDesigner<br>AttributedParentControlDesignerEx<br>AuthenticationBuffer<br>BufferedAnimationPainter<br>BufferedPaint<br>BufferedPainter<br>ButtonClickedEventArgs<br>ButtonExtension<br>CollapsiblePanel<br>ComboBoxExtension<br>CommandLink<br>ComponentDesignerExtension<br>ControlExtension<br>ControlImage<br>CredentialsDialog<br>CursorExtension<br>CustomButton<br>CustomComboBox<br>CustomDrawBase<br>DesignerActionMethodAttribute<br>DesignerActionPropertyAttribute<br>DesignerVerbAttribute<br>DesktopWindowManager<br>DisabledItemComboBox<br>DrawPattern<br>EditorServiceContext<br>EnumComboBox<br>ExpandedEventArgs<br>ExplorerBrowser<br>ExplorerBrowserPaneVisibility<br>FlagCheckedListBox<br>FlagCheckedListBoxItem<br>FlagEnumUIEditor<br>FolderBrowserDialog<br>FolderBrowserDialogInitializedEventArgs<br>GenericProvider<br>GetDuration<br>GlassExtenderProvider<br>GraphicsExtension<br>GroupIconResIndexer<br>IconExtension<br>ImageListExtension<br>ImageResIndexer<br>InputDialog<br>InputDialogItemAttribute<br>InvalidFolderEventArgs<br>IPAddressBox<br>IPAddressFieldChangedEventArgs<br>LabelExtension<br>ListViewExtension<br>ListViewGroupingSet<br>LiveThumbnail<br>MapPointExtension<br>MenuStripMRUManager<br>MRUManager<br>NavigatedEventArgs<br>NavigatingEventArgs<br>NavigationFailedEventArgs<br>NavigationLog<br>NavigationLogEventArgs<br>NetworkConnectionDialog<br>NetworkDisconnectDialog<br>NotifyIconExtensions<br>PaintAction<br>PasswordValidatorEventArgs<br>PreventShutdownContext<br>ProgressDialog<br>ProgressEventArgs<br>RedirectedDesignerItemAttribute<br>RegistryFileListStorage<br>ResourceFile<br>ServiceProviderExtension<br>ShellNamespaceTreeControl<br>ShellNamespaceTreeControlCancelEventArgs<br>ShellNamespaceTreeControlEventArgs<br>ShellNamespaceTreeControlItemLabelEditEventArgs<br>ShellNamespaceTreeControlItemMouseClickEventArgs<br>ShellNamespaceTreeRootList<br>ShellProgressDialog<br>SplitButton<br>SplitMenuEventArgs<br>StringResIndexer<br>Style<br>TaskDialog<br>TaskDialogButton<br>TaskDialogButtonBase<br>TaskDialogButtonCollection<br>TaskDialogProgressBar<br>TaskDialogRadioButton<br>TextBoxExtension<br>ThemedImageDraw<br>ThemedLabel<br>ThemedPanel<br>ThemedTableLayoutPanel<br>TimerEventArgs<br>TrackBarEx<br>TreeViewExtension<br>TypedBehavior<br>TypedDesignerActionList<br>TypedGlyph<br>VerificationClickedEventArgs<br>VistaButtonBase<br>VistaControlExtender<br>VisualStylesRendererExtension<br>VisualTheme<br> | TaskDialogResult<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | BitmapProperty<br>BoolProperty<br>CloakingSource<br>CollapsiblePanelBorderCondition<br>CollapsiblePanelHeaderState<br>ColorProperty<br>ControlState<br>EnumProperty<br>ExplorerBrowserContentSectionOptions<br>ExplorerBrowserLoadFlags<br>ExplorerBrowserNavigateOptions<br>ExplorerBrowserNavigationItemCategory<br>ExplorerBrowserViewMode<br>FilenameProperty<br>Flip3DWindowPolicy<br>FolderBrowserDialogOptions<br>FontProperty<br>IconSize<br>IntProperty<br>ItemHitLocation<br>KnownFolder<br>MarginsProperty<br>MenuPlacement<br>MetricProperty<br>NonClientRenderingPolicy<br>PaneVisibilityState<br>PartSize<br>PositionProperty<br>ProgressBarState<br>PropertyOrigin<br>RectangleProperty<br>RenderStyle<br>SecurityPageType<br>ShellNamespaceTreeControlAction<br>ShellProgressDialogStyle<br>ShellTreeItemButton<br>ShellTreeItemCheckBoxStyle<br>ShellTreeItemState<br>SizeMode<br>StringProperty<br>TaskDialogButtonDisplay<br>TaskDialogCommonButtons<br>TaskDialogIcon<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IAccessControlEditorDialogProvider<br>IActionGetItem<br>IDrawingStyle<br>IEnableable<br>IFileListStorage<br>IMenuBuilder<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AccessControlEditorDialog ActivationContext AppSettingsFileListStorage AttributedComponentDesigner AttributedComponentDesignerEx AttributedControlDesigner AttributedControlDesignerEx AttributedDesignerActionList AttributedParentControlDesigner AttributedParentControlDesignerEx AuthenticationBuffer BufferedAnimationPainter BufferedPaint BufferedPainter ButtonClickedEventArgs ButtonExtension CollapsiblePanel ComboBoxExtension CommandLink ComponentDesignerExtension ControlExtension ControlImage CredentialsDialog CursorExtension CustomButton CustomComboBox CustomDrawBase DesignerActionMethodAttribute DesignerActionPropertyAttribute DesignerVerbAttribute DesktopWindowManager DisabledItemComboBox DrawPattern EditorServiceContext EnumComboBox ExpandedEventArgs ExplorerBrowser ExplorerBrowserPaneVisibility FlagCheckedListBox FlagCheckedListBoxItem FlagEnumUIEditor FolderBrowserDialog FolderBrowserDialogInitializedEventArgs GenericProvider GetDuration GlassExtenderProvider GraphicsExtension GroupIconResIndexer IconExtension ImageListExtension ImageResIndexer InputDialog InputDialogItemAttribute InvalidFolderEventArgs IPAddressBox IPAddressFieldChangedEventArgs LabelExtension ListViewExtension ListViewGroupingSet LiveThumbnail MapPointExtension MenuStripMRUManager MRUManager NavigatedEventArgs NavigatingEventArgs NavigationFailedEventArgs NavigationLog NavigationLogEventArgs NetworkConnectionDialog NetworkDisconnectDialog NotifyIconExtensions PaintAction PasswordValidatorEventArgs PreventShutdownContext ProgressDialog ProgressEventArgs RedirectedDesignerItemAttribute RegistryFileListStorage ResourceFile ServiceProviderExtension ShellNamespaceTreeControl ShellNamespaceTreeControlCancelEventArgs ShellNamespaceTreeControlEventArgs ShellNamespaceTreeControlItemLabelEditEventArgs ShellNamespaceTreeControlItemMouseClickEventArgs ShellNamespaceTreeRootList ShellProgressDialog SplitButton SplitMenuEventArgs StringResIndexer Style TaskDialog TaskDialogButton TaskDialogButtonBase TaskDialogButtonCollection TaskDialogProgressBar TaskDialogRadioButton TextBoxExtension ThemedImageDraw ThemedLabel ThemedPanel ThemedTableLayoutPanel TimerEventArgs TrackBarEx TreeViewExtension TypedBehavior TypedDesignerActionList TypedGlyph VerificationClickedEventArgs VistaButtonBase VistaControlExtender VisualStylesRendererExtension VisualTheme | TaskDialogResult | BitmapProperty BoolProperty CloakingSource CollapsiblePanelBorderCondition CollapsiblePanelHeaderState ColorProperty ControlState EnumProperty ExplorerBrowserContentSectionOptions ExplorerBrowserLoadFlags ExplorerBrowserNavigateOptions ExplorerBrowserNavigationItemCategory ExplorerBrowserViewMode FilenameProperty Flip3DWindowPolicy FolderBrowserDialogOptions FontProperty IconSize IntProperty ItemHitLocation KnownFolder MarginsProperty MenuPlacement MetricProperty NonClientRenderingPolicy PaneVisibilityState PartSize PositionProperty ProgressBarState PropertyOrigin RectangleProperty RenderStyle SecurityPageType ShellNamespaceTreeControlAction ShellProgressDialogStyle ShellTreeItemButton ShellTreeItemCheckBoxStyle ShellTreeItemState SizeMode StringProperty TaskDialogButtonDisplay TaskDialogCommonButtons TaskDialogIcon | IAccessControlEditorDialogProvider IActionGetItem IDrawingStyle IEnableable IFileListStorage IMenuBuilder

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Windows.Shell.Common NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Windows.Shell.Common NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Windows.Shell.Common?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)
Common classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists.
### What is Vanara?
### **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?
### **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.Windows.Shell.Common
### **Included in Vanara.Windows.Shell.Common**
Classes | Enumerations | Interfaces
--- | --- | ---
AddExtenderEventArgs<br>AppRegistration<br>BindContext<br>ComClassFactory<br>CommandVerb<br>CommandVerbDictionary<br>ComObject<br>ComObjWrapper<br>ControlPanel<br>DragEventArgs<br>ExtenderProviderBase<br>FileInUseHandler<br>FileTypeAssociation<br>IconLocation<br>IndirectResource<br>IndirectString<br>JumpList<br>JumpListDestination<br>JumpListItem<br>JumpListSeparator<br>JumpListTask<br>MemoryPropertyStore<br>MenuItemInfo<br>MessageEventArgs<br>MessageLoop<br>NativeClipboard<br>ProgId<br>PropertyBag<br>PropertyDescription<br>PropertyDescriptionList<br>PropertyStore<br>PropertyType<br>PropertyTypeList<br>ReadOnlyPropertyStore<br>RecycleBin<br>RegBasedDictionary<br>RegBasedSettings<br>SearchCondition<br>ShellAssociation<br>ShellAssociationHandler<br>ShellCommand<br>ShellContextMenu<br>ShellDataTable<br>ShellDropTarget<br>ShellExecuteCommand<br>ShellFileInfo<br>ShellFileNewOpEventArgs<br>ShellFileOperationDialog<br>ShellFileOperations<br>ShellFileOpEventArgs<br>ShellFolder<br>ShellImageList<br>ShellItem<br>ShellItemArray<br>ShellItemChangeEventArgs<br>ShellItemChangeWatcher<br>ShellItemImages<br>ShellItemPropertyStore<br>ShellItemPropertyUpdates<br>ShellLibrary<br>ShellLibraryFolders<br>ShellLink<br>ShellNavigationHistory<br>ShellRegistrar<br>ShellSearch<br>ShellSearchViewSettings<br>StockIcon<br>Taskbar<br>TaskbarList<br>TrayIcon<br>Utils<br>WallpaperManager<br>WallpaperMonitor<br>WallpaperSlideshow<br> | ChangeFilters<br>DialogStatus<br>ExecutableType<br>FileUsageType<br>FolderItemFilter<br>LibraryFolderFilter<br>LibraryViewTemplate<br>LinkResolution<br>OperationFlags<br>OperationMode<br>OperationType<br>ShellIconType<br>ShellImageSize<br>ShellItemAttribute<br>ShellItemComparison<br>ShellItemDisplayString<br>ShellItemGetImageOptions<br>ShellItemToolTipOptions<br>TaskbarButtonProgressState<br>TextDataFormat<br>TransferFlags<br>VerbMultiSelectModel<br>VerbPosition<br>VerbSelectionModel<br>WallpaperFit<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | IComObject<br>IJumpListItem<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
AddExtenderEventArgs AppRegistration BindContext ComClassFactory CommandVerb CommandVerbDictionary ComObject ComObjWrapper ControlPanel DragEventArgs ExtenderProviderBase FileInUseHandler FileTypeAssociation IconLocation IndirectResource IndirectString JumpList JumpListDestination JumpListItem JumpListSeparator JumpListTask MemoryPropertyStore MenuItemInfo MessageEventArgs MessageLoop NativeClipboard ProgId PropertyBag PropertyDescription PropertyDescriptionList PropertyStore PropertyType PropertyTypeList ReadOnlyPropertyStore RecycleBin RegBasedDictionary RegBasedSettings SearchCondition ShellAssociation ShellAssociationHandler ShellCommand ShellContextMenu ShellDataTable ShellDropTarget ShellExecuteCommand ShellFileInfo ShellFileNewOpEventArgs ShellFileOperationDialog ShellFileOperations ShellFileOpEventArgs ShellFolder ShellImageList ShellItem ShellItemArray ShellItemChangeEventArgs ShellItemChangeWatcher ShellItemImages ShellItemPropertyStore ShellItemPropertyUpdates ShellLibrary ShellLibraryFolders ShellLink ShellNavigationHistory ShellRegistrar ShellSearch ShellSearchViewSettings StockIcon Taskbar TaskbarList TrayIcon Utils WallpaperManager WallpaperMonitor WallpaperSlideshow | ChangeFilters DialogStatus ExecutableType FileUsageType FolderItemFilter LibraryFolderFilter LibraryViewTemplate LinkResolution OperationFlags OperationMode OperationType ShellIconType ShellImageSize ShellItemAttribute ShellItemComparison ShellItemDisplayString ShellItemGetImageOptions ShellItemToolTipOptions TaskbarButtonProgressState TextDataFormat TransferFlags VerbMultiSelectModel VerbPosition VerbSelectionModel WallpaperFit | IComObject IJumpListItem

View File

@ -1,21 +1,21 @@
![Vanara](https://github.com/dahall/Vanara/raw/master/docs/icons/VanaraHeading.png)
### Vanara.Windows.Shell NuGet Package
![Vanara](https://raw.githubusercontent.com/dahall/Vanara/master/docs/icons/VanaraHeading.png)
### **Vanara.Windows.Shell NuGet Package**
[![Version](https://img.shields.io/nuget/v/Vanara.Windows.Shell?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)
Classes for Windows Shell items derived from the Vanara PInvoke libraries. Includes shell items, files, icons, links, and taskbar lists.
### What is Vanara?
### **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?
### **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.Windows.Shell
### **Included in Vanara.Windows.Shell**
Classes | Enumerations
--- | ---
FilterShellItemEventArgs<br>NavigatedEventArgs<br>NavigatingEventArgs<br>NavigationFailedEventArgs<br>ShellBrowser<br>ShellBrowserNavigatedEventArgs<br>ShellBrowserViewHandler<br>ShellBrowserViewHandlerExtension<br>ShellDataObject<br>ShellFileDescriptor<br>TaskbarButton<br>TaskbarButtonThumbnail<br>TaskbarButtonThumbnails<br>ThumbnailToolbar<br>ThumbnailToolbarButton<br>ThumbnailToolbarButtonCollection<br> | NavigationLogDirection<br>SFVMUD<br>ShellBrowserViewMode<br>TaskbarItemTabThumbnailOption<br>Visibility<br><br><br><br><br><br><br><br><br><br><br><br>
FilterShellItemEventArgs NavigatedEventArgs NavigatingEventArgs NavigationFailedEventArgs ShellBrowser ShellBrowserNavigatedEventArgs ShellBrowserViewHandler ShellBrowserViewHandlerExtension ShellDataObject ShellFileDescriptor TaskbarButton TaskbarButtonThumbnail TaskbarButtonThumbnails ThumbnailToolbar ThumbnailToolbarButton ThumbnailToolbarButtonCollection | NavigationLogDirection SFVMUD ShellBrowserViewMode TaskbarItemTabThumbnailOption Visibility