IViewObject.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

Applies to

Freeze(UInt32, Int32, UInt32, UInt32)

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

Parameters

dwDrawAspect
UInt32
lindex
Int32
pvAspect
UInt32
pdwFreeze
UInt32

Returns

Remarks

For information on the COM interface, see IViewObject::Freeze

Applies to