日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Utility.cpp的函数

發(fā)布時間:2023/12/20 编程问答 46 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Utility.cpp的函数 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

C++ 對文件夾的安全權(quán)限操作
https://blog.csdn.net/zipper9527/article/details/6256459
https://blog.csdn.net/sz76211822/article/details/73199181

ZeroMemory https://baike.baidu.com/item/ZeroMemory/961326?fr=aladdin
GetComputerName https://baike.baidu.com/item/GetComputerName
gethostbyname https://baike.baidu.com/item/gethostbyname()?fromtitle=gethostbyname&fromid=12016001
sockaddr_in https://baike.baidu.com/item/SOCKADDR_IN
inet_ntoa //將一個十進制網(wǎng)絡(luò)字節(jié)序轉(zhuǎn)換為點分十進制IP格式的字符串。
https://baike.baidu.com/item/inet_ntoa
LUID https://baike.baidu.com/item/LUID
TOKEN_PRIVILEGES https://baike.baidu.com/item/TOKEN_PRIVILEGES
GetCurrentProcess(); //返回當前進程的偽句柄
https://baike.baidu.com/item/GetCurrentProcess
GetCurrentProcessId //獲取當前進程一個唯一的標識符。https://baike.baidu.com/item/GetCurrentProcessId
OpenProcess //打開一個已存在的進程對象,并返回進程的句柄。https://baike.baidu.com/item/OpenProcess
GetLastError(); //只有在函數(shù)調(diào)用返回一個錯誤結(jié)果時,這個函數(shù)指出的錯誤結(jié)果才是有效的
https://baike.baidu.com/item/GetLastError
OpenProcessToken打開與進程相關(guān)聯(lián)的訪問令牌。
https://baike.baidu.com/item/OpenProcessToken
LookupPrivilegeValue //函數(shù)查看系統(tǒng)權(quán)限的特權(quán)值,返回信息到一個LUID結(jié)構(gòu)體里。https://baike.baidu.com/item/LookupPrivilegeValue
SE_PRIVILEGE_ENABLED
https://zhidao.baidu.com/question/419302988.html
AdjustTokenPrivileges ,//啟用或禁止,指定訪問令牌的特權(quán)。
https://baike.baidu.com/item/AdjustTokenPrivileges

ExitWindowsEx 退出、重啟或注銷系統(tǒng)。
https://baike.baidu.com/item/ExitWindowsEx
FormatMessage是一個Windows API函數(shù)。它的功能就是將GetLastError函數(shù)得到的錯誤信息(這個錯誤信息是數(shù)字代號)轉(zhuǎn)化成字符串信息的函數(shù)。
https://baike.baidu.com/item/FormatMessage
OSVERSIONINFOEX
https://docs.microsoft.com/zh-cn/windows/desktop/api/winnt/ns-winnt-_osversioninfoexa
GetVersionEx https://baike.baidu.com/item/GetVersionEx
SID_IDENTIFIER_AUTHORITY 安全標識符(SID)的頂級權(quán)限。
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/c6ce4275-3d90-4890-ab3a-514745e4637e
strtoul //將字符串轉(zhuǎn)換成無符號長整型數(shù)
https://www.cnblogs.com/Caden-liu8888/p/7718474.html https://baike.baidu.com/item/strtoul/1671982?fr=aladdin
ReverseFind(’.’);//返回此CString對象中與要求的字符匹配的最后一個字符的索引;如果沒有找到需要的字符則返回-1。
https://baike.baidu.com/item/CString::ReverseFind/4966380?noadapt=1
STARTUPINFO https://baike.baidu.com/item/STARTUPINFO
PROCESS_INFORMATION
https://baike.baidu.com/item/PROCESS_INFORMATION
CreateProcess https://baike.baidu.com/item/CreateProcess
CUIntArray https://baike.baidu.com/item/CUIntArray

總結(jié)

以上是生活随笔為你收集整理的Utility.cpp的函数的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。