![]() |
KSquare Utilities
|
#include "FirstIncludes.h"#include <direct.h>#include <windows.h>#include <Lmcons.h>#include <conio.h>#include <ctype.h>#include <errno.h>#include <iostream>#include <fstream>#include <stdio.h>#include <string.h>#include <string>#include <vector>#include "MemoryDebug.h"#include "OSservices.h"#include "ImageIO.h"#include "KKStr.h"Go to the source code of this file.
Macros | |
| #define | _FILE_OFFSET_BITS 64 |
| #define | INVALID_FILE_ATTRIBUTES ((DWORD)-1) |
| #define | INVALID_FILE_ATTRIBUTES ((DWORD)-1) |
Functions | |
| bool | osFileNameMatchesSearchFields (const KKStr &fileName, KKStrListPtr searchFields) |
| int | osLocateEnvStrStart (const KKStr &str, kkint32 startIdx) |
| KKStrListPtr | osParseSearchSpec (const KKStr &searchSpec) |
Variables | |
| bool | backGroundProcess = false |
| #define _FILE_OFFSET_BITS 64 |
Definition at line 7 of file OSservices.cpp.
| #define INVALID_FILE_ATTRIBUTES ((DWORD)-1) |
| #define INVALID_FILE_ATTRIBUTES ((DWORD)-1) |
| bool osFileNameMatchesSearchFields | ( | const KKStr & | fileName, |
| KKStrListPtr | searchFields | ||
| ) |
Definition at line 180 of file OSservices.cpp.
References KKB::KKStr::Concat(), KKB::KKStr::Len(), KKB::KKStr::operator==(), and KKB::KKStr::Str().
Searches a string starting from a specified index for the start of an Environment String Specification.
| str | Starting that is to be searched. |
| startIdx | Index search is to start at. |
| startIdx | Index in 'str' to start search from. |
Definition at line 948 of file OSservices.cpp.
References KKB::KKStr::Len(), and KKB::KKStr::Str().
Referenced by KKB::osSubstituteInEnvironmentVariables().
| KKStrListPtr osParseSearchSpec | ( | const KKStr & | searchSpec | ) |
Definition at line 131 of file OSservices.cpp.
References KKB::KKStr::Empty(), and KKB::KKStrList::KKStrList().
| bool backGroundProcess = false |
Definition at line 1495 of file OSservices.cpp.
Referenced by KKB::osIsBackGroundProcess(), KKB::osRunAsABackGroundProcess(), and KKB::osWaitForEnter().