Skip to content

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

Description

@existXFx

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions