- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- COMRegisterTask
Syntax
[DllImport("Kernel32.dll")]
public static extern int FormatMessage(int flags, IntPtr source, int messageId, int languageId, StringBuilder buffer, int size, IntPtr arguments)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| flags | int | |
| source | IntPtr | |
| messageId | int | |
| languageId | int | |
| buffer | StringBuilder | |
| size | int | |
| arguments | IntPtr |
Return Value
| Type | Description |
|---|---|
| int |
