[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 
GetBodyLength(
	
out 
uint 
pulBytes
)
Sub 
GetBodyLength ( _
		<
OutAttribute> 
ByRef 
pulBytes 
As 
UInteger _
)
void 
GetBodyLength(
		[
OutAttribute] 
unsigned int% 
pulBytes
)

Parameters

pulBytes
UInt32 %

See Also