Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Function PostGetSize ( _
cbActual As UInteger, _
fSpyed As Integer _
) As UInteger
'使用
Dim instance As IMallocSpy
Dim cbActual As UInteger
Dim fSpyed As Integer
Dim returnValue As UInteger
returnValue = instance.PostGetSize(cbActual, _
fSpyed)
uint PostGetSize(
uint cbActual,
int fSpyed
)
unsigned int PostGetSize(
[InAttribute] unsigned int cbActual,
[InAttribute] int fSpyed
)
function PostGetSize(
cbActual : uint,
fSpyed : int
) : uint
Parameters
- cbActual
Type: System.UInt32
- fSpyed
Type: System.Int32
Return Value
Type: System.UInt32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.