<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_OpenMode |
Declare Function sx_OpenMode Lib "Apollo9.dll" () As Integer
SHORT SDEAPI WINAPI sx_OpenMode (VOID);
Description
Returns the mode that the file was opened:
0 = READWRITE
1 = READONLY
2 = EXCLUSIVE
See Also