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