Home
last modified time | relevance | path

Searched refs:lplpAddrBuf (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/dplayx/
H A Ddplay.c67 static BOOL DP_BuildSPCompoundAddr( LPGUID lpcSpGuid, LPVOID* lplpAddrBuf,
4198 static BOOL DP_BuildSPCompoundAddr( LPGUID lpcSpGuid, LPVOID* lplpAddrBuf, in DP_BuildSPCompoundAddr() argument
4208 *lplpAddrBuf = NULL; in DP_BuildSPCompoundAddr()
4211 hr = DPL_CreateCompoundAddress( &dpCompoundAddress, 1, *lplpAddrBuf, in DP_BuildSPCompoundAddr()
4221 *lplpAddrBuf = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, in DP_BuildSPCompoundAddr()
4224 hr = DPL_CreateCompoundAddress( &dpCompoundAddress, 1, *lplpAddrBuf, in DP_BuildSPCompoundAddr()