C# 클래스 Valve.Steamworks.ISteamScreenshots

파일 보기 프로젝트 열기: kronosaur/Transcendence

공개 메소드들

메소드 설명
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

메소드 상세

AddScreenshotToLibrary() 공개 추상적인 메소드

public abstract AddScreenshotToLibrary ( string pchFilename, string pchThumbnailFilename, int nWidth, int nHeight ) : uint
pchFilename string
pchThumbnailFilename string
nWidth int
nHeight int
리턴 uint

GetIntPtr() 공개 추상적인 메소드

public abstract GetIntPtr ( ) : IntPtr
리턴 IntPtr

HookScreenshots() 공개 추상적인 메소드

public abstract HookScreenshots ( bool bHook ) : void
bHook bool
리턴 void

SetLocation() 공개 추상적인 메소드

public abstract SetLocation ( uint hScreenshot, string pchLocation ) : bool
hScreenshot uint
pchLocation string
리턴 bool

TagPublishedFile() 공개 추상적인 메소드

public abstract TagPublishedFile ( uint hScreenshot, ulong unPublishedFileID ) : bool
hScreenshot uint
unPublishedFileID ulong
리턴 bool

TagUser() 공개 추상적인 메소드

public abstract TagUser ( uint hScreenshot, ulong steamID ) : bool
hScreenshot uint
steamID ulong
리턴 bool

TriggerScreenshot() 공개 추상적인 메소드

public abstract TriggerScreenshot ( ) : void
리턴 void

WriteScreenshot() 공개 추상적인 메소드

public abstract WriteScreenshot ( IntPtr pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint
pubRGB IntPtr
cubRGB uint
nWidth int
nHeight int
리턴 uint