In This Topic
Syntax
'Declaration
Public Shared Function AssocQueryString( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Text.StringBuilder, _
ByRef As System.UInteger _
) As System.UInteger
public static System.uint AssocQueryString(
System.int ,
System.int ,
System.string ,
System.string ,
System.Text.StringBuilder ,
ref System.uint
)
Parameters
- flags
- str
- pszAssoc
- pszExtra
- pszOut
- pcchOut
See Also