ArcFM Desktop Developer Guide
processingInstruction Method (ISAXContentHandler)


Syntax
'Declaration
 
Sub processingInstruction( _
   ByRef pwchTarget As UShort, _
   ByVal cchTarget As Integer, _
   ByRef pwchData As UShort, _
   ByVal cchData As Integer _
) 
'Usage
 
Dim instance As ISAXContentHandler
Dim pwchTarget As UShort
Dim cchTarget As Integer
Dim pwchData As UShort
Dim cchData As Integer
 
instance.processingInstruction(pwchTarget, cchTarget, pwchData, cchData)
void processingInstruction( 
   ref ushort pwchTarget,
   int cchTarget,
   ref ushort pwchData,
   int cchData
)

Parameters

pwchTarget
cchTarget
pwchData
cchData
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ISAXContentHandler Interface
ISAXContentHandler Members

 

 


Send Comment