dfs_cbparms_t

Is used to signal completion of dfs_readnowait or dfs_writenowait.

Service:Direct File System
Defined In:dfs.h

Structure

  typedef struct
  {
     void    *sema;
     int      ccode;
  } dfs_cbparms_t;
  

Fields

sema

Specifies a local semaphore handle obtained by calling a semaphore function. See Synchronization Services in Volume 2.

ccode

Specifies the completion code for dfs_readnowait or dfs_writenowait. For possible values, see Section 13.4.5, DFS Return Values.

Remarks

See dfs_readnowait or dfs_writenowait for more information.