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.PARAMFLAG

Assembly: System.Runtime.InteropServices

Describes how to transfer a structure element, parameter, or function return value between processes.

Values

PARAMFLAG_NONE
Does not specify whether the parameter passes or receives information.
PARAMFLAG_FIN
The parameter passes information from the caller to the callee.
PARAMFLAG_FOUT
The parameter returns information from the callee to the caller.
PARAMFLAG_FLCID
The parameter is the local identifier of a client application.
PARAMFLAG_FRETVAL
The parameter is the return value of the member.
PARAMFLAG_FOPT
The parameter is optional.
PARAMFLAG_FHASDEFAULT
The parameter has default behaviors defined.
PARAMFLAG_FHASCUSTDATA
The parameter has custom data.