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