Replies: 1 comment 6 replies
-
|
Hmmm I'm not entirely sure but it seems like CfGetPlaceholderStateFromFindData may be incorrectly defined if it only takes an ANSI struct. You might be stuck manually changing a DATAW into a DATAA. Or you could change your cswin32 generation to generate both unicode and ansi and call the ansi methods to get a struct in the ANSI format. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am in the process of converting some Vanara code to CsWin32 - an issue I've encountered is FindFirstFile returns a WIN32_FIND_DATAW but CfGetPlaceholderStateFromFindData takes a WIN32_FIND_DATAA
Whats the best way to resolve this? I noticed the doco for FindFirstFile implies that it should already be returning a FIND_DATAA struct?
Beta Was this translation helpful? Give feedback.
All reactions