summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-01 17:08:28 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-01 17:08:28 +0000
commit625a29bd030689ee3f060be950e2f2ffc93c94c9 (patch)
treee144a786786bbeb51ef70e6f83a989250a5a2fbe /pod
parent21735c0044d3e2c727b5eb3bf3614d73a1036366 (diff)
downloadperl-625a29bd030689ee3f060be950e2f2ffc93c94c9.tar.gz
enable better Win32::DomainName() by demand loading netapi32.dll
(from Jan Dubois) p4raw-id: //depot/perl@4504
Diffstat (limited to 'pod')
-rw-r--r--pod/Win32.pod15
1 files changed, 8 insertions, 7 deletions
diff --git a/pod/Win32.pod b/pod/Win32.pod
index dfc78bda5a..08043e83ec 100644
--- a/pod/Win32.pod
+++ b/pod/Win32.pod
@@ -32,12 +32,13 @@ only available in the ActivePerl binary distribution.
=item Win32::CopyFile(FROM, TO, OVERWRITE)
-The Win32::CopyFile() function copies an existing file to a new file. All
-file information like creation time and file attributes will be copied to
-the new file. However it will B<not> copy the security information. If the
-destination file already exists it will only be overwritten when the
-OVERWRITE parameter is true. But even this will not overwrite a read-only
-file; you have to unlink() it first yourself.
+[CORE] The Win32::CopyFile() function copies an existing file to a new
+file. All file information like creation time and file attributes will
+be copied to the new file. However it will B<not> copy the security
+information. If the destination file already exists it will only be
+overwritten when the OVERWRITE parameter is true. But even this will
+not overwrite a read-only file; you have to unlink() it first
+yourself.
=item Win32::DomainName()
@@ -207,7 +208,7 @@ the SID type.
=item Win32::LookupAccountSID(SYSTEM, SID, ACCOUNT, DOMAIN, SIDTYPE)
-[EXT] ]Looks up SID on SYSTEM and returns the account name, domain name,
+[EXT] Looks up SID on SYSTEM and returns the account name, domain name,
and the SID type.
=item Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]])