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.

MethodDescription
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

Windowsstoragecom.h

DLL

Windows.storage.dll

See also

IUnbufferedFileHandleProvider::OpenUnbufferedFileHandle

 

 

Show: