Home
last modified time | relevance | path

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

/reactos/drivers/bluetooth/fbtusb/include/
H A Dfbthw.h22 BOOL IsAttached() {return GetDriverHandle()!=INVALID_HANDLE_VALUE;} in IsAttached() function
/reactos/ntoskrnl/mm/ARM3/
H A Dmdlsup.c1902 BOOLEAN IsAttached = FALSE; in _IRQL_requires_max_() local
1907 IsAttached = TRUE; in _IRQL_requires_max_()
1917 if (IsAttached) in _IRQL_requires_max_()
/reactos/ntoskrnl/mm/
H A Dsection.c4016 BOOLEAN IsAttached = FALSE; in MmMapViewOfSection() local
4044 IsAttached = TRUE; in MmMapViewOfSection()
4247 if (IsAttached) in MmMapViewOfSection()
/reactos/sdk/include/psdk/
H A Dcordebug.idl264 HRESULT IsAttached([out] BOOL *pbAttached);