You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: