Lines Matching full:uint16
175 var _p0 *uint16
183 func _LoadLibrary(libname *uint16) (handle Handle, err error) {
243 func formatMessage(flags uint32, msgsrc uintptr, msgid uint32, langid uint32, buf []uint16, args *byte) (n uint32, err error) {
244 var _p0 *uint16
265 func CreateFile(name *uint16, access uint32, mode uint32, sa *SecurityAttributes, createmode uint32, attrs uint32, templatefile int32) (handle Handle, err error) {
348 func findFirstFile1(name *uint16, data *win32finddata1) (handle Handle, err error) {
397 func GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) {
410 func SetCurrentDirectory(path *uint16) (err error) {
422 func CreateDirectory(path *uint16, sa *SecurityAttributes) (err error) {
434 func RemoveDirectory(path *uint16) (err error) {
446 func DeleteFile(path *uint16) (err error) {
458 func MoveFile(from *uint16, to *uint16) (err error) {
470 func GetComputerName(buf *uint16, n *uint32) (err error) {
573 func CreateProcess(appName *uint16, commandLine *uint16, procSecurity *SecurityAttributes, threadSecurity *SecurityAttributes, inheritHandles bool, creationFlags uint32, env *uint16, currentDir *uint16, startupInfo *StartupInfo, outProcInfo *ProcessInformation) (err error) {
702 func GetTempPath(buflen uint32, buf *uint16) (n uint32, err error) {
740 func CryptAcquireContext(provhandle *Handle, container *uint16, provider *uint16, provtype uint32, flags uint32) (err error) {
776 func GetEnvironmentStrings() (envs *uint16, err error) {
778 envs = (*uint16)(unsafe.Pointer(r0))
789 func FreeEnvironmentStrings(envs *uint16) (err error) {
801 func GetEnvironmentVariable(name *uint16, buffer *uint16, size uint32) (n uint32, err error) {
814 func SetEnvironmentVariable(name *uint16, value *uint16) (err error) {
838 func GetFileAttributes(name *uint16) (attrs uint32, err error) {
851 func SetFileAttributes(name *uint16, attrs uint32) (err error) {
863 func GetFileAttributesEx(name *uint16, level uint32, info *byte) (err error) {
875 func GetCommandLine() (cmd *uint16) {
877 cmd = (*uint16)(unsafe.Pointer(r0))
881 func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) {
883 argv = (*[8192]*[8192]uint16)(unsafe.Pointer(r0))
931 func GetFullPathName(path *uint16, buflen uint32, buf *uint16, fname **uint16) (n uint32, err error) {
944 func GetLongPathName(path *uint16, buf *uint16, buflen uint32) (n uint32, err error) {
957 func GetShortPathName(longpath *uint16, shortpath *uint16, buflen uint32) (n uint32, err error) {
970 func CreateFileMapping(fhandle Handle, sa *SecurityAttributes, prot uint32, maxSizeHigh uint32, maxSizeLow uint32, name *uint16) (handle Handle, err error) {
1074 func CertOpenSystemStore(hprov Handle, name *uint16) (store Handle, err error) {
1191 func RegOpenKeyEx(key Handle, subkey *uint16, options uint32, desiredAccess uint32, result *Handle) (regerrno error) {
1207 func RegQueryInfoKey(key Handle, class *uint16, classLen *uint32, reserved *uint32, subkeysLen *uint32, maxSubkeyLen *uint32, maxClassLen *uint32, valuesLen *uint32, maxValueNameLen *uint32, maxValueLen *uint32, saLen *uint32, lastWriteTime *Filetime) (regerrno error) {
1215 func RegEnumKeyEx(key Handle, index uint32, name *uint16, nameLen *uint32, reserved *uint32, class *uint16, classLen *uint32, lastWriteTime *Filetime) (regerrno error) {
1223 func RegQueryValueEx(key Handle, name *uint16, reserved *uint32, valtype *uint32, buf *byte, buflen *uint32) (regerrno error) {
1249 func WriteConsole(console Handle, buf *uint16, towrite uint32, written *uint32, reserved *byte) (err error) {
1261 func ReadConsole(console Handle, buf *uint16, toread uint32, read *uint32, inputControl *byte) (err error) {
1322 func CreateSymbolicLink(symlinkfilename *uint16, targetfilename *uint16, flags uint32) (err error) {
1334 func CreateHardLink(filename *uint16, existingfilename *uint16, reserved uintptr) (err error) {
1613 func Ntohs(netshort uint16) (u uint16) {
1615 u = uint16(r0)
1641 func DnsQuery(name string, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {
1642 var _p0 *uint16
1650 func _DnsQuery(name *uint16, qtype uint16, options uint32, extra *byte, qrs **DNSRecord, pr *byte) (status error) {
1663 func DnsNameCompare(name1 *uint16, name2 *uint16) (same bool) {
1669 func GetAddrInfoW(nodename *uint16, servicename *uint16, hints *AddrinfoW, result **AddrinfoW) (sockerr error) {
1723 func TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) {
1735 func GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) {
1747 func NetUserGetInfo(serverName *uint16, userName *uint16, level uint32, buf **byte) (neterr error) {
1755 func NetGetJoinInformation(server *uint16, name **uint16, bufType *uint32) (neterr error) {
1771 func LookupAccountSid(systemName *uint16, sid *SID, name *uint16, nameLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {
1783 func LookupAccountName(systemName *uint16, accountName *uint16, sid *SID, sidLen *uint32, refdDomainName *uint16, refdDomainNameLen *uint32, use *uint32) (err error) {
1795 func ConvertSidToStringSid(sid *SID, stringSid **uint16) (err error) {
1807 func ConvertStringSidToSid(stringSid *uint16, sid **SID) (err error) {
1861 func GetUserProfileDirectory(t Token, dir *uint16, dirLen *uint32) (err error) {