Wiki Page Content

DRAFT

SDL_WinRT_Path

An enumeration of WinRT / Windows Phone path types.

Values

SDL_WINRT_PATH_INSTALLED_LOCATION

the installed app's root directory; files here are likely to be read-only

SDL_WINRT_PATH_LOCAL_FOLDER

the app's local data store; files may be written here

SDL_WINRT_PATH_ROAMING_FOLDER

the app's roaming data store (unsupported on Windows Phone); files written here may be copied to other machines via a network connection

SDL_WINRT_PATH_TEMP_FOLDER

the app's temporary data store (unsupported on Windows Phone); files written here may be deleted at any time

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This enumeration is available since SDL 2.0.3.


CategoryEnum, CategorySystem

None: SDL_WinRT_Path (last edited 2014-12-27 12:29:13 by PhilippWiesemann)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit