Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - syntax: int pxwininit(char *clientname, int sharemode) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXWinInit(char *clientName, int ShareMode)

Args: *clientName - arbitrary application name
      ShareMode   - concurrency level,  use of these mnemonics:
                   PXSINGLECLIENT:  Allows only one client to use the DLL at
                   a time.  Recomended for applications that do not use
                   locks.

                   PXEXCLUSIVE:  All tables opened with a full lock.  Allows
                   multiple clients to use the DLL,  but prevents a table
                   form being accessed by more than one client.  Also a good
                   choice for apps that do not use or respect locks.

                   PXSHARED:  Opens tables with prevent full lock.  Use this
                   only with applications apply and respect locks.

Returns: PXSUCCESS or error number

Synopsis: Initializes the Engine under WINDOWS.  Note that
   initialization will fail if share is not loaded.

See Also: Example PXNetInit Lock Types

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson