コード例 #1
0
 // bool
 public bool SetLocation(ScreenshotHandle hScreenshot /*ScreenshotHandle*/, string pchLocation /*const char **/)
 {
     return(platform.ISteamScreenshots_SetLocation(hScreenshot.Value, Utility.GetUtf8Bytes(pchLocation)));
 }
コード例 #2
0
 // bool
 public bool TagPublishedFile(ScreenshotHandle hScreenshot /*ScreenshotHandle*/, PublishedFileId_t unPublishedFileID /*PublishedFileId_t*/)
 {
     return(platform.ISteamScreenshots_TagPublishedFile(hScreenshot.Value, unPublishedFileID.Value));
 }
コード例 #3
0
 // bool
 public bool TagUser(ScreenshotHandle hScreenshot /*ScreenshotHandle*/, CSteamID steamID /*class CSteamID*/)
 {
     return(platform.ISteamScreenshots_TagUser(hScreenshot.Value, steamID.Value));
 }