IViewObjectEx.Freeze Method

Definition

Overloads

Freeze(UInt32, Int32, IntPtr, UInt32)
Freeze(UInt32, Int32, UInt32, UInt32)

Freeze(UInt32, Int32, IntPtr, UInt32)

public:
 int Freeze(System::UInt32 dwDrawAspect, int lindex, IntPtr pvAspect, [Runtime::InteropServices::Out] System::UInt32 % pdwFreeze);
public int Freeze (uint dwDrawAspect, int lindex, IntPtr pvAspect, out uint pdwFreeze);
abstract member Freeze : uint32 * int * nativeint * uint32 -> int
Public Function Freeze (dwDrawAspect As UInteger, lindex As Integer, pvAspect As IntPtr, ByRef pdwFreeze As UInteger) As Integer

Parameters

dwDrawAspect
UInt32
lindex
Int32
pvAspect
IntPtr

nativeint

pdwFreeze
UInt32

Returns

Implements

Applies to

Freeze(UInt32, Int32, UInt32, UInt32)

public:
 void Freeze(System::UInt32 dwDrawAspect, int lindex, System::UInt32 pvAspect, [Runtime::InteropServices::Out] System::UInt32 % pdwFreeze);
public void Freeze (uint dwDrawAspect, int lindex, uint pvAspect, out uint pdwFreeze);
abstract member Freeze : uint32 * int * uint32 * uint32 -> unit
Public Sub Freeze (dwDrawAspect As UInteger, lindex As Integer, pvAspect As UInteger, ByRef pdwFreeze As UInteger)

Parameters

dwDrawAspect
UInt32
lindex
Int32
pvAspect
UInt32
pdwFreeze
UInt32

Implements

Applies to