This is a test link
skip to main
|
skip to sidebar
BacASable
Thursday, July 9, 2009
Code 2
$test = "syntax highlighter"; echo $test;
<br />// Summary:<br />// Creates and displays the enrollment dialog.<br />//<br />// Parameters:<br />// hwndParent -- Handle to the window that will own the <br />// enrollment dialog.<br />// fSecure -- TRUE if enrollment should be forced.<br />//<br />// Returns:<br />// TRUE if enrollment was completed successfully. If an error occurs <br />// or the user cancels, returns FALSE.<br />//<br />//<br />// Remarks:<br />// If enrollment is forced, the user will not be able to cancel<br />// or exit the dialog without making changes. Changes are always<br />// required to conform to all policies.<br />// <br />BOOL DoEnrollment(HWND hwndParent, BOOL fSecure)<br />{<br /> DefaultPasswordSaver passwdSaver;<br /> DoEnrollment(hwndParent, fSecure, passwdSaver);<br /><br /> return g_fEnrolled;<br />} <br />
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