IActiveScriptEncode.EncodeSection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int EncodeSection(System::String ^ pchIn, System::UInt32 cchIn, System::String ^ pchOut, System::UInt32 cchOut, [Runtime::InteropServices::Out] System::UInt32 % pcchRet);
public int EncodeSection (string pchIn, uint cchIn, string pchOut, uint cchOut, out uint pcchRet);
abstract member EncodeSection : string * uint32 * string * uint32 * uint32 -> int
Public Function EncodeSection (pchIn As String, cchIn As UInteger, pchOut As String, cchOut As UInteger, ByRef pcchRet As UInteger) As Integer
Parameters
- pchIn
- String
- cchIn
- UInt32
- pchOut
- String
- cchOut
- UInt32
- pcchRet
- UInt32