public bool ReadBinaryOutput(
out bool succeeded
)
Public Function ReadBinaryOutput (
<OutAttribute> ByRef succeeded As Boolean
) As Boolean
public:
bool ReadBinaryOutput(
[OutAttribute] bool% succeeded
)
member ReadBinaryOutput :
succeeded : bool byref -> bool