Allows you to access information and gain control of IEdmBatchUnlock operations.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmUnlockOpCallback | |
| C# | |
|---|---|
public interface IEdmUnlockOpCallback | |
| C++/CLI | |
|---|---|
public interface class IEdmUnlockOpCallback | |
Access Check-in Flags in Check out Dialog (C#)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
Access Check-in Flags in Check out Dialog (VB.NET)
Prevent Admin from Checking In File (C#)
Prevent Admin from Checking In File (VB.NET)
This interface inherits from IUnknown. See Using and Implementing IUnknown (COM).
To use this callback interface:
- Create a new class.
- Implement all of the methods of this interface in the new class.
- Call IEdmBatchUnlock::CreateTree or IEdmBatchUnlock::UnlockFiles, setting poCallback to a pointer to the new class.