Home
last modified time | relevance | path

Searched refs:LPTR (Results 1 – 25 of 27) sorted by relevance

12

/reactos/dll/win32/userenv/
H A Dsid.c45 UserBuffer = LocalAlloc(LPTR, Length); in GetUserSid()
81 pSid = LocalAlloc(LPTR, Length); in GetUserSid()
110 UserBuffer = LocalAlloc(LPTR, Length); in GetUserSidStringFromToken()
H A Denvironment.c54 DstValue.Buffer = Buffer = LocalAlloc(LPTR, Length); in SetUserEnvironmentVariable()
127 Value.Buffer = LocalAlloc(LPTR, Value.MaximumLength); in AppendUserEnvironmentVariable()
224 lpUserName = LocalAlloc(LPTR, cbUserName * sizeof(WCHAR)); in GetUserAndDomainName()
231 lpDomainName = LocalAlloc(LPTR, cbDomainName * sizeof(WCHAR)); in GetUserAndDomainName()
327 lpValueName = LocalAlloc(LPTR, dwMaxValueNameLength * sizeof(WCHAR)); in SetUserEnvironment()
334 lpValueData = LocalAlloc(LPTR, dwMaxValueDataLength); in SetUserEnvironment()
446 lpValueName = LocalAlloc(LPTR, dwMaxValueNameLength * sizeof(WCHAR)); in SetSystemEnvironment()
453 lpValueData = LocalAlloc(LPTR, dwMaxValueDataLength); in SetSystemEnvironment()
/reactos/win32ss/gdi/gdi32/objects/
H A Dmetafile.c118 Buffer = (BYTE *)LocalAlloc(LPTR, nSize); in GdiCreateLocalMetaFilePict()
153 BufNew = (BYTE *)LocalAlloc(LPTR, cSize); in GdiCreateLocalMetaFilePict()
223 Buffer = (BYTE *)LocalAlloc(LPTR, nSize); in GdiConvertMetaFilePict()
H A Denhmfile.c52 Buffer = (BYTE *)LocalAlloc(LPTR, nSize); in GdiConvertEnhMetaFile()
86 Buffer = (BYTE *)LocalAlloc(LPTR, nSize); in GdiCreateLocalEnhMetaFile()
/reactos/modules/rostests/apitests/userenv/
H A DLoadUserProfile.c68 UserBuffer = LocalAlloc(LPTR, Length); in GetUserSid()
102 pSid = LocalAlloc(LPTR, Length); in GetUserSid()
/reactos/dll/win32/shdocvw/
H A Dmrulist.cpp122 return ::LocalAlloc(LPTR, size); in operator new()
192 pItem->pvData = ::LocalAlloc(LPTR, cbData); in _LoadItem()
261 pItem->pvData = ::LocalAlloc(LPTR, cbData); in _AddItem()
293 m_pSlots = (SLOTITEMDATA*)::LocalAlloc(LPTR, m_cSlotRooms * sizeof(SLOTITEMDATA)); in InitData()
468 m_pszSlotData = (LPWSTR)LocalAlloc(LPTR, cbData); in _InitSlots()
588 m_puSlotData = (UINT*)LocalAlloc(LPTR, cbData); in _InitSlots()
1052 m_pbNodeSlots = (BYTE*)LocalAlloc(LPTR, m_cSlotRooms * sizeof(BYTE)); in _InitNodeSlots()
1327 return ::LocalAlloc(LPTR, size); in operator new()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdzip.c76 return LocalAlloc(LPTR, items * size); in zcalloc()
304 file_cache = (PUCHAR)LocalAlloc(LPTR, uncompressed); in ExtractZipImage()
H A Dvfdctl.c1028 config = (LPQUERY_SERVICE_CONFIG)LocalAlloc(LPTR, result); in VfdGetDriverConfig()
1432 image_buf = (PUCHAR)LocalAlloc(LPTR, image_size); in VfdOpenImage()
1523 image_buf = (PUCHAR)LocalAlloc(LPTR, image_size); in VfdOpenImage()
1551 image_info = (PVFD_IMAGE_INFO)LocalAlloc(LPTR, in VfdOpenImage()
1855 LPTR, sizeof(VFD_IMAGE_INFO) + MAX_PATH); in VfdGetImageInfo()
2556 buf = (PUCHAR)LocalAlloc(LPTR, length.Length.LowPart); in VfdFormatMedia()
2725 buf = (PUCHAR)LocalAlloc(LPTR, length.Length.LowPart); in VfdSaveImage()
2913 info = LocalAlloc(LPTR, result); in VfdCheckDriverFile()
3163 image_buf = (PUCHAR)LocalAlloc(LPTR, file_size); in VfdCreateImageFile()
/reactos/base/applications/regedit/
H A Derror.c51 lpMsgBuf = (LPWSTR)LocalAlloc(LPTR, (strLen + 1) * sizeof(WCHAR)); in InfoMessageBox()
/reactos/dll/3rdparty/libtirpc/src/
H A Dwintirpc.c139 lpvData = (LPVOID) LocalAlloc(LPTR, 256); in DllMain()
/reactos/drivers/wdm/audio/drivers/CMIDriver/cmicontrol/
H A Dmain.cpp70 (*buffer) = (SHORT*)LocalAlloc(LPTR, SamplesPerSec*sizeof(SHORT)*Channels); in generateTestSignal()
228 (*pGUID) = (LPGUID)LocalAlloc(LPTR, sizeof(GUID)); in DSEnumProc()
234 (*pGUID) = (LPGUID)LocalAlloc(LPTR, sizeof(GUID)); in DSEnumProc()
363 pnpStr = (PTSTR)LocalAlloc(LPTR, dataSize * sizeof(TCHAR)); in getDeviceInterfaceDetail()
398 pDev->InterfaceDetailData = (PSP_DEVICE_INTERFACE_DETAIL_DATA)LocalAlloc(LPTR, dataSize); in getDeviceInterfaceDetail()
/reactos/dll/win32/crypt32/
H A Dprotectdata.c261 pSerial->pbData=LocalAlloc(LPTR,pSerial->cbData); in serialize()
1065 if (!(pDataOut->pbData=LocalAlloc( LPTR, pDataOut->cbData))) in CryptUnprotectData()
1092 if (!(*ppszDataDescr = LocalAlloc(LPTR,dwLength))) in CryptUnprotectData()
/reactos/modules/rostests/apitests/advapi32/
H A DRegCreateKeyEx.c130 pSD = LocalAlloc(LPTR, SECURITY_DESCRIPTOR_MIN_LENGTH); in START_TEST()
/reactos/modules/rostests/apitests/shlwapi/
H A DIShellFolderHelpers.cpp26 return LocalAlloc(LPTR, size); in operator new()
/reactos/dll/win32/shell32/wine/
H A Dshellstring.c237 wString = LocalAlloc(LPTR, len * sizeof(WCHAR)); in CheckEscapesA()
/reactos/dll/win32/msrle32/
H A Dmsrle32.c1136 pi = LocalAlloc(LPTR, sizeof(CodecInfo)); in Open()
1403 pi->palette_map = LocalAlloc(LPTR, lpbiIn->biClrUsed); in CompressBegin()
1676 pi->palette_map = LocalAlloc(LPTR, colors); in DecompressBegin()
1685 pi->palette_map = LocalAlloc(LPTR, colors * 2); in DecompressBegin()
1705 pi->palette_map = LocalAlloc(LPTR, colors * sizeof(RGBQUAD)); in DecompressBegin()
/reactos/modules/rostests/apitests/shell32/
H A Dshell32_apitest_sub.cpp256 LPBYTE pbData = (LPBYTE)::LocalAlloc(LPTR, cbTotal); in DoSendData()
/reactos/sdk/lib/3rdparty/libmpg123/compat/
H A Dcompat.c362 locwret = LocalAlloc(LPTR, sizeof(wchar_t)*MAX_PATH); in compat_catpath()
/reactos/base/applications/cmdutils/fsutil/
H A Dfsinfo.c570 Statistics = LocalAlloc(LPTR, Length); in StatisticsMain()
/reactos/base/setup/reactos/
H A Ddrivepage.c539 VolCreate = LocalAlloc(LPTR, sizeof(*VolCreate)); in FormatDlgProcWorker()
1045 PartItem = LocalAlloc(LPTR, sizeof(*PartItem)); in PrintPartitionData()
/reactos/base/applications/notepad/
H A Dprinting.c569 PPRINT_DATA printData = LocalAlloc(LPTR, sizeof(PRINT_DATA)); in DIALOG_FilePrint()
/reactos/dll/win32/shell32/
H A Dutils.cpp605 pTokenPriv = (PTOKEN_PRIVILEGES)LocalAlloc(LPTR, dwLength); in SHTestTokenPrivilegeW()
/reactos/dll/win32/advapi32/service/
H A Dscm.c3149 lpszName = LocalAlloc(LPTR, in I_ScQueryServiceTagInfo()
/reactos/modules/rostests/winetests/kernel32/
H A Dfile.c199 memory_object = LocalAlloc( LPTR, bytes_written ); in test__hwrite()
642 memory_object = LocalAlloc( LPTR, bytes_written ); in test__lwrite()
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c526 server_memory *mem = LocalAlloc ( LPTR, sizeof ( server_memory ) ); in server_start()
540 mem->sock[i].buf = LocalAlloc ( LPTR, gen->n_chunks * gen->chunk_size ); in server_start()
570 client_memory *mem = LocalAlloc (LPTR, sizeof (client_memory)); in client_start()
585 mem->send_buf = LocalAlloc ( LPTR, 2 * gen->n_chunks * gen->chunk_size ); in client_start()

12