[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace:  Interop.CCMEXEC
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
GetBody(
	
out 
byte 
pData,
	
out 
uint 
pulSize
)
Sub 
GetBody ( _
		<
OutAttribute> 
ByRef 
pData 
As 
Byte, _
		<
OutAttribute> 
ByRef 
pulSize 
As 
UInteger _
)
void 
GetBody(
		[
OutAttribute] 
unsigned char% 
pData, 
		[
InAttribute] [
OutAttribute] 
unsigned int% 
pulSize
)

Parameters

pData
Byte %
pulSize
UInt32 %

See Also