Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / PowerStatus.cs / 1 / PowerStatus.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ////// /// public enum PowerLineStatus { ////// To be supplied. /// ////// /// To be supplied. /// Offline = 0, ////// /// To be supplied. /// Online = 1, ////// /// To be supplied. /// Unknown = 255 } ////// /// [Flags] public enum BatteryChargeStatus { ////// To be supplied. /// ////// /// To be supplied. /// High = 1, ////// /// To be supplied. /// Low = 2, ////// /// To be supplied. /// Critical = 4, ////// /// To be supplied. /// Charging = 8, ////// /// To be supplied. /// NoSystemBattery = 128, ////// /// To be supplied. /// Unknown = 255 } ////// /// public enum PowerState { ////// To be supplied. /// ////// /// To be supplied. /// Suspend = 0, ////// /// To be supplied. /// Hibernate = 1 } ////// /// public class PowerStatus { private NativeMethods.SYSTEM_POWER_STATUS systemPowerStatus; internal PowerStatus() { } ////// To be supplied. /// ////// /// public PowerLineStatus PowerLineStatus { get { UpdateSystemPowerStatus(); return (PowerLineStatus)systemPowerStatus.ACLineStatus; } } ///[To be supplied.] ////// /// public BatteryChargeStatus BatteryChargeStatus { get { UpdateSystemPowerStatus(); return (BatteryChargeStatus)systemPowerStatus.BatteryFlag; } } ///[To be supplied.] ////// /// public int BatteryFullLifetime { get { UpdateSystemPowerStatus(); return systemPowerStatus.BatteryFullLifeTime; } } ///[To be supplied.] ////// /// public float BatteryLifePercent { get { UpdateSystemPowerStatus(); float lifePercent = systemPowerStatus.BatteryLifePercent / 100f; return lifePercent > 1f ? 1f : lifePercent; } } ///[To be supplied.] ////// /// public int BatteryLifeRemaining { get { UpdateSystemPowerStatus(); return systemPowerStatus.BatteryLifeTime; } } private void UpdateSystemPowerStatus() { UnsafeNativeMethods.GetSystemPowerStatus(ref systemPowerStatus); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { ////// /// public enum PowerLineStatus { ////// To be supplied. /// ////// /// To be supplied. /// Offline = 0, ////// /// To be supplied. /// Online = 1, ////// /// To be supplied. /// Unknown = 255 } ////// /// [Flags] public enum BatteryChargeStatus { ////// To be supplied. /// ////// /// To be supplied. /// High = 1, ////// /// To be supplied. /// Low = 2, ////// /// To be supplied. /// Critical = 4, ////// /// To be supplied. /// Charging = 8, ////// /// To be supplied. /// NoSystemBattery = 128, ////// /// To be supplied. /// Unknown = 255 } ////// /// public enum PowerState { ////// To be supplied. /// ////// /// To be supplied. /// Suspend = 0, ////// /// To be supplied. /// Hibernate = 1 } ////// /// public class PowerStatus { private NativeMethods.SYSTEM_POWER_STATUS systemPowerStatus; internal PowerStatus() { } ////// To be supplied. /// ////// /// public PowerLineStatus PowerLineStatus { get { UpdateSystemPowerStatus(); return (PowerLineStatus)systemPowerStatus.ACLineStatus; } } ///[To be supplied.] ////// /// public BatteryChargeStatus BatteryChargeStatus { get { UpdateSystemPowerStatus(); return (BatteryChargeStatus)systemPowerStatus.BatteryFlag; } } ///[To be supplied.] ////// /// public int BatteryFullLifetime { get { UpdateSystemPowerStatus(); return systemPowerStatus.BatteryFullLifeTime; } } ///[To be supplied.] ////// /// public float BatteryLifePercent { get { UpdateSystemPowerStatus(); float lifePercent = systemPowerStatus.BatteryLifePercent / 100f; return lifePercent > 1f ? 1f : lifePercent; } } ///[To be supplied.] ////// /// public int BatteryLifeRemaining { get { UpdateSystemPowerStatus(); return systemPowerStatus.BatteryLifeTime; } } private void UpdateSystemPowerStatus() { UnsafeNativeMethods.GetSystemPowerStatus(ref systemPowerStatus); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BevelBitmapEffect.cs
- ImpersonateTokenRef.cs
- ZoneLinkButton.cs
- OdbcConnectionStringbuilder.cs
- Command.cs
- GeometryModel3D.cs
- SqlDelegatedTransaction.cs
- SyndicationSerializer.cs
- SearchForVirtualItemEventArgs.cs
- FilteredReadOnlyMetadataCollection.cs
- WebPartCloseVerb.cs
- OrderToken.cs
- Stack.cs
- LifetimeServices.cs
- TextChange.cs
- CodeValidator.cs
- TransformCryptoHandle.cs
- processwaithandle.cs
- OdbcConnection.cs
- OleDbInfoMessageEvent.cs
- MemberInitExpression.cs
- BitmapEffect.cs
- Style.cs
- ToolStripDropDownItem.cs
- TableLayout.cs
- DbMetaDataFactory.cs
- VisualProxy.cs
- PersonalizablePropertyEntry.cs
- Main.cs
- HtmlHead.cs
- Rotation3DAnimationBase.cs
- DependencyObject.cs
- WebPartRestoreVerb.cs
- CompositeDataBoundControl.cs
- UpdateCompiler.cs
- PackageRelationship.cs
- SmiContext.cs
- ScalarOps.cs
- AQNBuilder.cs
- IfAction.cs
- StringStorage.cs
- Encoder.cs
- BaseCollection.cs
- DesignerForm.cs
- Model3D.cs
- Compiler.cs
- ColumnHeaderConverter.cs
- SQLDateTime.cs
- EntityReference.cs
- HwndAppCommandInputProvider.cs
- StylusPointProperties.cs
- PersonalizationDictionary.cs
- TextElementEditingBehaviorAttribute.cs
- CodeMethodMap.cs
- DockPatternIdentifiers.cs
- ObjectQuery.cs
- CodePageUtils.cs
- PointAnimation.cs
- BmpBitmapDecoder.cs
- HostedBindingBehavior.cs
- JsonMessageEncoderFactory.cs
- SchemaCollectionPreprocessor.cs
- SemanticResolver.cs
- Pointer.cs
- DetailsViewInsertedEventArgs.cs
- BamlLocalizableResource.cs
- TextPointer.cs
- Crypto.cs
- EntityModelSchemaGenerator.cs
- Pool.cs
- StylusEventArgs.cs
- HelpEvent.cs
- NativeMethods.cs
- ECDiffieHellmanPublicKey.cs
- TextTreePropertyUndoUnit.cs
- ControlBuilderAttribute.cs
- PartManifestEntry.cs
- ColumnClickEvent.cs
- PropertySet.cs
- _LocalDataStore.cs
- StaticFileHandler.cs
- RbTree.cs
- SafeNativeMemoryHandle.cs
- Model3D.cs
- SerializationUtilities.cs
- FontFamily.cs
- HandledMouseEvent.cs
- ColumnWidthChangedEvent.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- QueryStringParameter.cs
- DispatcherSynchronizationContext.cs
- DoubleLinkListEnumerator.cs
- CalendarButton.cs
- ObjectDataSourceStatusEventArgs.cs
- XslAstAnalyzer.cs
- HttpStaticObjectsCollectionWrapper.cs
- HttpProfileBase.cs
- EmptyStringExpandableObjectConverter.cs
- ContainerUIElement3D.cs
- PropertyValueChangedEvent.cs