Searched refs:newSec (Results 1 – 1 of 1) sorted by relevance
39 PSecHandle newSec = HeapAlloc(GetProcessHeap(), 0, sizeof(SecHandle)); in SECUR32_makeSecHandle() local41 if (newSec) in SECUR32_makeSecHandle()43 *newSec = *realHandle; in SECUR32_makeSecHandle()45 phSec->dwLower = (ULONG_PTR)newSec; in SECUR32_makeSecHandle()