DFSCallBackParameters

Is used to signal completion of DFSReadNoWait

Service:Direct File System
Defined In:nwdfs.h

Structure

  struct DFSCallBackParameters  
  {  
     LONG   localSemaphoreHandle ;  
     LONG   completionCode ;  
  }; 
  

Fields

localSemaphoreHandle
Specifies a local semaphore handle obtained by calling OpenLocalSemaphore.
completionCode
Specifies the completion code for DFSReadNoWait.

Remarks

See DFSReadNoWait for more information.