IUnbufferedFileHandleOplockCallback interface
Defines a callback method that you want to run when the opportunistic lock for a handle that you get by calling the IUnbufferedFileHandleProvider::OpenUnbufferedFileHandle method is broken.
Members
The IUnbufferedFileHandleOplockCallback interface inherits from the IUnknown interface. IUnbufferedFileHandleOplockCallback also has these types of members:
Methods
The IUnbufferedFileHandleOplockCallback interface has these methods.
| Method | Description |
|---|---|
| OnBrokenCallback |
Runs when the opportunistic lock for a handle that you get by calling the IUnbufferedFileHandleProvider::OpenUnbufferedFileHandle method is broken. |
Requirements
|
Minimum supported client |
Windows 10 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2016 [desktop apps only] |
|
Header |
|
|
DLL |
|
See also
Show: