Windows::Win32::System::SystemServices::LABEL_SECURITY_INFORMATION isn't a Windows::Win32::System::Services::OBJECT_SECURITY_INFORMATION #595
|
I am using GetNamedSecurityInfoA() to request security info from a file and I need the LABEL_SECURITY_INFORMATION, but since it is not a member of Windows::Win32::System::Services::OBJECT_SECURITY_INFORMATION it cannot be "or'd" into the securityinfo param of GetNamedSecurityInfoA()... I don't know if this an issue with 0.17.2 crate, or in my understanding of how to use the LABEL_SECURITY_INFORMATION enum value in this context. Any help resolving this issue is much appreciated! |
Answered by
mikebattista
Apr 19, 2023
Replies: 2 comments
|
Transferred to the win32 metadata repo where these definitions originate. I'm not familiar with this API, but hopefully they can help make sense of this. |
0 replies
|
This is fixed. |
0 replies
Answer selected by
mikebattista
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is fixed.