S
Steve Richter
the win32 API documentation references a lot of symbolic values.
FILE_SHARE_READ, GENERIC_WRITE, ...
http://msdn2.microsoft.com/en-us/library/ms959950.aspx
are the actual values enumerated at the MSDN site? I know I can find
them in the C++ header files, just would like to have a definitive
place on MSDN to find all the values.
-Steve
FILE_SHARE_READ, GENERIC_WRITE, ...
http://msdn2.microsoft.com/en-us/library/ms959950.aspx
are the actual values enumerated at the MSDN site? I know I can find
them in the C++ header files, just would like to have a definitive
place on MSDN to find all the values.
-Steve