-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
182 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Vanara.PInvoke.RstrtMgr | ||
PInvoke API (methods, structures and constants) imported from Windows RstrtMgr.dll. | ||
|
||
- Includes methods from rstrtmgr.dll | ||
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.RstrtMgr?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.RstrtMgr?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.RstrtMgr) | ||
### Methods - 100% API coverage (11 of 11 functions) | ||
Native Method | Header | Managed Method | ||
--- | --- | --- | ||
[RmAddFilter](https://www.google.com/search?num=5&q=RmAddFilter+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmAddFilter](https://github.com/dahall/Vanara/search?l=C%23&q=RmAddFilter) | ||
[RmCancelCurrentTask](https://www.google.com/search?num=5&q=RmCancelCurrentTask+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmCancelCurrentTask](https://github.com/dahall/Vanara/search?l=C%23&q=RmCancelCurrentTask) | ||
[RmEndSession](https://www.google.com/search?num=5&q=RmEndSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmEndSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmEndSession) | ||
[RmGetFilterList](https://www.google.com/search?num=5&q=RmGetFilterList+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmGetFilterList](https://github.com/dahall/Vanara/search?l=C%23&q=RmGetFilterList) | ||
[RmGetList](https://www.google.com/search?num=5&q=RmGetList+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmGetList](https://github.com/dahall/Vanara/search?l=C%23&q=RmGetList) | ||
[RmJoinSession](https://www.google.com/search?num=5&q=RmJoinSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmJoinSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmJoinSession) | ||
[RmRegisterResources](https://www.google.com/search?num=5&q=RmRegisterResources+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRegisterResources](https://github.com/dahall/Vanara/search?l=C%23&q=RmRegisterResources) | ||
[RmRemoveFilter](https://www.google.com/search?num=5&q=RmRemoveFilter+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRemoveFilter](https://github.com/dahall/Vanara/search?l=C%23&q=RmRemoveFilter) | ||
[RmRestart](https://www.google.com/search?num=5&q=RmRestart+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmRestart](https://github.com/dahall/Vanara/search?l=C%23&q=RmRestart) | ||
[RmShutdown](https://www.google.com/search?num=5&q=RmShutdown+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmShutdown](https://github.com/dahall/Vanara/search?l=C%23&q=RmShutdown) | ||
[RmStartSession](https://www.google.com/search?num=5&q=RmStartSession+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RmStartSession](https://github.com/dahall/Vanara/search?l=C%23&q=RmStartSession) | ||
### Structures | ||
Native Structure | Header | Managed Structure | ||
--- | --- | --- | ||
[RM_FILTER_INFO](https://www.google.com/search?num=5&q=RM_FILTER_INFO+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_FILTER_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=RM_FILTER_INFO) | ||
[RM_PROCESS_INFO](https://www.google.com/search?num=5&q=RM_PROCESS_INFO+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_PROCESS_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=RM_PROCESS_INFO) | ||
[RM_UNIQUE_PROCESS](https://www.google.com/search?num=5&q=RM_UNIQUE_PROCESS+site%3Adocs.microsoft.com) | restartmanager.h | [Vanara.PInvoke.RstrtMgr.RM_UNIQUE_PROCESS](https://github.com/dahall/Vanara/search?l=C%23&q=RM_UNIQUE_PROCESS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters