本文整理汇总了C#中Steamworks.InteropHelp类的典型用法代码示例。如果您正苦于以下问题:C# InteropHelp类的具体用法?C# InteropHelp怎么用?C# InteropHelp使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
InteropHelp类属于Steamworks命名空间,在下文中一共展示了InteropHelp类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的C#代码示例。
示例1: ISteamFriends_SetRichPresence
public static extern bool ISteamFriends_SetRichPresence(InteropHelp.UTF8StringHandle pchKey, InteropHelp.UTF8StringHandle pchValue);
示例2: ISteamHTMLSurface_ExecuteJavascript
public static extern void ISteamHTMLSurface_ExecuteJavascript(HHTMLBrowser unBrowserHandle, InteropHelp.UTF8StringHandle pchScript);
示例3: ISteamHTMLSurface_SetCookie
public static extern void ISteamHTMLSurface_SetCookie(InteropHelp.UTF8StringHandle pchHostname, InteropHelp.UTF8StringHandle pchKey, InteropHelp.UTF8StringHandle pchValue, InteropHelp.UTF8StringHandle pchPath, uint nExpires, [MarshalAs(UnmanagedType.I1)] bool bSecure, [MarshalAs(UnmanagedType.I1)] bool bHTTPOnly);
示例4: ISteamHTMLSurface_CreateBrowser
public static extern ulong ISteamHTMLSurface_CreateBrowser(InteropHelp.UTF8StringHandle pchUserAgent, InteropHelp.UTF8StringHandle pchUserCSS);
示例5: SteamAPI_UseBreakpadCrashHandler
public static extern void SteamAPI_UseBreakpadCrashHandler(InteropHelp.UTF8StringHandle pchVersion, InteropHelp.UTF8StringHandle pchDate, InteropHelp.UTF8StringHandle pchTime, [MarshalAs(UnmanagedType.I1)] bool bFullMemoryDumps, IntPtr pvContext, IntPtr m_pfnPreMinidumpCallback);
示例6: ISteamGameServerStats_GetUserAchievement
public static extern bool ISteamGameServerStats_GetUserAchievement(CSteamID steamIDUser, InteropHelp.UTF8StringHandle pchName, out bool pbAchieved);
示例7: ISteamGameServerStats_UpdateUserAvgRateStat
public static extern bool ISteamGameServerStats_UpdateUserAvgRateStat(CSteamID steamIDUser, InteropHelp.UTF8StringHandle pchName, float flCountThisSession, double dSessionLength);
示例8: ISteamGameServer_SetProduct
public static extern void ISteamGameServer_SetProduct(InteropHelp.UTF8StringHandle pszProduct);
示例9: ISteamGameServer_SetGameDescription
public static extern void ISteamGameServer_SetGameDescription(InteropHelp.UTF8StringHandle pszGameDescription);
示例10: ISteamFriends_ReplyToFriendMessage
public static extern bool ISteamFriends_ReplyToFriendMessage(CSteamID steamIDFriend, InteropHelp.UTF8StringHandle pchMsgToSend);
示例11: ISteamGameServer_InitGameServer
public static extern bool ISteamGameServer_InitGameServer(uint unIP, ushort usGamePort, ushort usQueryPort, uint unFlags, AppId_t nGameAppId, InteropHelp.UTF8StringHandle pchVersionString);
示例12: ISteamFriends_SendClanChatMessage
public static extern bool ISteamFriends_SendClanChatMessage(CSteamID steamIDClanChat, InteropHelp.UTF8StringHandle pchText);
示例13: ISteamFriends_InviteUserToGame
public static extern bool ISteamFriends_InviteUserToGame(CSteamID steamIDFriend, InteropHelp.UTF8StringHandle pchConnectString);
示例14: ISteamFriends_GetFriendRichPresence
public static extern IntPtr ISteamFriends_GetFriendRichPresence(CSteamID steamIDFriend, InteropHelp.UTF8StringHandle pchKey);
示例15: ISteamGameServer_BUpdateUserData
public static extern bool ISteamGameServer_BUpdateUserData(CSteamID steamIDUser, InteropHelp.UTF8StringHandle pchPlayerName, uint uScore);