RpcView icon indicating copy to clipboard operation
RpcView copied to clipboard

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

Open existXFx opened this issue 5 years ago • 0 comments

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 avatar Mar 07 '20 16:03 existXFx