4.1.25.1 Server Behavior of the IDL_DRSUnbind Method

Informative summary of behavior: The server releases any resources associated with the context handle, making the context handle unusable by the client. The server sets phDrs to null.

 ULONG
 IDL_DRSUnbind(
     [in, out, ref] DRS_HANDLE *phDrs)
  
 ValidateDRSInput(hDrs, 1)
  
 phDrs^ := null
 return 0