IOleUndoUnit.GetUnitType(Guid, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void GetUnitType([Runtime::InteropServices::Out] Guid % pClsid, [Runtime::InteropServices::Out] int % plID);
public void GetUnitType (out Guid pClsid, out int plID);
abstract member GetUnitType : Guid * int -> unit
Public Sub GetUnitType (ByRef pClsid As Guid, ByRef plID As Integer)
Parameters
- pClsid
- Guid
- plID
- Int32
Remarks
For information on the COM interface, see IOleUndoUnit::GetUnitType