OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remoteh
(Results
1 - 1
of
1
) sorted by null
/sdk/find_lock/
find_lock.cpp
630
HANDLE
remoteH
= NULL;
669
&
remoteH
, // lpTargetHandle
679
char type = isFileHandleType(
remoteH
);
696
bool ok = getFileName(
remoteH
, &name);
737
if (
remoteH
!= NULL) {
738
CloseHandle(
remoteH
);
739
remoteH
= NULL;
Completed in 98 milliseconds