Skip to content
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

Ryanunderhill/c api string arg #1436

Merged
merged 10 commits into from
Jul 20, 2019
Merged

Conversation

RyanUnderhill
Copy link
Member

From Harry's original PR: This PR aims to add string attribute interface in C API. This serves as an initial attempt to ultimately resolve #755 . The string length is handled in WinAPI fashion -- need two API calls to get the string. The first one is used to get the length of the string, and the second call get the actual string.

@RyanUnderhill RyanUnderhill requested a review from a team as a code owner July 18, 2019 22:48
@RyanUnderhill RyanUnderhill merged commit 9e2fa69 into master Jul 20, 2019
@yuslepukhin yuslepukhin deleted the ryanunderhill/c_api_string_arg branch August 6, 2019 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support retrieving more attributes types in C API
3 participants