IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Windows Discussion :

MSDN ne marche pas, infos sur GetWindowsDirectory()


Sujet :

Windows

  1. #1
    Membre du Club
    Profil pro
    Inscrit en
    Juillet 2005
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2005
    Messages : 98
    Points : 63
    Points
    63
    Par défaut MSDN ne marche pas, infos sur GetWindowsDirectory()
    Salut à tous,
    MSDN ne renvoie que des petits carrés à la page de GetWindowsDirectory()
    Encore une blague de bill.
    Y nous aura fait marcher .....
    Je voudrais savoir ce que renvoie cette fonction en cas d'échec.
    Merci à tous.
    Alain

  2. #2
    Membre averti Avatar de Chatbour
    Profil pro
    Étudiant
    Inscrit en
    Septembre 2006
    Messages
    431
    Détails du profil
    Informations personnelles :
    Localisation : Tunisie

    Informations professionnelles :
    Activité : Étudiant

    Informations forums :
    Inscription : Septembre 2006
    Messages : 431
    Points : 305
    Points
    305
    Par défaut
    Salut,

    Informations issues de ce lien :
    http://msdn2.microsoft.com/en-us/library/ms724454.aspx

    GetWindowsDirectory

    Retrieves the path of the Windows directory. The Windows directory contains such files as applications, initialization files, and help files.

    This function is provided primarily for compatibility. Applications should store code in the Program Files folder and persistent data in the Application Data folder in the user's profile. For more information, see ShGetFolderPath.

    UINT WINAPI GetWindowsDirectory(
    LPTSTR lpBuffer,
    UINT uSize
    );

    Parameters

    lpBuffer
    [out] A pointer to a buffer that receives the path. This path does not end with a backslash unless the Windows directory is the root directory. For example, if the Windows directory is named Windows on drive C, the path of the Windows directory retrieved by this function is C:\Windows. If the system was installed in the root directory of drive C, the path retrieved is C:\.
    uSize
    [in] The maximum size of the buffer specified by the lpBuffer parameter, in TCHARs. This value should be set to MAX_PATH.

    Return Value

    If the function succeeds, the return value is the length of the string copied to the buffer, in TCHARs, not including the terminating null character.

    If the length is greater than the size of the buffer, the return value is the size of the buffer required to hold the path.

    If the function fails, the return value is zero. To get extended error information, call GetLastError.
    Remarks

    The Windows directory is the directory where an application should store initialization and help files. If the user is running a shared version of the system, the Windows directory is guaranteed to be private for each user.

    If an application creates other files that it wants to store on a per-user basis, it should place them in the directory specified by the HOMEPATH environment variable. This directory will be different for each user, if so specified by an administrator, through the User Manager administrative tool. HOMEPATH always specifies either the user's home directory, which is guaranteed to be private for each user, or a default directory (for example, C:\USERS\DEFAULT) where the user will have all access.

    Terminal Services: If the application is running in a Terminal Services environment, each user has a private Windows directory. There is also a shared Windows directory for the system. If the application is Terminal-Services-aware (has the IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE flag set in the image header), this function returns the path of the system Windows directory, just as the GetSystemWindowsDirectory function does. Otherwise, it retrieves the path of the private Windows directory for the user.

    Example Code

    For an example, see Getting System Information.
    Requirements

    Client


    Requires Windows Vista, Windows XP, Windows 2000 Professional, Windows NT Workstation, Windows Me, Windows 98, or Windows 95.

    Server


    Requires Windows Server 2008, Windows Server 2003, Windows 2000 Server, or Windows NT Server.

    Header


    Declared in Winbase.h; include Windows.h.

    Library


    Use Kernel32.lib.

    DLL


    Requires Kernel32.dll.

    Unicode


    Implemented as GetWindowsDirectoryW (Unicode) and GetWindowsDirectoryA (ANSI). Note that Unicode support on Windows Me/98/95 requires Microsoft Layer for Unicode.

  3. #3
    Membre du Club
    Profil pro
    Inscrit en
    Juillet 2005
    Messages
    98
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juillet 2005
    Messages : 98
    Points : 63
    Points
    63
    Par défaut
    Maintenant ça marche.
    Merci quand même.
    Alain

Discussions similaires

  1. JLabel ne marche pas correctement sur firefox ?
    Par razily dans le forum Général JavaScript
    Réponses: 1
    Dernier message: 23/04/2012, 17h08
  2. Réponses: 3
    Dernier message: 16/03/2007, 18h04
  3. Typage fort ne marche pas forcément sur un bouton ?
    Par bouchette63 dans le forum Flash
    Réponses: 4
    Dernier message: 15/09/2006, 11h43
  4. Réponses: 3
    Dernier message: 08/09/2003, 15h06
  5. Réponses: 9
    Dernier message: 07/05/2003, 12h57

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo