diff --git a/sdk/docs/lsapi/GetRCBool.xml b/sdk/docs/lsapi/GetRCBool.xml index 986fd60..ddfb235 100644 --- a/sdk/docs/lsapi/GetRCBool.xml +++ b/sdk/docs/lsapi/GetRCBool.xml @@ -37,7 +37,10 @@ GetRCBoolDef GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine GetRCString diff --git a/sdk/docs/lsapi/GetRCBoolDef.xml b/sdk/docs/lsapi/GetRCBoolDef.xml index cfd4a8d..ff8169e 100644 --- a/sdk/docs/lsapi/GetRCBoolDef.xml +++ b/sdk/docs/lsapi/GetRCBoolDef.xml @@ -35,7 +35,10 @@ GetRCBool GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine GetRCString diff --git a/sdk/docs/lsapi/GetRCColor.xml b/sdk/docs/lsapi/GetRCColor.xml index 20c6bee..b3d2955 100644 --- a/sdk/docs/lsapi/GetRCColor.xml +++ b/sdk/docs/lsapi/GetRCColor.xml @@ -35,7 +35,10 @@ GetRCBool GetRCBoolDef GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine GetRCString diff --git a/sdk/docs/lsapi/GetRCCoordinate.xml b/sdk/docs/lsapi/GetRCCoordinate.xml index 232b080..e35dcc7 100644 --- a/sdk/docs/lsapi/GetRCCoordinate.xml +++ b/sdk/docs/lsapi/GetRCCoordinate.xml @@ -54,7 +54,10 @@ GetRCBool GetRCBoolDef GetRCColor + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine GetRCString ParseCoordinate diff --git a/sdk/docs/lsapi/GetRCDouble.xml b/sdk/docs/lsapi/GetRCDouble.xml new file mode 100644 index 0000000..9109346 --- /dev/null +++ b/sdk/docs/lsapi/GetRCDouble.xml @@ -0,0 +1,45 @@ + + + + + GetRCDouble + + Gets a double from the configuration database. + + + + pszKeyName + + Name of the key to retrieve. + + LPCTSTR + + + nDefault + + Default value to return if the key cannot be found in the + configuration database. + + DOUBLE + + + + + If the key is found, the return value is the value from the + configuration database. If the key cannot be found, the return value is + the value of the nDefault parameter. + + DOUBLE + + + GetRCBool + GetRCBoolDef + GetRCColor + GetRCCoordinate + GetRCFloat + GetRCInt + GetRCInt64 + GetRCLine + GetRCString + + diff --git a/sdk/docs/lsapi/GetRCFloat.xml b/sdk/docs/lsapi/GetRCFloat.xml new file mode 100644 index 0000000..3da0aaf --- /dev/null +++ b/sdk/docs/lsapi/GetRCFloat.xml @@ -0,0 +1,45 @@ + + + + + GetRCFloat + + Gets a float from the configuration database. + + + + pszKeyName + + Name of the key to retrieve. + + LPCTSTR + + + nDefault + + Default value to return if the key cannot be found in the + configuration database. + + FLOAT + + + + + If the key is found, the return value is the value from the + configuration database. If the key cannot be found, the return value is + the value of the nDefault parameter. + + FLOAT + + + GetRCBool + GetRCBoolDef + GetRCColor + GetRCCoordinate + GetRCDouble + GetRCInt + GetRCInt64 + GetRCLine + GetRCString + + diff --git a/sdk/docs/lsapi/GetRCInt.xml b/sdk/docs/lsapi/GetRCInt.xml index ca0d7b3..1cdea4a 100644 --- a/sdk/docs/lsapi/GetRCInt.xml +++ b/sdk/docs/lsapi/GetRCInt.xml @@ -36,6 +36,9 @@ GetRCBoolDef GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat + GetRCInt64 GetRCLine GetRCString diff --git a/sdk/docs/lsapi/GetRCInt64.xml b/sdk/docs/lsapi/GetRCInt64.xml new file mode 100644 index 0000000..547cce5 --- /dev/null +++ b/sdk/docs/lsapi/GetRCInt64.xml @@ -0,0 +1,45 @@ + + + + + GetRCInt + + Gets a 64bit integer from the configuration database. + + + + pszKeyName + + Name of the key to retrieve. + + LPCTSTR + + + nDefault + + Default value to return if the key cannot be found in the + configuration database. + + INT64 + + + + + If the key is found, the return value is the value from the + configuration database. If the key cannot be found, the return value is + the value of the nDefault parameter. + + INT64 + + + GetRCBool + GetRCBoolDef + GetRCColor + GetRCCoordinate + GetRCDouble + GetRCFloat + GetRCInt + GetRCLine + GetRCString + + diff --git a/sdk/docs/lsapi/GetRCLine.xml b/sdk/docs/lsapi/GetRCLine.xml index bad577e..fed2a0c 100644 --- a/sdk/docs/lsapi/GetRCLine.xml +++ b/sdk/docs/lsapi/GetRCLine.xml @@ -63,7 +63,10 @@ GetRCBoolDef GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCString diff --git a/sdk/docs/lsapi/GetRCString.xml b/sdk/docs/lsapi/GetRCString.xml index 8a22006..37577c7 100644 --- a/sdk/docs/lsapi/GetRCString.xml +++ b/sdk/docs/lsapi/GetRCString.xml @@ -60,7 +60,10 @@ GetRCBoolDef GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine diff --git a/sdk/docs/lsapi/index.xml b/sdk/docs/lsapi/index.xml index 269ce44..0924f10 100644 --- a/sdk/docs/lsapi/index.xml +++ b/sdk/docs/lsapi/index.xml @@ -20,7 +20,10 @@ GetRCBoolDef GetRCColor GetRCCoordinate + GetRCDouble + GetRCFloat GetRCInt + GetRCInt64 GetRCLine GetRCString LCClose