Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Runtime.InteropServices.ComTypes.IDLFLAG
Assembly: System.Runtime.InteropServices
Describes how to transfer a structure element, parameter, or function return value between processes.
Values
IDLFLAG_NONE
Does not specify whether the parameter passes or receives information.
IDLFLAG_FIN
The parameter passes information from the caller to the callee.
IDLFLAG_FOUT
The parameter returns information from the callee to the caller.
IDLFLAG_FLCID
The parameter is the local identifier of a client application.
IDLFLAG_FRETVAL
The parameter is the return value of the member.