Records 1 to 16 of 16
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
16 API Function starting with letter P
Sort: Top 50 API | Top 50 Rated Rated API
PlaySoundThe PlaySound function plays a sound specified by the given filename, resource, or system event. (A system event may be associated with a sound in the registry or in the WIN.INI file.)...Hits: 4012 Rating: (3.02) votes 459
Category: Sound PrepareTapeThe PrepareTape function prepares the tape to be accessed or removed....Hits: 1683 Rating: (3.05) votes 320
Category: Tape PrinterPropertiesThe PrinterProperties function displays a printer-properties dialog box for the specified printer....Hits: 3016 Rating: (3.03) votes 634
Category: Printer PiePie draws an elliptical pie wedge on a device. The pie wedge is drawn using the device's currently selected pen and is filled using its currently selected brush. The pie wedge consists of two radials from the ellipse's center to the ellipse's edge, filling the area between them (going counterclockwi...Hits: 1863 Rating: (3.03) votes 657
Category: Ellipse PolylineToPolylineTo draws a series of connected lines on a graphics-capable device. The points are given to the function inside an array passed as lppt. The function draws lines connecting the device's current point to the first point, the first point to the second point, the second point to the third point,...Hits: 1695 Rating: (2.88) votes 381
Category: Polygon PRINTER_INFO_1PRINTER_INFO_1-type variable store information about a printer. This structure stores a few pieces of information relating to a printer. ...Hits: 2011 Rating: (2.99) votes 482
Category: Printer PRINTER_INFO_2PRINTER_INFO_2-type variables hold a multitude of information about a printer. Its member values, along with substructures inside of it, identify most pieces of information about a printer which Windows can provide. ...Hits: 2548 Rating: (3.00) votes 330
Category: Printer PRINTER_INFO_4PRINTER_INFO_4-type variables store a very terse set of information about a printer. The information is limited to the name of the printer and on which network server (if any) it is located on. ...Hits: 1980 Rating: (3.03) votes 584
Category: Printer PRINTER_INFO_5PRINTER_INFO_5-type variables hold information about a printer. This structure only identifies a few of the possible pieces of information associated with a printer. ...Hits: 1979 Rating: (3.04) votes 531
Category: Printer PrintDlgPrintDlg displays either the Print common dialog box or the Print Setup dialog box. Either box can be used to allow the user to select a printer and other settings, such as the number of copies and the page range, desired for a print operation. Information for initializing the dialog box as well as ...Hits: 3231 Rating: (2.97) votes 355
Category: Printer PRINTDLG_TYPEPRINTDLG_TYPE-type variables store the necessary information to use a Print common dialog box or a Print Setup common dialog box. This structure holds all information necessary to initialize the box and receives the data selected by the user. Set the various members for the box's default selections ...Hits: 2387 Rating: (3.10) votes 291
Category: Printer PolylinePolyline draws a series of lines on a graphics-capable device. These lines connect the points given in an array passed as lpPoint. Lines are drawn connecting the first point to the second point, the second point to the third point, etc. The first and last points are not connected. The lines are dra...Hits: 1866 Rating: (3.11) votes 732
Category: Polygon PolyPolygonPolyPolygon draws multiple polygons on a given device. The polygons are drawn using the device's current pen and are filled using the device's current brush. The various polygons are not connected. The vertices of every polygon are stored in an array passed as lpPoint. The array passed as lpPolyCoun...Hits: 2190 Rating: (2.95) votes 516
Category: Polygon PolyPolylinePolyPolyline draws multiple sets of lines connecting points on a graphics-capable device. This function has a similar effect as using Polyline with various sets of points. Lines are drawn to connect the first point in a set to the second point, the second point to the third, etc. The first and last ...Hits: 1759 Rating: (3.04) votes 439
Category: Polygon PtInRectPtInRect determines if a point lies inside or outside of a rectangle. Note that Windows considers the left and top edges of a rectangle to be inside it, and the right and bottom edges to be outside. The function returns 1 if the point is inside or 0 if it is outside....Hits: 1479 Rating: (2.94) votes 288
Category: Rectangle PolygonPolygon draws and fills a polygon on a device. The polygon is drawn using the current pen and is filled using the current brush. The vertices of the polygon are stored in an array passed as lpPoint, in sequential order. Only specify each point once. The function returns 1 if successful, or 0 if an e...Hits: 2024 Rating: (2.93) votes 449
Category: Polygon
Records 1 to 16 of 16
|