-
Notifications
You must be signed in to change notification settings - Fork 285
Add Go bindflt/silo definitions #1331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| package winapi | ||
|
|
||
| const ( | ||
| BINDFLT_FLAG_READ_ONLY_MAPPING uint32 = 0x00000001 | ||
| BINDFLT_FLAG_MERGED_BIND_MAPPING uint32 = 0x00000002 | ||
| BINDFLT_FLAG_USE_CURRENT_SILO_MAPPING uint32 = 0x00000004 | ||
| ) | ||
|
|
||
| // HRESULT | ||
| // BfSetupFilterEx( | ||
| // _In_ ULONG Flags, | ||
| // _In_opt_ HANDLE JobHandle, | ||
| // _In_opt_ PSID Sid, | ||
| // _In_ LPCWSTR VirtualizationRootPath, | ||
| // _In_ LPCWSTR VirtualizationTargetPath, | ||
| // _In_reads_opt_( VirtualizationExceptionPathCount ) LPCWSTR* VirtualizationExceptionPaths, | ||
| // _In_opt_ ULONG VirtualizationExceptionPathCount | ||
| // ); | ||
| // | ||
| //sys BfSetupFilterEx(flags uint32, jobHandle windows.Handle, sid *windows.SID, virtRootPath *uint16, virtTargetPath *uint16, virtExceptions **uint16, virtExceptionPathCount uint32) (hr error) = bindfltapi.BfSetupFilterEx? |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.