diff options
author | Hennes Rohling <hro@openoffice.org> | 2002-08-26 12:45:01 +0000 |
---|---|---|
committer | Hennes Rohling <hro@openoffice.org> | 2002-08-26 12:45:01 +0000 |
commit | aaf4a8b0e43324c7b4654abcee9eb13f5b58cb26 (patch) | |
tree | 564d2deef6a285addad02ce26ad185b9c64017f3 /sal | |
parent | 1b5cb73be79cb4813bd8227cb7c4db72fb55f1d3 (diff) |
#102526# Implemented GetUserDomain for Windows
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/systools/win32/uwinapi.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sal/inc/systools/win32/uwinapi.h b/sal/inc/systools/win32/uwinapi.h index 0d461e16cd2a..6788dc7e94c0 100644 --- a/sal/inc/systools/win32/uwinapi.h +++ b/sal/inc/systools/win32/uwinapi.h @@ -2,9 +2,9 @@ * * $RCSfile: uwinapi.h,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hro $ $Date: 2002-08-26 13:43:45 $ + * last change: $Author: hro $ $Date: 2002-08-26 13:45:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,8 +79,7 @@ logged in. Parameters @param lpBuffer [out] Pointer to a buffer that receives a null-terminated string - containing the domain name. The buffer size should be large enough to - contain MAX_COMPUTERNAME_LENGTH + 1 characters. + containing the domain name. @param nBufferSize [in] Specifies the size, in TCHARs, of the buffer pointed to by the lpBuffer parameter. |