MIDL2181
The documentation lists this name without a value.
Documented in Win32
pointer to a handle cannot be [unique] or [ptr] You cannot use the unique and full pointer attributes for a pointer to a handle. These attributes allow the value NULL , and the binding handle cannot be NULL . Use the [ ref ] attribute to derive the binding-handle parameter from reference pointers.