public interface IOCtlInterface
Optional interface that a DiskInterface driver can implement to enable NT I/O control function processing.
Modifier and Type | Method and Description |
---|---|
DataBuffer |
processIOControl(SrvSession sess,
TreeConnection tree,
int ctrlCode,
int fid,
DataBuffer dataBuf,
boolean isFSCtrl,
int filter)
Process a filesystem I/O control request
|
DataBuffer processIOControl(SrvSession sess, TreeConnection tree, int ctrlCode, int fid, DataBuffer dataBuf, boolean isFSCtrl, int filter) throws IOControlNotImplementedException, SMBException
sess
- Server sessiontree
- Tree connection.ctrlCode
- I/O control codefid
- File iddataBuf
- I/O control specific input dataisFSCtrl
- true if this is a filesystem control, or false for a device controlfilter
- if bit0 is set indicates that the control applies to the share root handleIOControlNotImplementedException
SMBException
Copyright © 2005–2017 Alfresco Software. All rights reserved.