Searched refs:secattr (Results 1 – 1 of 1) sorted by relevance
91 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key variable98 secattr.nLength = Len(secattr)99 secattr.lpSecurityDescriptor = 0100 secattr.bInheritHandle = 1103 secattr, heKey, neworused)120 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key variable127 secattr.nLength = Len(secattr)128 secattr.lpSecurityDescriptor = 0129 secattr.bInheritHandle = 1132 secattr, heKey, neworused)
Completed in 9 milliseconds