Function steamworks_sys::SteamAPI_ISteamRemoteStorage_PublishWorkshopFile[][src]

pub unsafe extern "C" fn SteamAPI_ISteamRemoteStorage_PublishWorkshopFile(
    self_: *mut ISteamRemoteStorage,
    pchFile: *const c_char,
    pchPreviewFile: *const c_char,
    nConsumerAppId: AppId_t,
    pchTitle: *const c_char,
    pchDescription: *const c_char,
    eVisibility: ERemoteStoragePublishedFileVisibility,
    pTags: *mut SteamParamStringArray_t,
    eWorkshopFileType: EWorkshopFileType
) -> SteamAPICall_t