IMallocSpy.PostGetSize 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
PostGetSize(IntPtr, Int32) | |
PostGetSize(UInt32, Int32) |
PostGetSize(IntPtr, Int32)
public:
IntPtr PostGetSize(IntPtr cbActual, int fSpyed);
public IntPtr PostGetSize (IntPtr cbActual, int fSpyed);
abstract member PostGetSize : nativeint * int -> nativeint
Public Function PostGetSize (cbActual As IntPtr, fSpyed As Integer) As IntPtr
Parameters
- cbActual
-
IntPtr
nativeint
- fSpyed
- Int32
Returns
IntPtr
nativeint
Applies to
PostGetSize(UInt32, Int32)
public:
System::UInt32 PostGetSize(System::UInt32 cbActual, int fSpyed);
public:
unsigned int PostGetSize(unsigned int cbActual, int fSpyed);
unsigned int PostGetSize(unsigned int cbActual, int fSpyed);
public uint PostGetSize (uint cbActual, int fSpyed);
abstract member PostGetSize : uint32 * int -> uint32
Public Function PostGetSize (cbActual As UInteger, fSpyed As Integer) As UInteger
Parameters
- cbActual
- UInt32
- fSpyed
- Int32