MIDL2358

The documentation lists this name without a value.

Documented in Win32

Compiler Errors

error_status_t should have both [comm_status] and [fault_status] A procedure was specified with the IDL attributes [maybe] or [message] but the return type only has the ACF attributes [comm_status] or [fault_status]. Both ACF attributes are required. Example ACF file: [comm_status] roo(); //MIDL 2358 [fault_status] bar(); //MIDL 2358 [comm_status, fault_status] baz(); //OK