Home
last modified time | relevance | path

Searched refs:secattr (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas91 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key variable
98 secattr.nLength = Len(secattr)
99 secattr.lpSecurityDescriptor = 0
100 secattr.bInheritHandle = 1
103 secattr, heKey, neworused)
120 Dim secattr As SECURITY_ATTRIBUTES ' security settings for the key variable
127 secattr.nLength = Len(secattr)
128 secattr.lpSecurityDescriptor = 0
129 secattr.bInheritHandle = 1
132 secattr, heKey, neworused)

Completed in 107 milliseconds