Home
last modified time | relevance | path

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

/reactos/dll/win32/wbemprox/
H A Dsecurity.c61 static HRESULT get_sd( SECURITY_DESCRIPTOR **sd, DWORD *size ) in get_sd() function
153 ret = get_sd( &sd, &sd_size ); in security_get_sd()
/reactos/win32ss/printing/base/winspool/
H A Dprecomp.h65 SECURITY_DESCRIPTOR * get_sd(SECURITY_DESCRIPTOR *sd, DWORD *size);
H A Dutils.c285 SECURITY_DESCRIPTOR * get_sd( SECURITY_DESCRIPTOR *sd, DWORD *size ) in get_sd() function
H A Dprinters.c354 sd = get_sd( pi2w->pSecurityDescriptor, &size ); in AddPrinterW()
3376 sd = get_sd( pi2w->pSecurityDescriptor, &size ); in SetPrinterW()
3398 sd = get_sd( pi3->pSecurityDescriptor, &size ); in SetPrinterW()