This is a test link
skip to main
|
skip to sidebar
BacASable
Thursday, July 9, 2009
Code 2
$test = "syntax highlighter"; echo $test;
// Summary:
// Creates and displays the enrollment dialog.
//
// Parameters:
// hwndParent -- Handle to the window that will own the
// enrollment dialog.
// fSecure -- TRUE if enrollment should be forced.
//
// Returns:
// TRUE if enrollment was completed successfully. If an error occurs
// or the user cancels, returns FALSE.
//
//
// Remarks:
// If enrollment is forced, the user will not be able to cancel
// or exit the dialog without making changes. Changes are always
// required to conform to all policies.
//
BOOL DoEnrollment(HWND hwndParent, BOOL fSecure)
{
DefaultPasswordSaver passwdSaver;
DoEnrollment(hwndParent, fSecure, passwdSaver);
return g_fEnrolled;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2009
(3)
►
August
(1)
▼
July
(2)
Code 2
Test code
►
2008
(1)
►
April
(1)
About Me
Nicolas BESSON [MVP]
Windows Embedded Leader
View my complete profile
Navigation
This is another test
Mike Hall Blog
Windows CE Base Team Blog
Adeneo
Fabien Decret's Weblog
Windows CE QFEs
No comments:
Post a Comment