MIDL2378

The documentation lists this name without a value.

Documented in Win32

Compiler Errors

[serialize], [noserialize] can be applied to context_handles The ACF attributes [context_handle_serialize] or [context_handle_noserialize] can only be applied to types that are context handles. Example IDL file: typedef /*[context_handle] */ void *PV; //Note: PV is *not* a context handle. Example ACF file: typedef [context_handle_serialize] PV; //MIDL 2378