Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than advapi32, prefix the name with the module name and a period.
in Pointer to a null-terminated string that specifies the Universal Naming Convention (UNC) name of the server on which this operation is to be performed. If this parameter is NULL, the operation is performed on the local computer.
lpFileName
in Pointer to a null-terminated string that specifies the name of the backup file.
C# Signature:
[DllImport("advapi32.dll", EntryPoint="OpenBackupEventLog")]
public static extern int OpenBackupEventLogA(
string lpUNCServerName,
string lpFileName);
VB Signature:
Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO
Declare Function OpenBackupEventLog Lib "advapi32.dll" (TODO) As TODO
User-Defined Types:
None.
Sample Code:
Please add some!
Notes:
None.
Alternative Managed API:
Do you know one? Please contribute it!
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Click to read this page
3/16/2007 7:33:36 AM - -131.107.71.225
TODO - a short description
12/14/2016 8:58:44 AM - -42.99.164.65
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).