NativeMethods.BuildFilename 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:
static int BuildFilename(Microsoft::BizTalk::Message::Interop::IBaseMessage ^ message, System::String ^ maskFilename, System::Text::StringBuilder ^ realFilename, bool % hasWildcard, int % outputLen);
public static int BuildFilename (Microsoft.BizTalk.Message.Interop.IBaseMessage message, string maskFilename, System.Text.StringBuilder realFilename, ref bool hasWildcard, ref int outputLen);
static member BuildFilename : Microsoft.BizTalk.Message.Interop.IBaseMessage * string * System.Text.StringBuilder * bool * int -> int
Public Shared Function BuildFilename (message As IBaseMessage, maskFilename As String, realFilename As StringBuilder, ByRef hasWildcard As Boolean, ByRef outputLen As Integer) As Integer
Parameters
- message
- IBaseMessage
- maskFilename
- String
- realFilename
- StringBuilder
- hasWildcard
- Boolean
- outputLen
- Int32