shell32ApiSHAddToRecentDocs Method (UInt32, String) |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static void SHAddToRecentDocs(
uint uFlags,
string pv
)
<DllImportAttribute("shell32.dll">]
Public Shared Sub SHAddToRecentDocs (
uFlags As UInteger,
pv As String
)
public:
[DllImportAttribute(L"shell32.dll")]
static void SHAddToRecentDocs(
unsigned int uFlags,
String^ pv
)
[<DllImportAttribute("shell32.dll")>]
static member SHAddToRecentDocs :
uFlags : uint32 *
pv : string -> unit
Parameters
- uFlags
- Type: SystemUInt32
- pv
- Type: SystemString
See Also