Searched defs:lpBuffer (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/framework/source/fwi/helper/ |
H A D | networkdomain.cxx | 49 static DWORD WINAPI GetUserDomainW_NT( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_NT() 58 static DWORD WINAPI GetUserDomainW_WINDOWS( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_WINDOWS()
|
/aoo4110/main/sal/systools/win32/uwinapi/ |
H A D | GetUserDomainA.cpp | 27 EXTERN_C DWORD WINAPI GetUserDomainA_NT( LPSTR lpBuffer, DWORD nSize ) in GetUserDomainA_NT()
|
H A D | GetUserDomainW.cpp | 27 EXTERN_C DWORD WINAPI GetUserDomainW_NT( LPWSTR lpBuffer, DWORD nSize ) in GetUserDomainW_NT()
|
/aoo4110/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 390 bool Pipe::Write( LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWORD lpBytesWritten, bool bWait ) in Write() 413 bool Pipe::Read( LPVOID lpBuffer, DWORD dwBytesToRead, LPDWORD lpBytesRead, bool bWait ) in Read() 736 extern "C" BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWO… in WriteSimplePipe() 749 extern "C" BOOL WINAPI ReadSimplePipe( HANDLE hPipe, LPVOID lpBuffer, DWORD dwBytesToRead, LPDWORD … in ReadSimplePipe()
|
/aoo4110/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 395 bool Pipe::Write( LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWORD lpBytesWritten, bool bWait ) in Write() 418 bool Pipe::Read( LPVOID lpBuffer, DWORD dwBytesToRead, LPDWORD lpBytesRead, bool bWait ) in Read() 741 extern "C" BOOL WINAPI WriteSimplePipe( HANDLE hPipe, LPCVOID lpBuffer, DWORD dwBytesToWrite, LPDWO… in WriteSimplePipe() 754 extern "C" BOOL WINAPI ReadSimplePipe( HANDLE hPipe, LPVOID lpBuffer, DWORD dwBytesToRead, LPDWORD … in ReadSimplePipe()
|
H A D | tempfile.cxx | 239 LPWSTR lpBuffer = ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer); in osl_getTempDirURL() local
|
H A D | file_url.cxx | 992 LPTSTR lpBuffer = NULL; in osl_searchFileURL() local
|
H A D | file_dirvol.cxx | 346 static BOOL WINAPI EnumLogicalDrives(HANDLE hEnum, LPTSTR lpBuffer) in EnumLogicalDrives()
|
/aoo4110/main/filter/source/placeware/ |
H A D | tempfile.cxx | 91 LPWSTR lpBuffer = szBuffer; in my_getTempDirURL() local
|
/aoo4110/main/xmerge/source/activesync/ |
H A D | XMergeFilter.cpp | 144 DWORD dwLanguageId, LPTSTR lpBuffer, DWORD nSize, in FormatMessage()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 506 static int LoadAndFormatString( HINSTANCE hInstance, UINT uID, LPTSTR lpBuffer, int nBufferMax ) in LoadAndFormatString()
|
Completed in 115 milliseconds