Steamworks.NativeMethods.ISteamScreenshots_WriteScreenshot C# (CSharp) Method

ISteamScreenshots_WriteScreenshot() private method

private ISteamScreenshots_WriteScreenshot ( [ pubRGB, uint cubRGB, int nWidth, int nHeight ) : uint
pubRGB [
cubRGB uint
nWidth int
nHeight int
return uint
		public static extern uint ISteamScreenshots_WriteScreenshot([In, Out] byte[] pubRGB, uint cubRGB, int nWidth, int nHeight);
NativeMethods