메소드 | 설명 | |
---|---|---|
AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint | ||
GetIntPtr ( ) : IntPtr | ||
HookScreenshots ( bool bHook ) : void | ||
SetLocation ( uint hScreenshot, string pchLocation ) : bool | ||
TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool | ||
TagUser ( uint hScreenshot, ulong steamID ) : bool | ||
TriggerScreenshot ( ) : void | ||
WriteScreenshot ( IntPtr pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint |
public abstract AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint | ||
pchFilename | string | |
pchThumbnailFilename | string | |
nWidth | int | |
nHeight | int | |
리턴 | uint |
public abstract HookScreenshots ( bool bHook ) : void | ||
bHook | bool | |
리턴 | void |
public abstract SetLocation ( uint hScreenshot, string pchLocation ) : bool | ||
hScreenshot | uint | |
pchLocation | string | |
리턴 | bool |
public abstract TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool | ||
hScreenshot | uint | |
unPublishedFileID | ulong | |
리턴 | bool |
public abstract TagUser ( uint hScreenshot, ulong steamID ) : bool | ||
hScreenshot | uint | |
steamID | ulong | |
리턴 | bool |
public abstract WriteScreenshot ( IntPtr pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint | ||
pubRGB | IntPtr | |
cubRGB | uint | |
nWidth | int | |
nHeight | int | |
리턴 | uint |