| Visual Basic (Declaration) | |
|---|---|
Protected Shared Sub StackWriteLine( _ ByVal pStackFrame As StackFrame, _ ByVal pMessage As String _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim pStackFrame As StackFrame Dim pMessage As String TraceFns.StackWriteLine(pStackFrame, pMessage)  | |
| C# | |
|---|---|
protected static void StackWriteLine( StackFrame pStackFrame, string pMessage )  | |
| C++/CLI | |
|---|---|
protected: static void StackWriteLine( StackFrame^ pStackFrame, String^ pMessage )  | |
Parameters
- pStackFrame
 - pMessage
 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family