Expand Minimize
This topic has not yet been rated - Rate this topic

PerUserInit function

[This function is available through Windows XP with Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows.]

Creates My Documents and other special folders, initializes them as needed, and creates the Send To shortcut menu item for My Documents.

Syntax


void PerUserInit(void);

Parameters

This function has no parameters.

Return value

This function does not return a value.

Remarks

Applications do not need to call this function because the operating system already does so.

This function does not have an associated header or library file so it must be called by ordinal value. Call LoadLibrary with the DLL name Mydocs.dll to obtain a module handle. Then call GetProcAddress with that module handle and the ordinal number 7 to use this function.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Shlobj.h

DLL

Mydocs.dll (version 6.0 or later)

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.