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

Can we use "handle_t" instead of "void *" when simple type is FC_IGNORE? #39

Open
existXFx opened this issue Mar 7, 2020 · 0 comments

Comments

@existXFx
Copy link

existXFx commented Mar 7, 2020

The following knowledge is just my own understanding and may be wrong.

In the simple Oi style parameter descriptor, FC_IGNORE is one of the type values used. Currently in RpcView, the decompiled human-readable string corresponding to this simple type is "void * / * FC_IGNORE * /". As far as I know, FC_IGNORE should correspond to the MIDL predefined type handle_t. Although it is actually the same as the pointer type, it has more precise semantics.

@silverf0x Could you please confirm my opinion? Thanks a lot!

@existXFx existXFx changed the title Can we use handle_t instead of void * when simple type is FC_IGNORE? Can we use "handle_t" instead of "void *" when simple type is FC_IGNORE? Mar 7, 2020
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

No branches or pull requests

1 participant