-
Notifications
You must be signed in to change notification settings - Fork 525
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
How to get HRESULT of Win32::Networking::ActiveDirectory::IDirectorySearch::GetNextRow
?
#1371
Comments
Win32::Networking::ActiveDirectory::IDirectorySearch::GetNextRow
Win32::Networking::ActiveDirectory::IDirectorySearch::GetNextRow
?
This is the result of an issue with the Win32 metadata, that fails to contain enough information for As I understand it, the The maintainers of |
Thank you for your explanation! I'll wait for the progress of win32metadata and windows-rs.:+1: 💭 (If it takes a long time, I wish win32metadata teams accept |
Hi. I am blocked by issue. You can accept my solution AlternateSuccessCodes for now and later do solution better? Sorry for impatience I can not finish my project. Thank you for work and windows-rs. 👍 |
With 0.29.0, I can now get Thank you! |
I apologize if I'm asking a silly question.
I need the
HRESULT
to check whether more rows are available to search ActiveDirectory usingWin32::Networking::ActiveDirectory::IDirectorySearch
.How can I get actual
HRESULT
fromResult<()>
?It seems executing
GetNextRow()
always returnsOk(())
even when no more rows.https://microsoft.github.io/windows-docs-rs/doc/windows/Win32/Networking/ActiveDirectory/struct.IDirectorySearch.html#method.GetNextRow
The text was updated successfully, but these errors were encountered: