This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module label

[Main Page]   [Details]   [Tests]   

This documentation describes the Prokee module interface.

Templates

Show templates with parameter T set to: (T) -- (char) -- (wchar_t)


Static Template Methods:
testlabel
template< class T > bool label::testlabel(const T *path)

Static Template Methods

   testlabel


Signature:
template< class T > bool label::testlabel(const T *path)

Parameters:
const T *path[IN]a path (null-terminated string)

Return value:
Returns true if the label exists and false otherwise.

Remarks:
On Windows, this function tests, if the path contains a valid drive letter as label. The label may only be named by one single uppercase letter {A,...,Z}. If the drive-letter does not exist, or if the path does not contain any drive letter (f.e. in case of a relative path), the function returns false.
On Linux, this function always returns false.


Copyright © 2017 2018 by Andreas Pollhammer