Home | History | Annotate | Download | only in Utility

Lines Matching defs:instance

136 /** Process a wide character string representing a Mapping Path and extract the instance number.

138 The instance number is the sequence of decimal digits immediately to the left
143 If either of these are not true, an instance value of 0 is returned.
145 If Path is NULL, an instance value of 0 is returned.
160 int instance = 0;
169 instance = (int)wcstol(temp+1, NULL, 10);
171 return instance;
249 /** Parse a path producing the target device, device instance, and file path.
286 int Instance = 0;
303 Instance = PathInstance(WPath, MapLen);
355 *Which = Instance;
365 and Instance is the instance number.