IActiveScriptParse64.AddScriptlet 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 AddScriptlet(System::String ^ pstrDefaultName, System::String ^ pstrCode, System::String ^ pstrItemName, System::String ^ pstrSubItemName, System::String ^ pstrEventName, System::String ^ pstrDelimiter, System::UInt64 dwSourceContextCookie, System::UInt32 ulStartingLineNumber, System::UInt32 dwFlags, [Runtime::InteropServices::Out] System::String ^ % pbstrName, cli::array <stdole::EXCEPINFO> ^ pexcepinfo);
public int AddScriptlet (string pstrDefaultName, string pstrCode, string pstrItemName, string pstrSubItemName, string pstrEventName, string pstrDelimiter, ulong dwSourceContextCookie, uint ulStartingLineNumber, uint dwFlags, out string pbstrName, stdole.EXCEPINFO[] pexcepinfo);
abstract member AddScriptlet : string * string * string * string * string * string * uint64 * uint32 * uint32 * string * stdole.EXCEPINFO[] -> int
Public Function AddScriptlet (pstrDefaultName As String, pstrCode As String, pstrItemName As String, pstrSubItemName As String, pstrEventName As String, pstrDelimiter As String, dwSourceContextCookie As ULong, ulStartingLineNumber As UInteger, dwFlags As UInteger, ByRef pbstrName As String, pexcepinfo As EXCEPINFO()) As Integer
Parameters
- pstrDefaultName
- String
- pstrCode
- String
- pstrItemName
- String
- pstrSubItemName
- String
- pstrEventName
- String
- pstrDelimiter
- String
- dwSourceContextCookie
- UInt64
- ulStartingLineNumber
- UInt32
- dwFlags
- UInt32
- pbstrName
- String
- pexcepinfo
- EXCEPINFO[]