sx_OpenMode

<< Click to Display Table of Contents >>

Navigation:  Apollo API Listing >

sx_OpenMode

VB Declaration

Declare Function sx_OpenMode Lib "Apollo9.dll" () As Integer

C Declaration

SHORT SDEAPI WINAPI sx_OpenMode (VOID);

Description

Returns the mode that the file was opened:

0 = READWRITE

1 = READONLY

2 = EXCLUSIVE

See Also

sx_use